Deploying on a Java Web Server

Deploying a WAR on a Java™ Web server depends on the Java server; however it is relatively easy using this procedure.

  1. Using your browser, go to the Java Server manager web page.
  2. In the deployment section, choose the java-j2eedispatch.war file (created previously, see Building the Java Web Archive (WAR)) to download.
  3. Click on the deploy button.
  4. Check that java-j2eedispatch is available in the list of web applications, with a status of success.
  5. In another browser tab, check that you can load the GAS demos page.

    For example:

    • http://host:port/java-j2eedispatch/demos.html
    • http://host:port/java-j2eedispatch/ua/r/gwc-demo
    • http://host:port/java-j2eedispatch/ws/r/Echo?WSDL

The application opens, and the Java dispatcher is ready to serve GAS requests, in accordance with the as.xcf configuration file set.

Note: In case of failure, refer to your Java server war deployment guide.