2 Replies Latest reply on Jun 20, 2006 9:49 AM by jhudson

    I need classloading configuration advice :)

    jhudson

      Hello, I have multiple Webwork applications (packaged as WAR). These applications use the webwork.properties file from the classpath (as opposed to WEB-INF/.

      The problem I am having is that the webwork.properties file from a different application is being read for my app.

      How can I change the classloading functionality to either keep war classes private (so no other deployments see them) or at least make all war deployments load from the classes directory first? Thanks very much for the help.

      Joe Hudson