dear all,
 
is there a way to get the server.xml defined <application> "name" attribute?
 
after following a previous post, i can get the application.xml <display-name>
value but this is not quite what i need.
 
the plan is to be able to deploy multiple copies of the same application
for different clients, and have an initServlet read in the application name
to determine where the config files live.
 
       client2 => read in \\someMachine\config\client2\config.xml
 
this way, if i have to cluster client1, then there's only ever a single
copy of their config information on the network and i don't have to
duplicate it per orion installation.
 
i'm also thinking of putting the web-site.xml files for each client
in their own config directory to further reduce duplication of
config details that would appear if you do clustering.
 
i'd also like to avoid having to alter servlet initialisation parameters
or anything in application.xml when deploying the app for a new
client, but would consider these as a last resort.
 
thanks,
greg.

Reply via email to