My bean needs a properties file. The properties file itself contains for
example the name of the database.
When I call my bean from outside the JSP pages, I can specify the location
of the properties file, eg.
java -Dproppath=c:\...\my.properties ...
But when I call the bean from within the JSP pages, how can I set the path
of the properties file.
I could write it to the JSP directly, but this is not very nice.
Any ideas?
Thanks           Anja

===========================================================================
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

Reply via email to