Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 05:42
Chandramouli  is currently offline Chandramouli Friend
Messages: 6
Registered: June 2010
Junior Member
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: Fri Apr 19 22:53:11 GMT 2024

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

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

Back to the top