RE: Using Struts in Weblogic Eclipse

2002-08-30 Thread Jesse Alexander (KADA 11)

Use remote-debugging. Simply add the remote debugging parameters to WLS-startup,
configure remote-debugging in Eclipse and go ahead...

hth
Alexander

-Original Message-
From: Madhavan Srinivasan [mailto:[EMAIL PROTECTED]]
Sent: Donnerstag, 29. August 2002 22:12
To: Struts Users Mailing List
Subject: Using Struts in Weblogic  Eclipse


Friends

I use weblogic 7.0 and eclipse 2.0. 
I try to integrate struts sample app with weblogic and eclipse. 
I installed easie weblogic plugin to eclipse, so I could start weblogic server from 
eclipse.
Now I want to debug the web application of the weblogic server instance thru eclipse 
IDE.
If there is anybody have the procedures please inform me.

Thanks
Madhavan

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Using Struts in Weblogic Eclipse [OT]

2002-08-30 Thread Michael Lee

Buddy, this sounds pretty OT. I'll help you, but you should know this isn't
a struts question...
The way to do this is...
Put this line in the start up path of weblogic where
java..weblogic.Server

-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,address=
abconn,server=y,suspend=n

In your IDE, enable remote debugging, hook or attach into localhost or
wherever your 'remotely' debugging, choose transport type and address. In
our case we use dt_shmem which is shared memory and an address of abconn
which is a unique id of the process to debug. If you debug remotely then
most likely you will use dt_socket and then address will be port.
This is good info. If you want any more then go to
http://java.sun.com/products/jpda/doc/conninv.html
Now no more questions OT and RTFM.   :)
Michael Lee
Architect
AfterBOT
[EMAIL PROTECTED]

- Original Message -
From: Jesse Alexander (KADA 11) [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Friday, August 30, 2002 3:08 AM
Subject: RE: Using Struts in Weblogic  Eclipse


 Use remote-debugging. Simply add the remote debugging parameters to
WLS-startup,
 configure remote-debugging in Eclipse and go ahead...

 hth
 Alexander

 -Original Message-
 From: Madhavan Srinivasan [mailto:[EMAIL PROTECTED]]
 Sent: Donnerstag, 29. August 2002 22:12
 To: Struts Users Mailing List
 Subject: Using Struts in Weblogic  Eclipse


 Friends

 I use weblogic 7.0 and eclipse 2.0.
 I try to integrate struts sample app with weblogic and eclipse.
 I installed easie weblogic plugin to eclipse, so I could start weblogic
server from eclipse.
 Now I want to debug the web application of the weblogic server instance
thru eclipse IDE.
 If there is anybody have the procedures please inform me.

 Thanks
 Madhavan

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Using Struts in Weblogic Eclipse

2002-08-29 Thread Madhavan Srinivasan

Friends

I use weblogic 7.0 and eclipse 2.0. 
I try to integrate struts sample app with weblogic and eclipse. 
I installed easie weblogic plugin to eclipse, so I could start weblogic server from 
eclipse.
Now I want to debug the web application of the weblogic server instance thru eclipse 
IDE.
If there is anybody have the procedures please inform me.

Thanks
Madhavan

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]