Thanks Filip!!
I have the followinfg entry in my tomcat.conf file.
Alias /examples /myroot/jakarta-tomcat/webapps/examples
<Directory "/myroot/jakarta-tomcat/webapps/examples>
Options Indexes FollowSymLinks
</Directory>
ApJServMount /examples/servlet /examples
<Location /examples/WEB-INF/ >
AllowOverride None
deny from all
</Location>
the same is repeated for other contexts. And this file has been included in
Apache httpd.conf file.
Please let me know where I am going wrong or what do I need to do.
Regards
Animesh
-----Original Message-----
From: Filip Hanik [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 11:40 AM
To: [EMAIL PROTECTED]
Subject: RE: Servlets do not run under Apache-tomcat
I would recommend switching to mod_jk
but from your problem, it does't look like you have set up the context
mapping of the /servlet context to go through mod_jserv.
Filip
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
> -----Original Message-----
> From: Animesh Chaturvedi - US [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 9:35 AM
> To: '[EMAIL PROTECTED]'
> Subject: Servlets do not run under Apache-tomcat
>
>
>
> Hi
>
> I am running Apache 3.1.17 and Tomcat3.2.1 on a unix box and
> using mod_jserv
> as connector. and using SSL.
>
> The jsp are working perfectly, but servlets do not run at all.
> You get HTTP
> 404 document not found error. I have tried every possible way, but none
> works.
>
> for e.g if I reference a servlet HelloWorldExample in the context of
> examples
>
> through https://server-name/examples/servlet/HelloWorldExample
>
> i get HTTP 404 page not found
>
> and in apache error_log I see:
>
> File does not exist:
> /myroot/jakarta-tomcat/webapps/examples/servlet/HelloWorldExample
>
> However if I refernce a servlet through jsp (i forward the request to a
> servlet) it gets resolved.
>
> I will really appreciate if someone can point me how to correct this
> behaviour.
>
> All my web.xml and server.xml files are as they should be.
>
>
>
> thanks
>
> Animesh
>