We have an application that has the following hierarchy
AppName
AppName/HTML
AppName/properties
AppName/log
AppName/third_party
AppName/webimages
Right now, the app's root is defined as AppName/HTML
ie. that's where the .jsp's, WEB-INF and images directories are.
and we access the other resources via absolute pathnames who's values
come from a config file.
....
We are using JRun as our application server and I have some reservations
about this approach. I'd like to try and deploy as a .WAR file but
isn't the root of the .WAR file suppose to be the App's root? ie. HTML
and therefore nothing at the same level can do in the .WAR file.
....
If possible I can move things around to suit I'd just like to know how
it's suppose to be done. Right now AppName/HTML/index.jsp is the
app's home page. and jsp's are organised in directories under HTML
directory.
===========================================================================
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