I would suspect it is because you are running Apache on port 80 and not
Tomcat.  You will need to set up a mod_jk (or mod_jk2) connector to have
Apache forward specific URL requests to Tomcat.

Why are you putting a HelloServlet inside the admin application anyway?

----- Original Message -----
From: "Jianping Zhu" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Saturday, February 08, 2003 20:29
Subject: trouble to run servlet


> I have redhat 7.3 with apach tomcat running on it
> I put HelloServlet on following directoy:
>
"usr/local/jwsdp-1_0_01/server/webapps/admin/WEB-INF/classes/HelloServlet.cl
ass"
>
> Then i try "http://mango.ctegd.uga.edu/servlet/HelloServlet"; to invoke the
> servlet. but failed
> in error_log i got:
> "[Sat Feb  8 22:19:07 2003] [error] [client 128.193.47.116] File does not
> exist: /var/www/mango.ctegd.uga.edu/html/servlet/HelloServlet
> "
>
> Why? how can i fix this problem?
>
> Thanks
>
>
> ---------------------------------------------------------------------
> 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