facebook

debugging jsp problems

💡
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 Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #266141 Reply

    jadeite1000
    Member

    Hi:

    I am using MyEclipse 5.1 and Weblogic 8.1.

    I was able to debug ProjectA by running weblogic 8.1 in MyEclipse and placing a weblogic.xml file under WEB-INF\weblogic.xml:

    Contents of weblogic.xml:
    !DOCTYPE weblogic-web-app PUBLIC “-//BEA Systems, Inc.//DTD Web Application 8.1//EN” “http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd”>
    <weblogic-web-app>
    <description>WebLogic Descriptor</description>

    <jsp-descriptor>
    <jsp-param>
    <param-name>verbose</param-name>
    <param-value>TRUE</param-value>
    </jsp-param>
    <jsp-param>
    <param-name>pageCheckSeconds</param-name>
    <param-value>1</param-value>
    </jsp-param>
    <jsp-param>
    <param-name>printNulls</param-name>
    <param-value>false</param-value>
    </jsp-param>
    <jsp-param>
    <param-name>debug</param-name>
    <param-value>true</param-value>
    </jsp-param>
    <jsp-param>
    <param-name>keepgenerated</param-name>
    <param-value>true</param-value>
    </jsp-param>
    <jsp-param>
    <param-name>workingDir</param-name>
    <param-value>mytestapp</param-value>
    </jsp-param>
    </jsp-descriptor>
    <container-descriptor>
    <servlet-reload-check-secs>-1</servlet-reload-check-secs>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    </weblogic-web-app>

    The strange thing is that I do the same thing for projectB but I can’t seem to debug the jsp files.
    Is there something I am missing. Project B is already being deployed to weblogic 8.1 the same weblogic server as project A.

    What am I doing wrong?

    Yours,

    Curious

    #266299

    Riyad Kalla
    Member

    Curious,
    That all looks right. Can you debug any classes even, like a servlet?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: debugging jsp problems

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