facebook

JBoss shutdown problem hint [TIP]

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #225550 Reply

    Randall Rupp
    Member

    I had a weird problem where stopping the jboss appserver with MyEclipse always caused an error. The problem was a result of my moving the JNDI port to something other than the default 1099 (because NETBios was frequently stealing that port on boot up.)

    If you ever move your JBoss JNDI port add the following as a shutdown argument to your JBoss appserver config under MyEclipse:

    –server=<server>:<port>

    where <server> is the jboss server machine, like “localhost” and <port> is your jndi port, like “21099”.

    #225553 Reply

    Riyad Kalla
    Member

    snapper thank you for posting this helpful tip, I will add it to the FAQ for others with proper credits.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JBoss shutdown problem hint [TIP]

You must be logged in to post in the forum log in