Hello,
I'm developing a web app which I plan to deploy on several systems. I'm
trying to avoid hard-coding anything into the app, so for example database
connections, log file paths, etc. are specified as init-params on the
appropriate servlets.
When I deploy this as a "war" file (web archive), I'd like it if the
administrator of the system where it's being deployed can modify the init
params WITHOUT unarchiving / decompressing the archive (especially I need to
sign or otherwise encrypt the archive). If not, how else can I design an
app so that it's portable and easy to deploy?
Thanks,
Chris
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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