>> I know why. /tmp is added by a ClassPathExtension MBean. That MBean will >> check if there are any jars or zips in the directory and if so add them >> to the classloader. This is exactly what happens when /lib/ext is added. >> Unfortunately the deployer puts the temporary copies in /tmp so they're >> added too, and thus picked up next time you start jBoss. > >sorry I didnt know that - maybe this is the key for the deletion >problem... *LOL* Sure is :-) >> Daniel, can you change so that the J2EEDeployer do not use /tmp but >> /tmp/deploy instead. That should fix it. > >I changed it in the code (in cvs) that if the given directory doesnt >exist it will be created - just change the jboss.conf entry... Excellent :-) /Rickard
