BBjJettyContextConfiguration::setWarFile
Description
In BBj 15.0 and higher, this method sets the war file in the BBjJettyContext
Syntax
Return Value |
Method |
---|---|
void |
setWarFile(string warFile) |
Parameters
Variable |
Description |
---|---|
warFile |
the full /path/to/the/warfile.war |
Return Value
None.
Remarks
Specifying a WAR file allows deployment of 3rd party web-applications within the internal Jetty Web Server
Example
|