UNIX Commands
===================================================
]--cat /proc/meminfo
]--free -m
]--ps -ef | grep java(It showing the sessions IDs)
]--Kill -9 ID ( It is using to killing the sessions)
(To start the Jboss Server)
]-- ./start.sh
]-- tail -f nohup.out
]-- ps -ef | grep httod (Checking the jboss are running or not)
]-- httpd
]-- pwd ( Present working Directory )
Jboss Installation
==================================================
Installing JBoss 5.1.x EAP Server
]-- java –jar jboss-eap-installer-5.1.2.jar
Testing the JBoss 5.1GA Server Installation
]-- ./run.sh -c default -b 0.0.0.0
Stop the server using the Shutdown command as shown below.
]-- ./shutdown.sh –S
Uninstalling JBoss Application Server
For Linux
Navigate to /opt/JBoss/ directory through command prompt and execute the below command:
]-- rm –rf jboss-5.1.0.GA jboss-eap-installer-5.1.2.jar
===================================================
]--cat /proc/meminfo
]--free -m
]--ps -ef | grep java(It showing the sessions IDs)
]--Kill -9 ID ( It is using to killing the sessions)
(To start the Jboss Server)
]-- ./start.sh
]-- tail -f nohup.out
]-- ps -ef | grep httod (Checking the jboss are running or not)
]-- httpd
]-- pwd ( Present working Directory )
Jboss Installation
==================================================
Installing JBoss 5.1.x EAP Server
]-- java –jar jboss-eap-installer-5.1.2.jar
Testing the JBoss 5.1GA Server Installation
]-- ./run.sh -c default -b 0.0.0.0
Stop the server using the Shutdown command as shown below.
]-- ./shutdown.sh –S
Uninstalling JBoss Application Server
For Linux
Navigate to /opt/JBoss/ directory through command prompt and execute the below command:
]-- rm –rf jboss-5.1.0.GA jboss-eap-installer-5.1.2.jar
No comments:
Post a Comment