Remote JSP debugging weblogic server 10 using IDEA 9.0.3
We are trying to set up remote debugging on Weblogic 10 using Idea 9 on a legacy application. We've tried a few things like:
1. Enabling debug in weblogic.xml
2. Running the server in debug mode
But we're unable to debug JSPs. Has anyone had some luck doing this?
Thanks,
Prem
Please sign in to leave a comment.
Does debugging work for Java files?
>
>
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yes it does. JSP debugging for those JSPs deployed as part of the web application was also working. The application here uses the Apache Weblogic plugin to forward to JSPs and and debugging doesn't seem to work for these JSPs.
Thanks,
Prem
JSP debugging works only for files under Web resource directories. IDEA is unable to find source JSP files for other files.
>
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"