Hi everyone, I am using Tomcat 5.0.27, straight "out of the box". I have a question...
First, I added an Context Descriptor XML file, "jsp-examples.xml", to the "webapps/jsp-examples" directory. My intent was to be able to access the jsp-examples app with this URL: "http://localhost:8080/je" Here's the "jsp-example.xml" contents: ----------- <Context path="/je" docBase="jsp-examples" debug="0" privileged="true"> </Context> ----------- I did this because I noticed the "balancer" app has a "balancer.xml". It seems like it should work, right? But it doesn't. The URL, "http://localhost:8080/je", gives me a 404 Not Found. Is this a bug maybe? There's nothing in the log to indicate a problem. Is there a way to keep the "webapps/jsp-examples" structure intact yet be able to use the URL I want? Thank you, Lisa _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
