Author Topic: Improved Java debugging for servlets, maps, etc.  (Read 1647 times)

tinker123

  • Community Member
  • Posts: 98
  • Hero Points: 3
Improved Java debugging for servlets, maps, etc.
« on: July 28, 2011, 01:48:37 PM »
For Java features, begin thinking in terms of web development

- put directions in the help for how to used the debugger on servlets, jsps, etc
- pipe stdout and stderr from the servlet container ( ie, tomcat, weblogic, jboss ) into the output window
- have build options to start and stop the tomcat/weblogic/etc