Application Server Files

When the ENOVIA Live Collaboration Server 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>

Related Topics
Building the J2EE Archive File
Deploying the J2EE Archive File
Supporting Secure Deployment

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.