Archive for March 4th, 2008

Notes on JSP debugging with Weblogic 9.2 and MyEclipse 6

Here are some things I’ve found the last couple of days when trying to get JSP debugging working in MyEclispe 6 and Weblogic 9.2:

  • You don’t need to modify the weblogic.xml file
    I messed around with the settings here and took them out and debugging still worked.
  • There is an undocumented debug tag in the jsp-descriptor section of weblogic.xml. Looking at the docs it is undocumented.
    The file is checked on load to make sure there aren’t invalid tags there. debug isn’t marked as invalid.
  • Apparently JSP debug information is controlled by the session-descriptor tag and its parameter debug-enabled.
    I determined this by looking at how the weblogic.xml file was affected by changing the JSP debug flag in the administration console. The documentation really doesn’t shed much light on this.

Now, all of that being said, I don’t have any of those items in my weblogic.xml for my web application and JSP debugging still works.

Wow…huge news…Sun hires Jython lead

Was buried in work yesterday and missed this one. Huge news for the Jython community. That along with Tor’s news in the Java Posse podcast that he would start working on another language in NetBeans soon would probably mean Python support coming to NetBeans.

Ruby support really kicks ass in NB. That level of Python support would just be huge.