Middleware Tech

December 10, 2010

Application Server

Filed under: Application server,JBOSS — Vijay Nekkanti @ 7:13 pm

Application server :

  • Jboss is an application server.
  • Jboss is an J2EE container.
  • Tomcat is a Java Conatiner.
  • Tomcat, JBOSS, Websphere are the application servers.
  • JBOSS is from REDHAT.
  • JBOSS is a Copmbination of  Tomcat and Some Additional features.

Jboss Folder Structure :

This is the jboss folder structure . please have a look

important commands in JBOSS :

$ uname  -a                                   —————> Linux version of java.

$ java -version                          —————–> which java version it is using.

$ which java                                 —————–> where java is installed in that system.

$ ps  -ef | grep  java                  ——————> Is java is working or not.

$ps -ef  | grep httpd                ——————–> is web server is working or not.

$jboss  log-file  <path>        ———————> to see perticular log file.

$tail -f  <log file name >       ———————> to see the log file running.

$less  <log file name>         ———————- >

$tail  -200 <log file name>——————— > to see the last 200 lines of the log file.

$grep  -i  vijay  <log file name >—————–> to find “vijay”  in the log file .

$ find -name  vijay*.*  —————————–> to find the files starting with vijay.

 

 


Blog at WordPress.com.