Tomcat 5 feature?

2003-01-20 Thread enLogica
Does Tomcat 5 include the feature wherein it doesn't automatically redirect (302) to the welcome page ... rather it *forwards* to the welcome page? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

WARP

2003-01-14 Thread enLogica
I am attempting to setup Tomcat 4.1 with Apache 2.0.4. Per the instructions in my book I am suppose to download the Web Application Module for Apache in order to allow these two to talk, but it is not listed on http://modules.apache.org/search. With v.2.0 do I still need to download this mod?

WARP (Apache-Tomcat)

2003-01-14 Thread enLogica
I am attempting to setup Tomcat 4.1 with Apache 2.0.4. Per the instructions in my book I am suppose to download the Web Application Module for Apache in order to allow these two to talk, but it is not listed on http://modules.apache.org/search. With v.2.0 do I still need to download this mod?

Tomcat Standalone Redirects auto redirects to index.html

2003-01-08 Thread enLogica
Issue: Unlike Apache (and every other http server), tomcat standalone automatically redirects to the welcome page, rather than forwarding to it. In other words, to present the welcome page tomcat will literally redirect (http 302) the user to www.xyz.com/index.html, rather than staying at