Welcome !

This is the starting point of your 'private' tomcat environment.

Run Samples:

JSP Debugging
  • [Stop all applications/webservers/tomcats using port 8080, else tomcat won't run]
  • Set breakpoints in your .jsp file.
  • Invoke the jsp from your browser.
  • Start tomcat using 'Run | Debug (Continue)'
  • For each .jsp Tomcat generates a 'xy$jsp.java' file in the 'work' directory of your tomcat workspace.
  • In order to let AnyJ find the generated source associated with your .jsp's, the temp directory has to be marked for scanning:



  • Note that the 'work' directory is created once tomcat is started the first time. In an initially created tomcat workspace, this folder is mounted automatically in a correct way. If you choose to create more than one WebApp in a single workspace, you'll have to adjust the directory settings manually.



[To run tomcat using its default base directory (doc+examples), choose the 'Tools | External Tools | Run Tomcat with Default Home' MenuItem.]