This is the workers.properties,

worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13

Where do I check the servlet mappings?

Thanks,
-Peter



-----Original Message-----
From:     Asif Chowdhary <[EMAIL PROTECTED]>
Sent:     Mon, 3 Nov 2003 10:18:01 -0500
To:       "Tomcat Users List" <[EMAIL PROTECTED]>
Subject:  RE: Connection Apache - Tomcat

Did you add the URI in workers2.properties.
You have to have this context in this file

Once you add it should solve your problem.
Also check the servlet mappings.



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, November 03, 2003 10:10 AM
To: [EMAIL PROTECTED]
Subject: Connection Apache - Tomcat


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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to