Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Debug menu item in Server view(Debug tag in the tns:ServerRuntime xml definition ?)
Debug menu item in Server view [message #537478] Wed, 02 June 2010 11:12
Eclipse UserFriend
Hi,

I'm implementing a new Server using the WTP Generic Server. In my serverdef file I wrote the required tag to start/stop the server and It works fine.

<start>
<mainClass>org.apache.tools.ant.Main</mainClass>
....
<classpathReference>ant</classpathReference>
</start>
<stop>
<mainClass>org.apache.tools.ant.Main</mainClass>
...
<classpathReference>ant</classpathReference>
</stop>

The question is : What is the necessary tag to launch the server in debug mode ?

Thank you for your help.
Previous Topic:J2EE Runtime Library
Next Topic:Code Generator Wizard - Eclipse Plugin
Goto Forum:
  


Current Time: Sun Aug 31 04:47:23 EDT 2025

Powered by FUDForum. Page generated in 0.04259 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top