load application configuration

2007-04-03 Thread Bartek
B-INF") to easy reach them. How this could be elegantly achieved in struts2 application?? appreciate any hints bartek -- View this message in context: http://www.nabble.com/load-application-configuration-tf3510437.html#a9805584 Sent from the Struts - User mailing list archive at

Re: struts.xml - change default location

2007-03-20 Thread Bartek
). Thanks again.!! Regards Bartek James Mitchell-3 wrote: > > I don't understand why it has to be loaded from outside the > classpath. There are facilities in place to let you do what you > want, but you would be fighting an uphill battle. > > I don't see the jus

Re: struts.xml - change default location

2007-03-19 Thread Bartek
case of struts2 I would use this init param in context of FilterDispatcher. But it did not work. So again, the question is: How to load the struts.xml from WEB-INF directory, without adding it to classpath? bartek James Mitchell-3 wrote: > > Can you restate your question? > >

struts.xml - change default location

2007-03-19 Thread Bartek
custom configuration provider might help, but it is pojo by default , protocol independant and therefore without any ServletContext access - what is a pain in this case. Cheers bartek -- View this message in context: http://www.nabble.com/struts.xml---change-default-location-tf3425865.html