SHELL TRANSCRIPT: ----------------- [~]# /opt/glassfish/bin/asadmin start-domain Name of the domain started: [domain1] and its location: [/opt/glassfishv3/glassfish/domains/domain1]. Admin port for the domain: [4848]. [~]# /opt/glassfish/bin/asadmin deploy /opt/apps/infocenter.war remote failure: Error during deployment : null : java.lang.ExceptionInInitializerError Command deploy failed. [~]# /opt/glassfish/bin/asadmin stop-domain Waiting for the domain to stop ........ Command stop-domain executed successfully. [~]# /opt/glassfish/bin/asadmin start-domain Name of the domain started: [domain1] and its location: [/opt/glassfishv3/glassfish/domains/domain1]. Admin port for the domain: [4848]. [~]# /opt/glassfish/bin/asadmin deploy /opt/apps/infocenter.war Command deploy executed successfully. [~]# /opt/glassfish/bin/asadmin stop-domain Waiting for the domain to stop ...... Command stop-domain executed successfully. [~]# /opt/glassfish/bin/asadmin start-domain Domain (domain1) did not respond in 90 seconds. It means it is still coming up or it has failed to come up. Check server.log for details. [~]# rm /opt/glassfish/glassfish/domains/domain1/applications/infocenter/WEB-INF/lib/log4j-1.2.14.jar [~]# ps ax | grep glassfish 9732 pts/2 Sl 0:04 /usr/java/jdk/bin/java -cp /opt/glassfishv3/glassfish/modules/glassfish.jar -XX:+UnlockDiagnosticVMOptions -XX:MaxPermSize=512m -XX:NewRatio=2 -XX:+Lo 9798 pts/2 R+ 0:00 ps ax [root@edvservices ~]# kill 9732 [~]# /opt/glassfish/bin/asadmin start-domain Name of the domain started: [domain1] and its location: [/opt/glassfishv3/glassfish/domains/domain1]. Admin port for the domain: [4848]. now looking at the url results in: ---------------------------------- HTTP Status 500 - type Exception report message descriptionThe server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: PWC1243: Filter execution threw an exception root cause java.lang.NoClassDefFoundError: org/apache/log4j/LogManager root cause java.lang.ClassNotFoundException: org.apache.log4j.LogManager