MicroStrategy ONE

Locating the WAR File

The MicroStrategy 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 MicroStrategy JSP applications. The default locations are as follows:

Component and WAR File Name

Default WAR File Location

MicroStrategy 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 MicroStrategy install directory during installation.

MicroStrategy 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/Mobile/MobileServer

Where INSTALL_PATH is the directory you specified as the MicroStrategy install directory during installation.

MicroStrategy Library (JSP)

MicroStrategyLibrary.war

32-bit Windows environments: C:\Program Files\MicroStrategy\Library

64-bit Windows environments: C:\Program Files (x86)\MicroStrategy\Library

Linux environments: INSTALL_PATH/LibraryWebMobile

Where INSTALL_PATH is the directory you specified as the MicroStrategy install directory during installation.

 

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.