/                             -- jsp ,hrml ,css, files
/WEB-INF/web.xml  -- configuration file.
/WEB-INF/classes   -- java class files (beans and servlets).
/WEB-IINF/lib          -- Third party class files(type 3 jdbc drivers etc)
_________________________________________________________

etc/   --  for special files
lib/    --  for special lib files /jar files
src/   --  source code for beans and servlets(java files)
web/  --  jsp, html files.
after this configure your build.xml and build.bat
now u can run build.bat, it will deploy ur application according to tomcat
directory structure shown above(first) , u can change your jsp files and run
build.bat again and again it will deploy u do not need to restart the server


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Jason C. Leach
Sent: Friday, June 30, 2000 10:09 PM
To: [EMAIL PROTECTED]
Subject: Tomcat files.


hi,

In Tomcat, where to I put my JSP pages, and my .class files?  I can't seem
to get them both in a place that makes Tomcay happy.

Thanks,
j.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to