facebook

OC4J debugging

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #269394 Reply

    potterd64
    Member

    Hi, I am using version 5.1.1 GA.
    I’m thinking the problem is me, rather than a bug.
    my global-web-application.xml for OC4J contains this definition

    <servlet>
    <servlet-name>jsp</servlet-name>
    <servlet-class>oracle.jsp.runtimev2.JspServlet</servlet-class>
    <init-param>
    <param-name>debug_mode</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>emit_debuginfo</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>0</load-on-startup>
    </servlet>

    As you know from my other posts, Java class debugging works fine. I cannot set breakpoints in my JSP’s though. Do I have to configure the server further to do this?

    #269395 Reply

    Riyad Kalla
    Member

    I don’t think it’s you… debugging in OC4J is squirrelly at best.

    Out of curiosity can you develop on another app server and just deploy to OC4J? I know this is a long shot…

    #269396 Reply

    potterd64
    Member

    I could, but I’d rather not. I would like to keep things consistent, and don’t want to spend time learning to use another server. But I may spend some time on Friday to see if I can set up another server to develop on if it’s straightforward enough. Can you recommend a good one? (Tomcat 5?)

    #269401 Reply

    Riyad Kalla
    Member

    If you aren’t using any EJBs Tomcat 5 or 6 should work great.

    If you are using EJBs or need a full J2EE/JEE container, Sun App Server 9 and/or Glassfish are good choices as well.

    #282867 Reply

    matheswaran
    Member

    This message has not been recovered.

    #282882 Reply

    Loyal Water
    Member

    This message has not been recovered.

Viewing 6 posts - 16 through 21 (of 21 total)
Reply To: OC4J debugging

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