> From: MC Moisei [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.0 : howto make a webapp the ROOT webapp > the proper way > > That implies that I can have more than one application in > ROOT folder...
?? No. You can have as many servlets or JSPs as you like, but they would all be part of the default webapp. You have to replace, not augment, the existing default webapp in ROOT with your own. > Are you basically saying that instead of naming my > application "someapp" I'd have to name it ROOT ? Exactly. As an alternative, you could write a trivial default webapp that would forward to the desired one. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]