|
|
1
|
Startup a browser window, and type in http://localhost:4848 in the browser's address bar.
|
|
2
|
You will see a login screen for the Application Server.
|
|
3
|
Type in the user ID and the password you chose for the Admin User during the installation process. If your ID and password were correct, you will see the Application Server's administrative interface.
|
|
4
|
a)
|
Configure the Http Session Timeout: |
|
|
|
- In your left side panel, expand the node Configurations.
- Expand the node server-config
- Click on Web Container
- In your right side panel, select the tab Session Properties
- You will see a form as shown above.
- Type 900 in the Session Timeout field (Feel free to change the value to match your requirement.)
- Click on Save
|
|
|
b)
|
Configure the JVM Heap Size:
|
|
|
|
- In your left side panel, expand the node Configurations.
- Expand the node server-config
- Click on JVM Settings
- In your right side panel,you will see a form as shown above.
- Click on the Add JVM Option button and type -Xmx512m if it is not there already.
- Click on Save
|
|
|
c)
|
Configure the Request Timeout:
|
|
|
|
- In your left side panel, expand the node Configurations.
- Expand the node server-config
- Expand the node Network Config
- Expand the node Network Listeners
- Click on http-listener-2
- In your right side panel,you will see a form as shown above.
- Select the tab HTTP
|
|
|
|
- Scroll down on the right side panel till you find the field Request Timeout field as shown above.
- Enter the value 7200
- Click Save
|
|
|
d)
|
Configure the Thread Pool: |
|
|
|
| 5 |
|
Restart your GlassFish server.
|
|