i know its all really confusing at first.. but if you want to master the
j2ee spec then patience and learning is required..
i will give you two hints and the third is free advice..
1) search this mailing list archives for information relatinf to
/WEB-INF/lib & /WEB-INF/classes * web.xml & server.xml ( you'll need to know
these like buttered toast )
2) look at the j2ee servlet spec produced from sun it will give you more
advanced reading for things like servlets api and deployment descriptors, or
read the documentation on the tomcat site.
3) FREE ADVICE: you can place your war ( WEBAPPLICATIONARCHIVE ) anywhere..
create a <context> in server.xml and point it to that file location that
CONTAINS WEB-INF directory
regards,
warren.
-----Original Message-----
From: Krishna Kant T [mailto:[EMAIL PROTECTED]]
Sent: Friday, 8 June 2001 6:39 PM
To: [EMAIL PROTECTED]
Subject: where do i place my application ?
hi all
can somebody where i have to place my application which contains jsp's,
servlets and classes. i presume it is webapps/myApp/...... but what goes
where ?
how do i precompile the jsp's ?
~krishnakant