Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 15:12
hamc75 is currently offline hamc75Friend
Messages: 1
Registered: June 2010
Junior Member
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: Sat Apr 20 02:58:46 GMT 2024

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

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

Back to the top