It seems to be a requirement of 4.x to have a web.xml file that contains at *least*:
<webapp> </webapp> Maybe the same is true with 5.x ? > -----Original Message----- > From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 24, 2004 2:09 PM > To: 'Tomcat Users List' > Subject: RE: How to deploy a web application under Tomcat 5 > > > THanks for your response, the problem is that I don't have a > clue about how to create a WAR application. Mine is empty for > the moment since I have no files. I only need Tomcat to > recognize the structure > MyApp > | > --- WEB-INF > | > classes > lib > ---- web.xml > > DO you happen to know where to find this information. I could > not find it anywhere. Thanks > > > -----Original Message----- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: miercoles, 24 de marzo de 2004 18:01 > To: Tomcat Users List > Subject: RE: How to deploy a web application under Tomcat 5 > > > > Hi, > Read the First Webapp guide: > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/index.html, > especially the deployment organization. You can simply > create these directories as you need. > > Yoav Shapira > Millennium Research Informatics > > > >-----Original Message----- > >From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, March 24, 2004 10:41 AM > >To: '[EMAIL PROTECTED]' > >Subject: How to deploy a web application under Tomcat 5 > > > >Hello, > >I have installed Tomcat 5 under Solaris. Everything works fine. I now > want > >to create my own application (MyApp) with the WEB-INF > directory and so > on. > >I > >do know there is a procedure to follow (you cannot just create the > MyApp > >directory under the webapps dir!). I have read what the > Tomcat document > >says but it is not clear to me. Could someone explain > clearly the steps > >I am supposed to follow to have the web structure? > >Thanks > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > This e-mail, including any attachments, is a confidential > business communication, and may contain information that is > confidential, proprietary and/or privileged. This e-mail is > intended only for the individual(s) to whom it is addressed, > and may not be saved, copied, printed, disclosed or used by > anyone else. If you are not the(an) intended recipient, > please immediately delete this e-mail from your computer > system and notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
