Restarting the Java™ servlet and Java dispatcher
depends on the Java server; however it is
relatively easy using this procedure.
Restarting the
java-j2eedispatch dispatcher depends on the
J2EE Server. Typically, there is a simple Web interface to deploy and
undeploy the
war files. Please consult your J2EE Server
manual about how to restart.
Note: When you restart Java servlet and Java
dispatcher, the session tables, which are stored in memory, are
lost. As a result, it is not possible to recover applications after
a restart.
-
Using your browser, go to the Java Server manager web page.
-
To stop the java-j2eedispatch dispatcher,
select the option to undeploy the
war file
-
To restart, select the option to deploy
the war file as detailed in Deploying on a Java Web Server.
-
Check that java-j2eedispatch is available in the list of
web applications, with a status of success.
-
In another browser tab, check that you can load the GAS demos
page.
For example:
- http://host:port/java-j2eedispatch/demos.html
The application opens in a browser, and the Java dispatcher is ready to serve GAS
requests.
Note: In case of failure, refer to your Java server war deployment guide.