If you are using Jetty, look for a JMX configuration flag called something like unpackWars and set it to false.
It defaults to true because JSPs cannot be compiled directly from an archive, but everything else should work. When true, Jetty will unpack wars into temporary working directories and run the result. Now, where does Axis write it's state to ? It can't write it back into it's distribution (the wrong place to put it anyway, what if I upgrade my Axis.war, should I lose everything?) because it's a jar not a dir....... Jules __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
