I followed this excellet HOWTO;
http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html
Everything is tested correctly. I can browse localhost port 80 and port 8080, and run
the test servlets.
(I can also browse www.ip.com port 80 and port 8080, and run the test servlets.)
I can't get it working with my servlet and I'm not sure what else to try?
This is the error message.
"The requested URL /servlet/DBServlet was not found on this server."
This is the web page html,
<FORM NAME="sell_login" METHOD="GET"
ACTION="../servlet/BookDBServlet"
ONSUBMIT="return runLogin(this)">
This is the path on the server for the servlet...
/opt/tomcat/webapps/bd/WEB-INF/classes
Re-starting tomcat re-creates this file as expected,
/opt/tomcat/conf/auto/mod_jk.conf
Workers.properties is located in ;
/opt/tomcat/conf/jk/Workers.properties
Thanks,
-Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]