OKD:\Struts
)
NextFinishOK
when asked to create a new deployment
plan
OKstruts-example.war
application.
struts-example-depl-plan.xml
. You
can use the following contents for the file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE warJarOptions PUBLIC
"-//Silverstream Software, Inc.//DTD J2EE WAR Deployment Plan//EN"
"deploy_war.dtd">
<warJarOptions>
<warJar>
<warJarName>struts-example.war</warJarName>
<isEnabled>true</isEnabled>
<urls>
<el>struts-example</el>
</urls>
</warJar>
</warJarOptions>
struts-documentation.war
application.
struts-documentation-depl-plan.xml
. You
can use the following contents for the file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE warJarOptions PUBLIC
"-//Silverstream Software, Inc.//DTD J2EE WAR Deployment Plan//EN"
"deploy_war.dtd">
<warJarOptions>
<warJar>
<warJarName>struts-documentation.war</warJarName>
<isEnabled>true</isEnabled>
<urls>
<el>struts-documentation</el>
</urls>
</warJar>
</warJarOptions>
SilverCmd DeployWar localhost Silvermaster struts-example.war -f struts-example-depl-plan.xml SilverCmd DeployWar localhost Silvermaster struts-documentation.war -f struts-documentation-depl-plan.xml
Back to Installation