Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The "HowTo" page has been changed by KonstantinKolinko. The comment on this change is: Correct wrong example. Add a link.. http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=98&rev2=99 -------------------------------------------------- * Enter the following in myapp.xml: {{{ - <Context docBase="c:/workspace/myapp/WebRoot" path="/HelloWorld"/> + <Context docBase="c:/workspace/myapp/WebRoot" /> }}} . This assumes you have a web application containing WEB-INF in '''c:/workspace/myapp/WebRoot''' @@ -460, +460 @@ * Use your IDE to connect to Tomcat through port 1044 If Eclipse happens to be your IDE of choice, you can get more information at [[http://www.jacoozi.com/index.php?option=com_content&task=view&id=119&Itemid=134|Remote Debugging with Eclipse (Jacoozi Article)]]. + + See also: [[FAQ/Developing]] == How do I debug a Tomcat application when Tomcat is run as a Windows service ? == You can debug the tomcat service by editing the service parameters as follows. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org