Application Server Files

When the 3DSpace Service is installed with WebLogic, the following lines are added to weblogic.xml.

<jsp-descriptor>
   <jsp-param>
      <param-name>workingDir</param-name> 
      <param-value>WEBAPPNAME/generated</param-value>
   </jsp-param>
</jsp-descriptor>

See Also
Building the J2EE Archive File
Deploying the J2EE Archive File on TomEE+

The workingDir parameter is the directory used to store compiled JSPs. This change allows multiple webapps to be deployed and guarantees that name conflicts do not occur between them.

Consult your application server's documentation for other parameters that you may want to change before running the war utility.