is there a specific place that the config files are usually placed?  currently mine is 
stored undr something like this:

classes/com/company/manage/config.properties

is there an easier, more standard higher level directory that i could use, that is 
automaatically under the classpath?  the lib or WEB-INF dir seems like good places, 
but i am unsure how to acess those places from a ResourceBundle.

thanks,
mark


-----Original Message-----
From: Darren Hill [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 9:22 AM
To: 'Struts Users Mailing List'
Subject: RE: deploying a struts application


Remove the config file from the war file, and ask the user to place that
properties file in the classpath.

-----Original Message-----
From: Mark Silva [mailto:[EMAIL PROTECTED]]
Sent: September 10, 2002 12:20 PM
To: Struts Users Mailing List
Subject: deploying a struts application


i have a question on deployment.

i am thinking of packaging my application as a war file, and letting the
users place this in the right location in their container.  the only problem
is that there is a config file that needs to be edited prior to the
application working.  the config file lives in a specific path within the
class files.  so the users have to un-war the files first to get at the
config file, which i think defeats the purpose and convenience of it a bit.

is there another standard way to distribute config files so the users can
make changes to them at the same time as deployment of the war?  any tricks
that you all have come across?

thanks,
mark

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to