unable to get to compiled jsp files in debugger
"Mike D'Ambrogia" <[email protected]> Fri, 14 May 2004 14:33:43 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | jamagination.com |
| Message-ID | <003e01c439fb$218c3db0$1e01a8c0@tportable> |
Listers Per the instructions at http://www.bluemarsh.com/java/jswat/docs/howto-jsp.html I'm trying to find my app in the classes tab under org.apache.jsp -- I get the org.apache part, but no jsp under there My config is as follows: My tomcat 5.0.19 install is in c:\apache\tomcat The jasper compiled app is loaded in C:\Apache\Tomcat\work\Catalina\localhost Since the app is loaded as the root context, the compiled jsp files are loaded in C:\Apache\Tomcat\work\Catalina\localhost\_\org\apache\jsp\parta\partb Inside the servlets, the package name on the one file I'm using for testing comes up as "package org.apache.jsp.parta.partb;" I added "C:\Apache\Tomcat\work\Catalina\localhost\_" to both my classpath and my sourcepath I can see my "regular" servlets in jswat just fine, they appear as advertised in the classes tree, i can set breakpoints, open source, etc. If I manually open my jasper servlets in the open source code dialog I get an error alert box open that states "ERROR: com.bluemarsh.jswat.parser.java.lexer.LexerException: [243,21] Unknown token: ' the file does open but no syntax coloring, and any attempts at setting a break in the code results in cpu usage spike to 100 % for 5-10 seconds, and the breakpoint in the line # gutter is shown in blue. breakpoint shows up as in breakpoint tab as "org.apache.jsp.parta.partb filename.java:20" but not in italic nor in bold Let me know if I can supply any other info Any help appreciated Mike _______________________________________________ jswat-user mailing list [email protected] http://www.bluemarsh.com/mailman/listinfo/jswat-user