<?xml version="1.0"?>
<document url="./installation-sas.xml">

  <properties>
   <author>John Rousseau</author>
    <title>The Struts Framework Project - Installation - Silverstream Application Server</title>
  </properties>

  <body>

<section name="Installing Struts with your servlet container" href="Containers"> 

<h3><a name="sas">SilverStream Application Server 3.7.1 and later</a></h3>

<ul>
  <li>Start the SilverStream application server.</li>
  <li>Create an XML deployment plan for the &quot;<code>struts-example.war</code>&quot; 
      application. Call the file &quot;<code>struts-example-depl-plan.xml</code>&quot;. 
      You can use the following contents for the file</li>
</ul>

<hr/>

<p>----- cut here -----</p>

<pre>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE warJarOptions PUBLIC
  &quot;-//SilverStream Software, Inc.//DTD J2EE WAR Deployment Plan//EN&quot;
  &quot;deploy_war.dtd&quot;&gt;
&lt;warJarOptions&gt;
&lt;warJar&gt;
&lt;warJarName&gt;struts-example.war&lt;/warJarName&gt;
&lt;isEnabled&gt;true&lt;/isEnabled&gt;
&lt;urls&gt;&lt;el&gt;struts-example&lt;/el&gt;&lt;/urls&gt;
&lt;/warJar&gt;
&lt;/warJarOptions&gt;
</pre>

<p>----- cut here -----</p>

<hr/>

<p>Create an XML deployment plan for the &quot;<code>struts-documentation.war</code>&quot; 
    application. Call the file &quot;struts-documentation-depl-plan.xml&quot;. 
    You can use the following contents for the file:</p>

<hr/>
<p>----- cut here -----</p>

<pre>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE warJarOptions PUBLIC
  &quot;-//SilverStream Software, Inc.//DTD J2EE WAR Deployment Plan//EN&quot;
  &quot;deploy_war.dtd&quot;&gt;
&lt;warJarOptions&gt;
&lt;warJar&gt;
&lt;warJarName&gt;struts-documentation.war&lt;/warJarName&gt;
&lt;isEnabled&gt;true&lt;/isEnabled&gt;
&lt;urls&gt;&lt;el&gt;struts-documentation&lt;/el&gt;&lt;/urls&gt;
&lt;/warJar&gt;
&lt;/warJarOptions&gt;
</pre>

<p>----- cut here -----</p>
<hr/>

<p>Run the following &quot;<code>SilverCmd DeployWAR</code>&quot; commands to 
   deploy the applications. You can change 'localhost' to whatever server you
   are deploying to. You can change 'Silvermaster' to whatever
   database you are deploying to.</p>
   <ul>
     <li>SilverCmd DeployWar localhost Silvermaster struts-example.war -f struts-example-depl-plan.xml</li>
     <li>SilverCmd DeployWar localhost Silvermaster struts-documentation.war -f struts-documentation-depl-plan.xml</li>
   </ul>
  <hr/>
  <ul><li>Author: John Rousseau</li></ul>
  <hr/>
  <p>Back to <a href="installation.html#Containers">Installation</a></p>
</section>
</body>
</document>
