Welcome on GateIn Tomcat packaging

1) How to run Tomcat
 * On the Windows platform
   Open a DOS prompt command, go to tomcat/bin and type the command
      "gatein.bat run" for production
      "gatein.bat run" for development 

 * On Unix/linux/cygwin/MacOSX
   Open a terminal, go to tomcat/bin and type the command:
      "./gatein.sh run" for production
      "./gatein.sh run" for development 
      
   You may need to change the permission of all *.sh files in the tomcat/bin dir by using: chmod +x *.sh

 For both OS environments, you need to set the JAVA_HOME variable.

2) How to access GateIn front page:

 * Enter one of the following addresses into your browser address bar:
    http://localhost:8080/portal
    http://localhost:8080/portal/public/classic


 You can log into the portal with the following accounts: root, john, marry, demo. 
 All those accounts have the default password "gtn".

For more documentation and latest updated news, please visit our website www.gatein.org.

Thank your for using GateIn !
JBoss & eXo Platform develoment teams
