We're having a problem with Struts2 running under Jrun.
The 'web application class loader' in Jrun is not finding struts.xml in
WEB-INF/classes.
We can put struts.xml in the overall classpath of the Java application
server, but then that means only one per Java app server.  

1. Has anyone else experienced this problem and have a solution or
workaround?
2. In Struts-1, one could specify a name of the struts config file - is
there a way in web.xml to specify an alternative name of struts.xml?
That way each of the web apps can specify its unique name, and even
though all the config files are in the overall classpath, they can be
unique per web app by having a unique name.

Ron Lane

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to