Hi Florian, I don't know anything for production time hot deployment,
but with development with Maven, it would just be "mvn clean install
tomcat7:run" for a deployment of the WAR on an embedded Tomcat instance
(you wouldn't even need to have Tomcat explicitly downloaded on your
machine), or ... tomcat7:redeploy to place the updated version on a
standalone Tomcat on your machine. If you haven't used Maven much
recently you may wish to browse my beginner SOAP tutorial (
http://www.jroller.com/gmazza/entry/web_service_tutorial), which could
just as well be called a beginner Maven tutorial, as it's intended for
people who don't know either. Also this article shows you can debug
Mavenized WARs using Eclipse:
http://www.jroller.com/gmazza/entry/eclipse_debug_web_services#ec3.
Regards,
Glen
On 12/16/2012 02:57 PM, Florian Holeczek wrote:
Hi Glen,
a bit off-topic, but anyway: I think the bigger problem is that there isn't a
nice dev-deploy-test-cycle at the moment. I've seen some possibilities of the
WTP, you can fix the code and it gets automatically hot-deployed... Does all
the maven stuff in JSPWIKI-651 help in any way to go into this direction, or is
it something completely independent?
Regards
Florian