Re: Changing location of struts.xml

2007-03-28 Thread Manu Mahajan
Yes, that seems to work fine but I would have liked to keep it in a separate conf/struts folder inside the jar. Adam Ruggles wrote: I put mine in the root of my jar file and it works fine. I don't even have a classes folder. Manu Mahajan wrote: Hello I want to know if it is possible to cha

Re: Changing location of struts.xml

2007-03-28 Thread Adam Ruggles
I put mine in the root of my jar file and it works fine. I don't even have a classes folder. Manu Mahajan wrote: Hello I want to know if it is possible to change the location of the struts.xml file. I don't want to keep it in the WEB-INF\classes directory. Ideally I would like to create a j

Changing location of struts.xml

2007-03-28 Thread Manu Mahajan
Hello I want to know if it is possible to change the location of the struts.xml file. I don't want to keep it in the WEB-INF\classes directory. Ideally I would like to create a jar file with all my configuration files(including configurations of hibernate/spring/sitemesh etc) and place it in