Hi all, has anyone used Jboss as development container instead of Tomcat?
We usually used Eclipse Helios with this version of maven plugin http://repository.sonatype.org/content/repositories/forge-sites/m2e/0.12.1/S/0.12.1.20110112-1712/ and Tomcat 6 as container and the devolopment is very fast since you have hot deployment of classes, ftl, and you can bypass the static resources. Our client requires that we use Jboss (because we need other resources and it is the target environment) and Eclipse Juno (that can embed Jboss AS through Jboss tools) but the problem is that, even if you activate the option “Automatically publish when a resource change” and the project is set with “Build automatically”, you see that the jar of the module is updated in the WEB-INF/lib folder of Jboss, but the only way to make the new .ftl available is a restart of the server, that is time consuming in Magnolia. To resume, the situation is this: - for java it is not a problem since if you run the server in debug mode you can set a breakpoint and you can modify the code - for jsp it is not a problem: it needs only to put this configuration <subsystem xmlns="urn:jboss:domain:web:1.4" default-virtual-server="default-host" native="false"> <configuration> <jsp-configuration development="true"/> </configuration> - THE PROBLEM IS FOR .FTL AND FOR THEME RESOURCES FOR WHICH THE BYPASS DOES NOT WORK -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=93f98f67-cd26-4c9a-9ae7-6d73904fef71 ---------------------------------------------------------------- For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
