Re: servlet config on apache 1.3 tomcat 3.3

2004-11-26 Thread Bill Barker
Since your context is called '/servlet', the correct URL is http://www.example.com/servlet/servlet/HelloServlet (without a servlet-mapping) or http://www.example.com/servlet/servlet/helloservlet (with a servlet-mapping). You probably want to change your servlet-mapping to have:

servlet config on apache 1.3 tomcat 3.3

2004-11-25 Thread Marek Podmaka
Hi! I'm trying to set up servlet access on one virtual host using apache 1.3.26, tomcat 3.3 and mod_jk 3.3, all on debian stable. Myself I don't use jsp or servlets, so I'm little confused with all those java-specific terms. I was trying to get it to work using many howtos (found by google), but