User Tools

Site Tools


java:hotdeploymenteclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
java:hotdeploymenteclipse [2014/05/19 09:41] rlunarojava:hotdeploymenteclipse [2014/06/24 01:01] rlunaro
Line 116: Line 116:
  
 === Tomcat 6 and Linux ===  === Tomcat 6 and Linux === 
 +
 +**Important:** You have to edit the ''context.xml'' file and set the "reloadable" feature as this: 
 +
 +<code xml>
 +<Context reloadable="true">
 +</code> 
 +
 +Also, as cited [[http://www.mulesoft.com/tcat/tomcat-reload|here]], you can add some //watched resources// that, upon change, will force tomcat to reload the application.
  
 Assumed you have the configuration of your project as described before, the only thing you have to do is create the symbolic link.  Assumed you have the configuration of your project as described before, the only thing you have to do is create the symbolic link. 
Line 187: Line 195:
  
 ~~DISQUS~~ ~~DISQUS~~
- 
  
  
  
  
java/hotdeploymenteclipse.txt · Last modified: 2022/12/02 22:02 by 127.0.0.1