I get this error when I attempt this.... In IDEA debug console: FATAL ERROR in native method: No transports initialized Invalid listen port number: nautilus:1654 Transport dt_socket failed to initialize, rc = -1.
POP up window: VM initialization failed for: C:\j2sdk1.4.0\bin\javaw.exe -Xdebug -Xnoagent -Xru njdwp:transport=dt_shmem,server=y,suspend=n,address=javadebug -Djava.compiler=NO NE -Djava.endorsed.dirs=C:\Tomcat\bin;C:\Tomcat\common\lib -classpath C:\SDK_SE\ 1.3.1\lib\tools.jar;C:\Tomcat\bin\bootstrap.jar -Dcatalina.base=C:\Tomcat -Dcata lina.home=C:\Tomcat -Djava.io.tmpdir=C:\Tomcat\temp -Xdebug -Xnoagent -Djava.com piler=NONE -Xrunjdwp:transport=dt_socket,address=nautilus:1654,suspend=y org.apa che.catalina.startup.Bootstrap start -----Original Message----- From: Yuriy Stepovoy [mailto:yura@;IBIS.ODESSA.UA] Sent: Wednesday, October 23, 2002 2:57 AM To: [EMAIL PROTECTED] Subject: Re: debug Servlet Hello Yedil, use IDEA www.intellij.com this powerfull IDE with Debuger config for debug with Tomcat(4.0.X) main class: org.apache.catalina.startup.Bootstrap VM parameter: -Xdebug -Xnoagent -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=javadebug -Djava.compiler=NONE -Djava.endorsed.dirs="C:\Tomcat\bin;C:\Tomcat\common\lib" -classpath "C:\SDK_SE\1.3.1\lib\tools.jar;C:\Tomcat\bin\bootstrap.jar" -Dcatalina.base="C:\Tomcat" -Dcatalina.home="C:\Tomcat" -Djava.io.tmpdir="C:\Tomcat\temp" Program parameter: start Work directory: C:\Tomcat -- Best regards, Yuriy mailto:yura@;ibis.odessa.ua ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
