Re: IPlanet serverside debugging?

2003-04-03 Thread Jason Rumney
[EMAIL PROTECTED] writes: > >We can't control how it starts, but we still might be able to > >connect to the running process. > > You should be able to control how iAS starts jvm's e.g. see > > http://docs.sun.com/source/816-7149-10/dgdebug.html#25712 Unfortunately those docs are for Sun ONE ap

Re: IPlanet serverside debugging?

2003-04-03 Thread rohit . namjoshi
>We can't control how it starts, but we still might be able to >connect to the running process. You should be able to control how iAS starts jvm's e.g. see http://docs.sun.com/source/816-7149-10/dgdebug.html#25712

Re: IPlanet serverside debugging?

2003-04-02 Thread Jason Rumney
Paul Kinnucan <[EMAIL PROTECTED]> writes: > If you are trying to debug a program running in a vm embedded in > another application, the container application must provide some means > for you to tell it to start the embedded vm in debug server or client > mode. Often there is somewhere to specify

Re: IPlanet serverside debugging?

2003-04-02 Thread Paul Kinnucan
Galen Boyer writes: [snip] > > 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... > Hi Galen, Both JDEEbug and the JDEE/jdb

Re: IPlanet serverside debugging?

2003-04-02 Thread Galen Boyer
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.

Re: IPlanet serverside debugging?

2003-04-02 Thread Jason Rumney
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. But I think iWS uses its own JVM (from the Kiva days)

Re: IPlanet serverside debugging?

2003-04-02 Thread Galen Boyer
On Wed, 02 Apr 2003, [EMAIL PROTECTED] wrote: > On JBoss you only have to start it using a debud flag. I've > used jdee to do remote debugging on JBoss successfully. IPlanet is not a java only app server. I think this throws a wrench into the mix. I was wondering if there was anybody who had suc