Hi Ted,

I sent this out on the 6th, but some people have told me that they
never saw it on the list. I also saw your most recent INSTALL
checkin without these changes.

Can you please send me an ack when you get this?

Thanks!
-John

------- start of forwarded message -------
From: John Rousseau <[EMAIL PROTECTED]>
Subject: INSTALL notes for SilverStream Application Server
Date: Tue, 6 Feb 2001 12:57:29 -0500

Hi Ted,

Here are the instructions for deploying the struts example and
documentation WAR files to SilverStream Application Server 3.7.1 (the
latest).

Thanks!
-John

----------------------------------------------------------------
John Rousseau                               [EMAIL PROTECTED]
SilverStream Software                     Phone: +1 978 262 3564
2 Federal Street                            Fax: +1 978 262 3499
Billerica, MA 01821                  http://www.silverstream.com
----------------------------------------------------------------


SilverStream Application Server 3.7.1
-------------------------------------

* Start the SilverStream application server.

* Create an XML deployment plan for the "struts-example.war"
  application. Call the file "struts-example-depl-plan.xml". You can
  use the following contents for the file:

----------- cut here ------------
<?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>
----------- cut here ------------

* Create an XML deployment plan for the "struts-documentation.war"
  application. Call the file
  "struts-documentation-depl-plan.xml". You can use the following
  contents for the file:

----------- cut here ------------
<?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-documentation</el></urls>
    </warJar>
</warJarOptions>
----------- cut here ------------

* Run the following 'SilverCmd DeployWAR' 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.

        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


------- end of forwarded message -------

Reply via email to