Daniel Pocock wrote: > JBoss and Tomcat detect new deployments automatically.
It probably doesn't make sense to auto-deploy a new webapp to all installed servers. Probably the user wants to select which server to deploy to, similar to the traditional installation where the servers have separate directories. An option would be to install webapps in a shared directory like /usr/share/java/webapps, but _not_ configure app servers to use this automatically. Instead we can provide an option in /etc/default/jboss etc to auto-deploy from the shared directory (off by default). Marcus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

