Hello,

I'm trying to set up a test server for remote servlet debugging, its config:
win2K server, sp2
iis 5
jdk1.3.1
tomcat 3.2.2 (run as an nt service, and with a connector to iis)
(Tomcat is running my servlets like a champ.)

I've found several config suggestions for the remote debugging of servlets
in tomcat,
but I can't get any of them to connect (remotely using either Forte4j 3.0 or
the jdb).
Running the following local to this server also give a connect error:
jdb -connect com.sun.jdi.SocketAttach:port=8000

I've added wrapper.bin.parameters in the tomcat.properties file as follows:
# Arguments passed to Java interpreter (optional)
# Syntax: wrapper.bin.parameters=[parameters] (String)
# Default: NONE
wrapper.bin.parameters=-classic
wrapper.bin.parameters=-Xdebug
wrapper.bin.parameters=-Xnoagent
wrapper.bin.parameters=-Djava.compiler=NONE
wrapper.bin.parameters=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,addr
ess=:8000

Does anyone know how to do this?
Thanks,
Steve





_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to