Hello Tomcatters,

I am using mod_webapp to connect Tomcat and Apache.
I'm having a problem:

Let's say I make a request to my server for any of
the following:

http://www.mydomain.com/examples/jsp/
http://192.168.0.100/examples/jsp/
http://127.0.0.1/examples/jsp/
http://localhost/examples/jsp/ 

Unfortunately, any of these will redirect me to: 

http://[ServerName]/examples/jsp/index.html 

where ServerName is as configured in httpd.conf.

No matter how I set ServerName, it is a problem for
either my own machines inside my router( no internal
DNS ), or machines outside. 

Is there any kind of configuration, through
VirtualHosts or otherwise that will cause 

http://[whatever]/examples/jsp

to redirect to:

http://[whatever]/examples/jsp/index.html

After all, the [whatever] HAS to be valid if the
server gets the request, right? Apache does this
correctly, it's just in combination with mod_webapp
and tomcat that the problem arises.

Thanks,

-chris






__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to