Index: unix_installer/installer-package/bin/run-lams.sh =================================================================== diff -u -re8455cad5a4c25a1ff9edb5e4637481a6e94d9d6 -rc6a8998567722aec174bb639b1fb4d81dece93d8 --- unix_installer/installer-package/bin/run-lams.sh (.../run-lams.sh) (revision e8455cad5a4c25a1ff9edb5e4637481a6e94d9d6) +++ unix_installer/installer-package/bin/run-lams.sh (.../run-lams.sh) (revision c6a8998567722aec174bb639b1fb4d81dece93d8) @@ -26,7 +26,7 @@ echo " " echo "LAMS will take a few minutes to startup..." echo " " -echo "Check server/defalt/log/boot.log and server/defalt/log/server.log to see if LAMS has started correctly. The server.log will contain a line similar to 'JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 1m:6s:987ms' when LAMS has finished loading." +echo "Check server/default/log/boot.log and server/default/log/server.log to see if LAMS has started correctly. The server.log will contain a line similar to 'JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 1m:6s:987ms' when LAMS has finished loading." echo " " nohup ./run.sh > /dev/null &