[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-09 Thread jaikiran
Now that the telnet has responded on 192.168.117.134 at port 35415, next try this: shutdown.sh -S -s 192.168.117.134:35415 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4175208#4175208 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-08 Thread Mahi_nath
Thanks every one for replying me. Sir, i tried with all the following ways which you have suggested me. anonymous wrote : ./shutdown.sh -H X.X.X.108:1099 23233 | anonymous wrote : sh shutdown.sh -H ip address:jndi port 23233 anonymous wrote : sh shutdown.sh -S -s 192.168.111.234:Naming

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-08 Thread PeterJ
Do this. Open a terminal windows, cd to the bin directory and enter: ./shutdown.sh Read the description of the various options. If you started the app server with the option -b 192.168.111.234, then any of the shutdown commands that contain the option -s 192.168.111.234:jndi-port should work,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-08 Thread Mahi_nath
Thanks again for your reply. Sir , i tried with anonymous wrote : telnet 192.168.117.134 jndi-port and the result i got is as below: anonymous wrote : suse-linux:/home/FWAnalyzer/Firewall/bin # telnet 192.168.117.134 35415 | Trying 192.168.117.134... | Connected to 192.168.117.134. | Escape

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-05 Thread erasmomarciano
Sorry try ./shutdown.sh -H X.X.X.108:1099 23233 the port 1099 is default JNDI View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174633#4174633 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174633

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-04 Thread PeterJ
I think that you /hosts/etc file is not correct. It needs to contain a line such as: 192.168.111.234 myhostname where myhostname is the name that shows up when you run the uname hostname command. Then you should be able to run: sh shutdown.sh -S -s 192.168.111.234:Naming Service Port View

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-03 Thread Mahi_nath
Thanks for your reply but unfortunately it didn't work for me. i tried with anonymous wrote : ./shutdown.sh -H X.X.X.108:8500 787876 | and i got the error as follows: anonymous wrote : Exception in thread main javax.naming.CommunicationException: Could not obtain | connection to any of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-02 Thread Mahi_nath
Hi again... I got new problem in shutting down jBoss server in linux machine. As i mentioned earlier anonymous wrote : | I have JBoss server running on a single machine having multiple IPs (say xxx.xxx.xxx.108,xxx.xxx.xxx.109,and so on), i need to bind my application only to particular IP(say

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-02 Thread erasmomarciano
Try ./shutdown.bat -H X.X.X.108:8500 787876 You kill VM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4173741#4173741 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4173741

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-08-20 Thread Mahi_nath
Good news The link provided by you worked for me Thank you very much for your great help.Thank you once again.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171423#4171423 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-08-19 Thread jaikiran
anonymous wrote : Also i tried ./shutdown.bat -S -s X.X.X.108:8500 | where 8500 is the port on which my application is running. 8500 looks like a http port. You should be using the port to which the Naming service is bound. By default, it is 1099. View the original post :