Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Rapid deploy on Tomcat?

Reply
Thread Tools

Rapid deploy on Tomcat?

 
 
Stefanie Ertheld
Guest
Posts: n/a
 
      01-14-2008
Hi,

I am programming J2EE applications (using Spring MVC and so on),
which then have to be deployed on a Tomcatserver for testing -
which is REALLY time consuming (~1,5 minutes per build & deploy)

To improve this process and to allow for a rapid development, I am
looking for the fastest possible way to test my application on a
(Tomcat) Server. The best would be a kind of "autorefresh" where the
sources get automatically compiled and redeployed - or at least a
soltution that requires as few was possible clicks or commandos - using
Eclipse and or Maven 2 for example.

Thanks in Advance,

Stefanie

 
Reply With Quote
 
 
 
 
Manish Pandit
Guest
Posts: n/a
 
      01-14-2008
On Jan 14, 11:25 am, Stefanie Ertheld <Dulidal...@web.de> wrote:
> Hi,
>
> I am programming J2EE applications (using Spring MVC and so on),
> which then have to be deployed on a Tomcatserver for testing -
> which is REALLY time consuming (~1,5 minutes per build & deploy)
>
> To improve this process and to allow for a rapid development, I am
> looking for the fastest possible way to test my application on a
> (Tomcat) Server. The best would be a kind of "autorefresh" where the
> sources get automatically compiled and redeployed - or at least a
> soltution that requires as few was possible clicks or commandos - using
> Eclipse and or Maven 2 for example.
>
> Thanks in Advance,
>
> Stefanie


Under Maven2, you can use the redeploy goal of tomcat plugin (mvn
tomcat:redeploy) to rebuild and deploy the app.

-cheers,
Manish
 
Reply With Quote
 
 
 
 
Danjel
Guest
Posts: n/a
 
      01-21-2008
> > To improve this process and to allow for a rapid development, I am
> > looking for the fastest possible way to test my application on a
> > (Tomcat) Server. The best would be a kind of "autorefresh" where the


I use the tomcatplugin from sysdeo. I even get debugging directly
within tomcat.
Normally we run our projects on jboss application server with the
eclipse jboss IDE, but for testing tomcatplugin with some quirks to
get the injection to work, works perfect

regards
/Danjel
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploy won't deploy Masterpage.master GaryDean ASP .Net 1 04-14-2009 01:50 AM
Rapid Spanning Tree Franzy Cisco 11 08-25-2007 06:30 PM
rapid-pvst d.reinhart@vedior.nl Cisco 6 07-25-2006 08:20 AM
Cisco rapid-pvst Sami Cisco 0 11-09-2005 05:23 AM
RSTP (Rapid Spanning Tree Protokoll) compatibility Thomas Hartenstein Cisco 1 01-19-2004 08:22 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57