You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/01/09 21:50:34 UTC

DO NOT REPLY [Bug 15935] New: - WSAD 5.0 Instructions for Struts Example

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=15935>.
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=15935

WSAD 5.0 Instructions for Struts Example

           Summary: WSAD 5.0 Instructions for Struts Example
           Product: Struts
           Version: 1.1 Beta 3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Documentation
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: nayan@chikli.com


Following are the instructions to get the Struts Example working in WSAD 5.0.  
This belongs in the "INSTALL" file.

========================================================================
WebSphere Application Developer (WSAD) 5.0

1) First, get the WAR file for the Struts Example 

       * File --> Import --> WAR File --> Next

       * War file: <locate struts-example.war>
       
       * Web Project: New
           New project name: StrutsExample (or anything else)
           
       * Enterprise Application Project: New
           New project name: StrutsExampleEAR (or anything else)

       * Finish
   
2) You now have to import XML classes (org.xml.*)

	These can be found in any XML distribution, such as Xalan or Xerces 
(see http://xml.apache.org).
	
	* Expand StrutsExample --> Web Content --> WEB-INF --> lib
	* Right click on lib --> Import... --> File system --> Next
	* Find the appropriate jar file and click "Finish"
	* Verify that there are no errors (indicated by an "X" in Java Source)

3) Create a server to run the example on.

	* Right-click "StrutsExample" --> Run on Server...
	
	    If you don't have any other servers, you can just use "Default 
Server" and ignore the rest of the steps.
	
	* Otherwise, Create a new server
	
	    Folder: StrutsExampleServer
	    Server type: Pick the appropriate Test Environment for you.
	    Finish

4) Have fun!

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>