Im using eclipse galileo. I have configured jboss4.2 server within. In jboss42.serverdef file i have configured the mainclass tag for server start as my application startup class instead of the
jboss's default org.jboss.Main class. All the other parameter within the start tag are also configured.
Now when I select 'run' on my jboss4.2 server instance my application startup ui opens up and progress proper. The server starts up proper as per my application ui, but the server status in eclipse is still showing as 'starting'. Coz of this after the specified server start time out eclipse forces the my server to shut down.
How do i intimate the server instance in eclipe that the server has started successfully???
Thanks in advance