<War>
Section:
JettyServer
Required:
No
Value type:
String
Product:
Creo Elements/Direct Manager Java Services
Description
The <War> tag specifies the Web Application Resource (WAR) to be served by the Jetty server. This tag includes the server context (for example, /dir) and the location or the path of the WAR. The server context must not have a trailing forward-slash; http://hostname:8580/dir/file, for example.
Example
This example shows the valid configuration of the tag:
<War context="/custom" location="webapps/custom1.war"/>
Was this helpful?