• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Eclipse server(jboss) instance status

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You changed the starup class??? Does it run JBoss AS 4.2.x? If so, do AS open the JNDI and JMX ports? Eclipse uses those ports, making an MBean request, to determine if AS is running.
 
Seriously? That's what you're going with? I prefer this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic