Last Updated: January 9, 2003 Developing Struts 1.1 with Sun ONE Studio 4 (Forte) =================================================== Quick Start: 1) Open up Sun ONE Studio 4 update 1. It will ask you to pick a place for your project files. I put mine in d:\dev_javaide\ 2) Create d:\dev_javaide\webapps_dev\ 3) Put the unpacked struts-examples.war file into webapps_dev\struts-example 4) Project | Project Manager | Create New Project (Struts-Example) 5) In the Editing Tab of the File Explorer, right click to mount a new local file system. Mount d:\dev_javaide\webapps_dev\struts-example 6) If things went well the WEB-INF should now be a yellow square with a green circle inside. 7) Right click on the WEB-INF, Select Properties. Insert a context root: /oofnet_admin 8) In the Execution Tab, Target Server should be "Tomcat 4.0 Internal" [localhost] 9) Close the Properties Tab. 10) To run the struts example from the internal server, right click on the WEB-INF tab again and select Execute (F6). 11) App should run. ---