Hi Ted, I would like to submit installation notes for Weblogic 5.1, however I have not installed on Weblogic 6 yet (which was released this month). I will go ahead and write the notes for version 5.1 this evening (if anyone else has already submitted, then please let me know). I will post it to struts-dev tomorrow and perhaps someone could add to this specifics for WL6? Thanks, Bob [EMAIL PROTECTED] -----Original Message----- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 28, 2001 8:40 AM To: Struts List Cc: Struts Dev Subject: Struts installation notes Threads like these are usually posted on the Developer's list, but since this definately something anyone using Struts could help with, I'm cross-posting it here. Following are updated installation notes that Martin Coper and Colin Sampaleanu have contributed for installing Struts under Resin stand-alone. Adding these types of notes for other platforms is one of the remaining documentation challenges for the 1.0 release. Right now, we have notes for Tomcat 3.x, Orion, and (now) Resin. If anyone can submit something in this format for their own platform, it would be very much appreciated. Ideally, someone else using that platform should volunteer to test any new notes (preferablly starting with a clean install), and confirm that everything works "as advertised". We'll also be moving these notes from the install text file, and merging it with the installation.html so that everything is together. RESIN STAND-ALONE ----------------- * In the steps below, $RESIN_HOME refers to the directory in which you have installed Resin, and $STRUTS_HOME is the directory in which you unpacked the Struts binary distribution. * These instructions have been tested with the default resin.conf settings in the 1.2.2 release (16-Jan-2001). * Copy the Struts applications (*.war) from $STRUTS_HOME/webapps to your $RESIN_HOME/webapps directory. * Restart Resin if it is already running. * You should now be able to access the Struts applications (assuming you are using Resin's default port number of 8080) at, for example: http://localhost:8080/struts-documentation * When developing your own applications, you can create a new folder under $RESIN_HOME/doc and modify the file "$RESIN_HOME/conf/resin.conf" to recognize your application, for example: <web-app id='/struts-myapp' /> Resin will then read your application's configuration from WEB-INF/web.xml ### -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/about/struts/