Strategy ONE
Locating the WAR File
The Strategy JSP applications are packaged within single files for each application, called a WAR (Web ARchive) file, following J2EE specifications. You must deploy the WAR file to run the JSP applications in your application server environment.
The WAR files are placed in the folder you specified when installing Strategy JSP applications. The default locations are as follows:
Component and WAR File Name |
Default WAR File Location |
Strategy Web (JSP) MicroStrategy.war |
32-bit Windows environments: C:\Program Files\MicroStrategy\WebJSP 64-bit Windows environments: C:\Program Files (x86)\MicroStrategy\WebJSP Linux environments: INSTALL_PATH/WebUniversal Where INSTALL_PATH is the directory you specified as the Strategy install directory during installation. |
Strategy Mobile Server (JSP) MicroStrategyMobile.war |
32-bit Windows environments: C:\Program Files\MicroStrategy\Mobile Server JSP 64-bit Windows environments: C:\Program Files (x86)\MicroStrategy\Mobile Server JSP Linux environments: INSTALL_PATH/ Where INSTALL_PATH is the directory you specified as the Strategy install directory during installation. |
Strategy Library (JSP) MicroStrategyLibrary.war |
32-bit Windows environments: 64-bit Windows environments: Linux environments: Where
|
To deploy the application, you must follow a set of steps that are specific to the application server you are using. For more details, see the application server vendor documentation or follow the instructions within this guide.
After deploying a WAR file, you can view the WEB-INF
folder, which contains a subfolder named log
. The log
folder retains all the log files. For more information on the directory structure after deploying the WAR file, see Directory Structure After Deploying the WAR File.