Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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




Back to the top