...
Info | ||||
---|---|---|---|---|
| ||||
I use the Sysdeo.com tomcat launcher plugin, which lets you reload specific webapp context aside from just start stop and restart tomcat from the IDE (log output goes to the eclipse console). It is available here: http://www.sysdeo.com/eclipse/tomcatPlugin.html If you do this too, add the following as two seperate parameters to the JVM settings for starting tomcat (Window->Preferences->Tomcat->JVM Settings):
|
- Start tomcat using
..or using the tomcat pluginCode Block catalina.sh jpda start
...