RE: Best practice for storing configuration data

2005-04-18 Thread Jesse Alexander (KBSA 21)
-Original Message- From: Simone-dev [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 10:04 AM To: Struts Users Mailing List Subject: Re: Best practice for storing configuration data Great, I like the idea of storing data inside the server.xml or using the admin tool... using the

Re: Best practice for storing configuration data

2005-04-18 Thread Simone-dev
Great, I like the idea of storing data inside the server.xml or using the admin tool... using the tag... if you have access to the adminstration of the server unfortunately this doesn't work if you just have access to you context directory... From what I read on all the thread http://marc.thea

Re: Best practice for storing configuration data

2005-04-17 Thread Erik Weber
Related: http://www.mail-archive.com/user@struts.apache.org/msg24083.html Erik Simone - Dev wrote: Today I run into an dubt: is the way I always used to store application dependent configuration is correct? I use to store this kind of information in the we.xml file using like this one u

Best practice for storing configuration data

2005-04-17 Thread Simone - Dev
Title: Messaggio Today I run into an dubt: is the way I always used to store application dependent configuration is correct?   I use to store this kind of information in the we.xml file using  like this one      uploadedFilePath   D:/Documenti/Progetti/jClubHouse/build/uploadedFiles/   Th