On 02 Apr 2003, [EMAIL PROTECTED] wrote: > Galen Boyer <[EMAIL PROTECTED]> writes: > >> Is this doable within the jdee? > > Which iPlanet? App Server and Web Server are completely > different products. I think iAS uses a standard JVM, in which > case using the remote debugging options would work.
Okay. I'll look around and see how to connect the JDEE up to an app server. The information needed might be similar, or at least send me down a particular path. > But I think iWS uses its own JVM (from the Kiva days) and > implements part of the Servlet API as native code, so it might > be more difficult. The servlets as well as EJBs are executed within iAS. > If you are trying to debug something general in your servlet, > running it under Tomcat (or JBoss if you need more than just > servlets/JSPs) is probably easiest. If you are trying to debug > something specific to iPlanet, and can't run under a debugger, > System.out.print() is your friend. We can't control how it starts, but we still might be able to connect to the running process. Our problem is we don't know how to get our the JDEE into those hooks. What parameters and such does it expect... -- Galen Boyer
