facebook

JSP debugging on JBoss 3

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200913 Reply

    Chris Parsons
    Participant

    Yes, I have the same problem – highlight stops on the first line of JSP not the breakpoint!

    NB Does JBoss 3.x/4.x allow debugging? …that lack JSR-045 support… how does one find this out?

    The <%= varname %> syntax does not appear to allow code completion.
    while the <% varname; %> does – any reason for this?

    The HTML/JSP preview does not process CSS references correctly (colours are wrong, correct when deployed!)

    Chris Parsons

    #200939

    Scott Anderson
    Participant

    Yes, I have the same problem – highlight stops on the first line of JSP not the breakpoint!

    NB Does JBoss 3.x/4.x allow debugging? …that lack JSR-045 support… how does one find this out?

    No, Tomcat 4 does not have JSR-045 support. However, in the following thread some innovative users have configured JBoss 3.x to work with Tomcat 5 to enable JSP debugging.
    https://www.genuitec.com/forums/topic/using-tomcat-5-with-jboss-3-2-x-closed/

    The <%= varname %> syntax does not appear to allow code completion.
    while the <% varname; %> does – any reason for this?

    That one is a bug that has already been reported. We’ll have it resolved in the next release.

    The HTML/JSP preview does not process CSS references correctly (colours are wrong, correct when deployed!)

    If this is for 2.7 RC1, can you send us a small test case the replicates the problem? If it’s for an earlier release, you’re correct that this was not supported at that time.

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP debugging on JBoss 3

You must be logged in to post in the forum log in