Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Servicemix Eclipse integration(How to make eclipse know that server has started?)
Servicemix Eclipse integration [message #537028] Tue, 01 June 2010 01:42
Eclipse UserFriend
Hi

I am trying to start servicemix within eclipse.

I wrote a serverdef file which has start tag like this:

<start>
<mainClass>org.test.Launcher</mainClass>
<workingDirectory>${serverRootDirectory}/bin</workingDirectory >
<programArguments>${serverRootDirectory}</programArguments >
</start>


'Launcher' class just runs the bat file provided for servicemix.

The launch happens just fine and I can also see logs in console.

But even after the server starts, eclipe does not know that it has started and a time-out happens.

Should I send a signal to eclipse that the launch is complete?

BR
Chandru
Previous Topic:eclipse pulser server support.
Next Topic:Extend editorConfiguration
Goto Forum:
  


Current Time: Sun Aug 31 13:41:44 EDT 2025

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

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

Back to the top