@support-scott wrote:
Brian,
I’m not sure source-level JSP debugging will work if you don’t use our connector to start because IIRC we provide our own source locators at launch time so that Eclipse knows how to resolve the JSP classes. With manually configured remote launch connection, this isn’t going to happen so your JSP’s can’t be found.
Is it more involved than adding the JSP compiler’s work directory (where the Java source and bytecode files related to JSPs are written) to the source lookup path?
If I can control how the remote JVM is started, would it become possible to do?
Thanks,
Paul