I have a similar situation where unless I type the index.jsp page I get a server not found error. However I noticed that when I use just the directory that the request gets redirected to http://myurl:apache_port/index.jsp. I was running my web server on port 83 and since I and behind a firewall all port 80 traffic gets routed to port 83 but there is no port 83 visible outside the firewall so an error occurs. I read some stuff in the Tomcat users manual about using a proxyPort="80" in the Connector of your server.xml but I could not get it working. The work around I'm using now is I'm running apache on port 80 and everything works fine. I don't know the proper fix but I hope this info may get you somewhere.
Tom --- Bernd Prager <[EMAIL PROTECTED]> wrote: > Sorry, if I that got answered already, but I found > just a bunch > of questions in the mailing list related to this and > never an answer: > > I can't make <welcome-file> with tomcat-4.0.3, > apache_1.3.24 > and mod_webapp working. > > The url http://myhost/index.html works just fine, > the url > http://myhost/ doesn't. > > (I do have index.html in my welcome-file list.) > > Thanks for any help. > -- Bernd > > > -- > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > For additional commands: > <mailto:[EMAIL PROTECTED]> > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
