SERVLET problem for a beginer

2001-04-17 Thread Peymon Nicky
I installed Apache and Tomcat . I use Tomcat in stand-alone mode . My Apache is working fine . I have these problems : 1. How can I know that Tomcat is working ? 2. How can I install a servlet in it ? Thanks

RE: SERVLET problem for a beginer

2001-04-17 Thread Gael Oberson
1. How can I know that Tomcat is working ? You can browse the tomcat page that comes with your tomcat installation and try the examples if they work, that's done... (http://your_site:8080) 2. How can I install a servlet in it ? Edit the server.xml, web.xml files, study them