setting up a servlet.

2002-11-01 Thread p . mulder
Hello Reader,

Currently I am maintaining a server with Apache 1.3 and JServ.
On the site of Apache there is a statement that JServ is EOL.
Also Apache 1.3 is getting rather old.

I would like to upgrade to Tomcat, but I cannot get the servlet running.
The tomcat server is running great. 

There is a plan to rewrite the servlet into using JSP but that is a 
lenghty process.

Can anyone can help me in getting the servlet running?



Peter Mulder


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




setting up a servlet. 2nd try

2002-11-01 Thread p . mulder
I have installed Tomcat 4.1.12
I have a Servlet that used to run under JServ.

Tomcat is running like it should.

But I have no idea where to start with the servlet.
I have the java code,.. which I can compile into a class file with the 
java compiler.

But where to put it,... how to let tomcat know about the servlet.

currently the servlet is invoked by going to:

servername\MEMBERS\MAIN

the servlet accepts ?page_of_interest+value+anothervalue string to 
execute commands.

Hope somebody can tell me what to do to get the servlet installed and 
running on Tomcat.



--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org