Persistent Data

The WAR Utility builds J2EE (web) applications and makes them available in a given installation directory.

The components that are built include:

  • Directory
  • Static zip file
  • Enterprise Archive (EAR) file—a standard JAR file with a .ear extension.
  • Web Archive (WAR) file—containing the basic web application, which can be run on a web server such as Tomcat.

See Also
Running the WAR Utility
Deploying the J2EE Archive File on TomEE+

The WAR Utility bundles these files together with web.xml or apllication.xml. The following is a sample file tree generated by the WAR Utility:

¦--ear/
¦   ¦--META-INF/
¦   ¦   ¦--application.xml
¦   ¦--enovia.war
¦--enovia/
¦   ¦--WEB-INF/
¦   ¦   ¦--ias-web.xml
¦   ¦   ¦--ibm-web-ext.xml
¦   ¦   ¦--lib/
¦   ¦   ¦   ¦--ENOSysJarStarter.jar
¦   ¦   ¦   ¦--ENOSysMonitoringAgent.jar
¦   ¦   ¦   ¦--...
¦   ¦   ¦   ¦--service_mxff.jar
¦   ¦   ¦--sun-web.xml
¦   ¦   ¦--web.xml
¦   ¦   ¦--weblogic.xml
¦   ¦--WebClient/
¦   ¦   ¦--FcsClient.jar
¦   ¦   ¦--FcsClientLargeFile.jar
¦   ¦   ¦--eMatrixAppletXML.jar
¦   ¦   ¦--eMatrixClientXML.jar
¦   ¦   ¦--mx_jdom_1.0.jar
¦   ¦--classes/
¦   ¦   ¦--resources/
¦   ¦   ¦   ¦--iis/
¦   ¦   ¦   ¦   ¦--V2KeyService.config
¦   ¦   ¦   ¦   ¦--V2KeyService.svc
¦   ¦   ¦   ¦   ¦--ping.config
¦   ¦   ¦   ¦   ¦--ping.svc
¦   ¦   ¦   ¦   ¦--plmKeyService.config
¦   ¦   ¦   ¦   ¦--plmKeyService.svc
¦   ¦   ¦   ¦--msgcatalog/
¦   ¦   ¦   ¦   ¦--French/
¦   ¦   ¦   ¦   ¦   ¦--mxmdeploy.CATNIs
¦   ¦   ¦   ¦   ¦--German/
¦   ¦   ¦   ¦   ¦   ¦--mxmdeploy.CATNIs
¦   ¦   ¦   ¦   ¦--Japanese/
¦   ¦   ¦   ¦   ¦   ¦--mxmdeploy.CATNIs
¦   ¦   ¦   ¦   ¦--mxmdeploy.CTANIs
¦   ¦   ¦   ¦   ¦--mxmdeploy.CATRsc
¦   ¦   ¦   ¦--widl/
¦   ¦   ¦   ¦   ¦--3DXMLTypes_managed.widl
¦   ¦   ¦   ¦   ¦--XSDTypes_managed.widl
¦   ¦   ¦   ¦   ¦--...
¦   ¦   ¦   ¦   ¦--ping_managed.widl
¦   ¦   ¦   ¦--wscreds/
¦   ¦   ¦   ¦   ¦--AdminKeyCredentialSet.credset
¦   ¦   ¦   ¦   ¦--CAATSTCredentialSet.credset
¦   ¦   ¦   ¦   ¦--CredentialSetTemplate.credset
¦   ¦   ¦   ¦   ¦--credentialBaseTypes.xsd
¦   ¦   ¦   ¦--wsdl/
¦   ¦   ¦   ¦   ¦--PLMKeyService_was.wsdl
¦   ¦   ¦   ¦   ¦--PingService_was.wdsl
¦   ¦   ¦   ¦   ¦--V2KeyService_was.wsdl
¦   ¦   ¦   ¦--xsd/
¦   ¦   ¦   ¦   ¦--3DXML.xsd
¦   ¦   ¦   ¦   ¦--3DXMLManifest.xsd
¦   ¦   ¦   ¦   ¦--...
¦   ¦   ¦   ¦--wserrors.xsd
¦--enovia.ear
¦--enovia.war
¦--enovia_static.zip