ROFL


Shapira, Yoav wrote:

Howdy,
Thank you for the clear instructions ;)  I believe I have a fairly firm
grasp on webapp structure as well as the rest of tomcat ;)  But I'm sure
the original poster whose question I answered will find your response
beneficial.

Yoav Shapira
Millennium ChemInformatics



-----Original Message-----
From: Schalk [mailto:[EMAIL PROTECTED]
Sent: Friday, August 29, 2003 11:30 AM
To: 'Tomcat Users List'
Subject: RE: Newbie:web application



Yoav

Ok, first your webapp folder structure:
Tomcat/webapps/myApp
Tomcat/webapps/myApp/WEB-INF/
Tomcat/webapps/myApp/WEB-INF/classes/  # ALL class files go here
Tomcat/webapps/myApp/WEB-INF/lib/  # All .jar files goes here
Tomcat/webapps/myApp/WEB-INF/web.xml  # This is your deployment

descriptor





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to