veraction
December 7th, 2005, 02:26 PM
I have my webserver working fine with apache2.
I installed libapache2-mod-jk2 via apt-get.
I want to know the basic steps for just getting a Hello World type program to work.
Been googling for quite a while, but would prefer to find info about how to do it with the programs installed via apt-get, not compiled manually.
I know java quite well, working on regular programs for few years. But inexperienced with anything besides regular programs (i.e. j2ee, applets, beans, etc.)
Thanks
[edit]
By the way, I made a file called test.jsp with the following code and placed it in my web directory (/var/www), :
<html>
<head>
<title>hello world</title>
</head>
<body>
<%@ page language = "java" %>
<% out.println( "Hello World" ); %>
</body>
</html>
And it is interpreted as plain text..
that package, libapache2-mod-jk2, is apache tomcat add on right?
I installed libapache2-mod-jk2 via apt-get.
I want to know the basic steps for just getting a Hello World type program to work.
Been googling for quite a while, but would prefer to find info about how to do it with the programs installed via apt-get, not compiled manually.
I know java quite well, working on regular programs for few years. But inexperienced with anything besides regular programs (i.e. j2ee, applets, beans, etc.)
Thanks
[edit]
By the way, I made a file called test.jsp with the following code and placed it in my web directory (/var/www), :
<html>
<head>
<title>hello world</title>
</head>
<body>
<%@ page language = "java" %>
<% out.println( "Hello World" ); %>
</body>
</html>
And it is interpreted as plain text..
that package, libapache2-mod-jk2, is apache tomcat add on right?