hi jon, i too got same kind of problem a week back. try the following ideas...
a)in server.xml, ensure that the "port" attribute in <Connector> element has value of 8080. if this is different from 8080 modify it. b) if not, verify u'r sequence of starting & downing of Apache & tomcat servers. [important Note: Always start Tomcat first and then start Apache. If you have to bounce Tomcat, remember to take down Apache first and restart it after Tomcat restarts. mod_webapp(or whatever u use) is very sensitive that way. In fact, some users have reported that it is necessary to put in 10 second delay between starting Tomcat and Apache ] c) if not, verify config stuff in "httpd.conf" file in apache server has done properly. [the following two directives in your "httpd.conf" file will help your web application requests that you wish to forward to Tomcat. ] ProxyPass ProxyPassReverse i hope these tips might help u. cheers!!! srinath >From: Jon Nadelberg <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Tomcat Timeout >Date: Thu, 02 May 2002 16:24:51 -0700 > >I'm having a problem getting Tomcat to work with Apache when being >connected outside my local network. > >I have installed Apache 1.3.23 and Tomcat 4.0.2 on my win 98 machine, >and it works just fine when I access it from http://localhost:8080/ >locally. It also works if I enter my static IP address, that is >http://xxx.xxx.xxx.xxx:8080 (not 127.0.0.1). > >Everything works ok like that. When someone else tries to access my >machine by entering my address, it times them out. They can access port >80 just fine. But 8080 does not respond. > >What may I be not doing right here? I just want to have someone outside >be able to access the index.html page for jakarta so they can access the >JSP samples. I've even turned off the firewall to see if that might >correct the problem, it didn't, and it's back on now. > >Any ideas? > >Thanks.> > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
