Hot deploy development changes with Eclipse, Tomcat, and Jetspeed

I am developing a Jetspeed portal application running on Tomcat using the Eclipse IDE with the Sysdeo Tomcat launch plugin to enable debugging of an application running on Tomcat / Jetspeed.

I was wondering how to enable hot change deployment for this environment? Does anyone know how to configure the Jetspeed portal web application to deploy using Eclipse using hot sweep? Unable to find any information on the network for a hot Jetspeed deployment.

+3
source share
5 answers

I usually create an ant build file loosely based on:

http://tomcat.apache.org/tomcat-6.0-doc/appdev/build.xml.txt

'install'/'remove' tomcat

: Tomcat webapp Eclipse

, , , Tomcat .

+2

, jrebel. . , jrebel , (, tomcat) / .

+2

bult-in ( Java EE) :

  • "Windows" > "" > "" > " " "tomcat"
  • publishing FileSync. , () (tomcat/webapps/yourapp). filesync ( TOMCAT_ROOT), , .
  • tomcat , .

, FileSync , publishing , FileSync .

0

, Jetspeed Portal . - -, Eclipse WTP. , , Tomcat, Jetspeed, Tomcat (/webapps/jetspeed-portal/WEB-INF/deploy).

, , - Maven script. , tomcat, web.xml web.xml Eclipse.

0

, , , Windows XP Windows 7, .

0

Source: https://habr.com/ru/post/1723823/


All Articles