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

Re: struts.xml - change default location

2007-03-19 Thread Bartek
of actionservlet. Of course in 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

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 justification for changing code