Configuring Additional Web and/or Application Servers

Topics:

This section explains how to manually configure other web and/or application servers.

Configuring the Web Server

How to:

App Studio connectivity components and other web-based features sometimes run as part of the web server. Therefore, your web server must be told the locations of App Studio files. To enable this, you define aliases that map directories containing App Studio files to directories the web server can reference.

Procedure: How to Configure Aliases

Review your web server documentation and define the following alias:

Name

Path

Access

approot

drive:\ibi\apps

Read

Configuring the Application Server

How to:

WebFOCUS Java servlets are provided as a web application installed as an expanded directory:

drive:\ibi\AppStudio82\webapps\webfocus\

To run the servlets, you need either a web server with native servlet support, a web server with a servlet engine plug-in (for example, ServletExec), or a web application server (for example, WebSphere, WebLogic®). Servlet support must meet the J2EE 6 Web Container, J2SE 7, and Servlet API 3.0 specifications.

Procedure: How to Configure the Application Server

Configuration procedures vary depending on your web server, application server, or servlet container. Review the third-party documentation for information on how to deploy web applications.

  1. Deploy the WebFOCUS web application using the ibi_apps context root:

    Doc base or location

    URL Context Path

    drive:\ibi\AppStudio82\webapps\webfocus
    /ibi_apps
  2. If necessary, ensure your web server can route servlet requests to the application server.
  3. If necessary, restart your web and/or application servers.

Configuring App Studio

App Studio is supported with all web and/or application servers supported with WebFOCUS. However, App Studio settings default for Tomcat and/or IIS. Therefore, if you are not using IIS or Tomcat, be aware of the following:

  • App Studio attempts to call the web server on either port 80 or port 8080. If your web server listens on a different port, set the port for the WebFOCUS Environment.
  • By default, App Studio attempts to start IIS when you start App Studio. You can change this behavior, if you wish.

WebFOCUS

Feedback