No, it doesn't appear you have integrated tomcat. When you access tomcat via port 8080, you are accessing tomcat directly. When you are accessing tomcat through apache, apache communicates w/ tomcat via port 8009.
I think the best way to approach integrating tomcat w/ apache for the 1st time is to forget about all the examples and config files that come w/ tomcat and start w/ a bare bones approach. This document may prove helpful: pdf: http://www.meritonlinesystems.com/docs/howto_apache_tomcat.pdf OpenOffice doc: http://www.meritonlinesystems.com/docs/howto_apache_tomcat.sxw Mike On Sat, 2003-08-09 at 23:27, Xingqun Jiang wrote: > Hi, > > I tried to integrate Tomcat (on port 8080) with Apache (on port 80). When I tested > on the local machine(192.168.2.3), the following two urls pointed to the same page: > http://localhost/examples/jsp/dates/date.jsp > http://localhost:8080/examples/jsp/dates/date.jsp > > However, when I tested on another computer, only this url works: > http://192.168.2.3:8080/examples/jsp/dates/date.jsp > > The other address: > http://192.168.2.3/examples/jsp/dates/date.jsp says "page cannot be found" > > Did I sucessfully intergrate Tomcat with Apache? Help me! > > Lance --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
