Hi, I have done it. In server.xml, i have written
<Context path="" docBase="myapp" debug="0"/>. But when I type http://localhost:8080, it is still directed to ROOT/index.jsp, even after when I remove ROOT folder from /webapps folder. Can you please guide me further? Regards, Umer ----- Original Message ----- From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 7:52 PM Subject: RE: Mapping a WAR Hi, Wow, you're impatient. It used to be people actually waited a little bit before resending. You need to explicitly define a context path of "" (the empty string) for your webapp. If you're not sure how to do that, go read the tomcat docs. Yoav Shapira Millennium Research Informatics --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
