DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15116>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15116

Install doc update

           Summary: Install doc update
           Product: Struts
           Version: 1.0.2 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


This is to request an update to the Install Doc for Struts.  Could the 
following be added (includes existing steps), as well as a reference at the top 
of doc. For example, in the section which states "Status of various containers -
- as reported by volunteers on the Struts-User list:"

* Novell ExteNd Application Server 4.0+ - Additional steps provided below.

*****The below portion**********

Novell ExteNd Application Server 4.0 and later
------------------------------------------------------------------

***************************************************************************
Using the ExteNd Workbench to deploy a WAR to the Novell ExteNd app server.
***************************************************************************

Start the Novell ExteNd application server

Using the ExteNd Workbench create and new Project.

1.  File > New Project
2.  Select Deploy-Only and click OK
3.  Under Achive File select the appropriate Struts WAR file.
4.  Indicate the type of file (ie. WAR 1.2). 
5.  Give the Deploy-only project a name (ie. struts-example).
6.  Give the Deploy-only Project location (ie. D:\Struts).
7.  Click Next
8.  Review the material to make sure everything is correct
9.  Click Finish

Setting up a deployment plan and server profile

1.  Right click on the project icon you just created and select Deployment Plan
2.  Selct OK when asked to create a new deployment plan.
3.  Save the deployment plan.
4.  Create a server profile:  Projects > Deployment Settings
5.  Click on the server profiles tab
6.  Select a server profile and click OK.

Deploy the project

1.  Project > Deploy Achive


************************************************************************
Deploying a WAR from a command line using SilverCmd
************************************************************************

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-documentation.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 

Thank you in advance.

-John

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to