3 Replies Latest reply on Oct 14, 2005 5:44 PM by dwatling

    Debugging JSPs

    dwatling

      I had JSP debugging working yesterday, how I don't know, but now it isn't working. I've been switching between several JDKs and somewhere along the line it just stopped working. Are there a list of steps or a checklist somewhere that I can run through to get it working again?

      Also, in an unrelated question, is there an example application (with WEBROOT, WEB-INF, .project, etc.) that I can download to learn off of?

      -Dan

        • 1. Re: Debugging JSPs
          dwatling

          I was able to get this working again after I deleted my project's 'packaging-build.xml' file. Not exactly sure why as I haven't had the time to look further, but it worked.

          -Dan

          • 2. Re: Debugging JSPs
            karthi_perumal

            Hi !
            how to pre-compile jsp , i enable jsp compilation support in project property
            it creats EMPTY folders
            what configuartion i missed .....


            thanks
            karthik

            • 3. Re: Debugging JSPs
              dwatling

              The JSP Compilation support doesn't pre-compile JSPs for you. As far as I know, JBoss-IDE doesn't have anything to do with that. If you need to precompile JSPs you will need to use JSPC to do it. If you use Ant I know it has a built in Jspc task that'll do it with some work.

              -Dan