302 Redirect Problem
807567Apr 7 2005 — edited Apr 14 2005I'm running Sun Java Web Server 6.0. I've got multiple virtual web servers mapped to different ports on one server. I'd like to enable users to type something like:
http://www.mysite.com/training
but if they leave off the trailing slash a 302 redirect error will occur. I read in an earlier post on this site that if you put servername="mysite:8088" in the server.xml file this will solve the problem . I have tried this but still get 302 errors.
Any ideas? Thanks.