Did you explicitly map your servlet in your web application's web.xml file? You have to map your servlet to a URL, you can't just call it. Check the docs and the FAQ.
John
On Fri, 30 May 2003 10:12:27 -0400, Eric fiedler <[EMAIL PROTECTED]> wrote:
hi -
I have apache setup as a proxy server to machine running Tomcat hosting a
site. I can view the Tomcat site from the apache machine by using the url,
we'll say http://apache:8080/TomactMachine/index.html
The site will come up fine. However, when I try to execute a servlet off the
Tomcat site, it tells me it cannot find the particular servlet. Apache and
Tomcat are running on seperate machines. Tomcat is hosting the static pages
for its site.
Any thoughts?
Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
