![]() |
|
This section explains how to start and access applications deployed on Pramati Server from the Console, from the Server shell, or automatically at the time of Server startup.
To start an application from the Console:
To start a deployed application from the Server shell, type start ear-name on the j2eeadmin:> prompt. You can also use wildcard characters to specify names of applications such as .ear, order*.ear.
You can set the deployed applications to start automatically when Server starts in the following ways:
<auto-start> tag in pramati-j2ee-server.xml to true and save the file, as shown below:
<pramati-j2ee-server> . . . <auto-start>true<auto-start> <pramati-j2ee-server>
runserver -startapps at the command prompt.After the applications have been deployed, they can be accessed using any browser that supports HTML 3.2.
To access a deployed application, enter the location of the deployed application in the browser window as: http://<host on which the server is running>:<web port number on which Server is listening>/<context root>/<first page of application>
For example, http://localhost:8181/demo/demoindex.htm displays the first page of the application.
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |