| IBM WebSphere | ADMINISTRATION | http://<hostname>:9090/admin | |
| https://<hostname>:9043/admin | |||
| APPLICATION PORT | 9080 | ||
| START SERVER | unix based | <IBM_Websphere_homedir>/bin/startServer.sh <server_name (eg.: server1)> | |
| windows | |||
| NOTES | Very helpfull 'window' for the begginers <IBM_Websphere_homedir>/profiles/AppSrv01/firststeps/firststeps.sh | ||
| Oracle Application Server | ADMINISTRATION | http://<hostname>:<http_port>/em (for the port check the command in NOTES) | |
| APPLICATION PORT | Check the command in NOTES (usually 8888 or 7777) | ||
| START SERVER | unix based | <installation_dir>/opmn/bin opmnctl startall | |
| windows | |||
| NOTES | Check the currently used ports and server status with command: <installation_dir>/opmn/bin/opmnctl status -l | ||
| Installation | - Get the program: Oracle Application Server download | ||
| - Unpack it with command: cpio -id < <filename> | |||
| - Cannot be installed as a root user. You can create new user - if nescessary with: useradd <username>; passwd <username> | |||
| - relogin as <username> | |||
| - Run installer: ./runInstaller NOTE: I made this from Windows machine running xserver and logging with putty to linux, where the Oracle AS was to be installed. It was needed to login as the <username>. Do not try logging in as root and changing: su <username>. This ends with dispaly initialization fail. | |||
| - Select "Advanced installation" fill in nescessary values and click "next". Select installation type: "J2EE Server and Web Server" NOTE: The biggest installation type is too complicated (requires running oracle database) and the two smaller types do not contain Http Server. | |||
| - Follow instructions to finish installation | |||
| JBoss | ADMINISTRATION | http://<hostname>:8080/web-console | |
| http://<hostname>:8080/jmx-console | |||
| APPLICATION PORT | 8080 | ||
| START SERVER | unix based | <JBoss_homedir>/bin/run.sh | |
| windows | <Jboss_homedir>\bin\run.bat | ||
| NOTES | |||
| Tomcat | ADMINISTRATION | http://<hostname>:8080/admin | |
| APPLICATION PORT | 8080 | ||
| START SERVER | unix based | <Tomcat_homedir>/bin/startup | |
| windows | <Tomcat_homedir>\bin\startup | ||
| NOTES | If you cannot login into Admin console with your password, try the default one: 'changeit' | ||
| Geronimo | ADMINISTRATION | http://<hostname>:8080/console | |
| APPLICATION PORT | 8080 | ||
| START SERVER | unix based | <geronimo_home>/bin/geronimo.sh run" (Must first set the JRE_HOME or JAVA_HOME environment variable) | |
| windows | |||
| NOTES | |||
Powered by ScribeFire.
For WebLogic, the default port is 7001.
ex: http://host_name:7001/opensso
For the console, it is the same port:
ex: http://host_name:7001/console
Starting WebLogic:
The domain directory is BEA_HOME/user_projects/domain_name. An example could be c:\bea\user_projects\mydomain.
Run the server startup script: startWebLogic.cmd (Windows) or startWebLogic.sh (UNIX).
The startup script displays a series of messages, finally displaying a message similar to the following:
<Dec 8, 2004 3:50:42 PM PDT> <Notice> <WebLogicServer> <000360> <Server started in RUNNING mode>
Posted by Pierrot on October 27, 2008 at 09:28 AM CET #