> Hi All!
>
> Can anybody tell me where a good place to put initialisation files for our
> Servlet application would be? Our policy here has been to put .ini files
in
> the same directory as the executable (for Windows apps), or to use the
> system registry. This doesn't seem appropriate for servlets somehow.
>
> I am trying to avoid requiring an absolute path to be specified (for
> portability reasons).
>
> Thanks,
>
> Mark Foley
> EDS (Australia)
Hi Mark,
no, the system registry is something you cannot normally touch with Java
unless
you are using VJ++ (Microsoft Decaf). Normally you can use your
Servlet Engine Administration to setup parameters that are passed to your
servlet, this could include the path to an ini file (properties they should
be called
really). Read your servlet engine documentation for more on how this sort of
thing
can be setup.
Andy Bailey
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html