Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] debuging servlets using sysdeo plugin 2.


This sort of question is better asked on the newgroup... However, it sounds like you may have specified the wrong port number on your remote launch config to connect to the Tomcat server. When you start Tomcat, it has to be in debug mode, accepting connections on a known port. You have specified to connect at port 8000, but what port is Tomcat listening on?

Darin
 


<paul@xxxxxxxxxxxx>
Sent by: platform-debug-dev-admin@xxxxxxxxxxx

08/05/2003 02:24 PM
Please respond to platform-debug-dev

       
        To:        <platform-debug-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-debug-dev] debuging servlets using sysdeo plugin 2.



Oops, sorry, pressed on send to soon, forget the last one.

Again.
I'm trying to debug servlets in eclipse using the sysdeo plugin. Unfortunatly it does not work.

The eclipse version: 2.1.1
the sysdeo plugin: tomcatPluginV211 beta
tomcat version: jakarta-tomcat-4.1.24
java version: j2sdk1.4.1_01

I made a small tomcat project. Start tomcat from eclipse and see my servlet being initialized in the log console.
Than I run the debugger
- Remote Java Application.
  connection type = standard
  host = localhost
  port = 8000
Then I start and get the following message:
Exception during launch:
Reason:
Failed to connect to remote VM. Connection refused.
Can anyone help me, I realy like to use the eclipse debugger as a webdevelloper.

TIA, Paul . ( Ex? vi user )

Console Output:
[DevLoader] added file:/c:/workspace/tom/WEB-INF/classes/
[DevLoader] JSPCompiler Classpath = etc....
StandardManager[/tom]: Seeding random number generator class java.security.SecureRandom
StandardManager[/tom]: Seeding of random number generator has been completed
StandardWrapper[/tom:default]: Loading container servlet default
StandardWrapper[/tom:invoker]: Loading container servlet invoker
TestServlet: init called()

___________________________________
Webmail, http://webmail.netland.nl


_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top