Return-Path: Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 32466 invoked from network); 25 Jan 2001 18:19:42 -0000 Received: from mailout2-1.nyroc.rr.com (HELO mailout2-0.nyroc.rr.com) (24.92.226.165) by h31.sny.collab.net with SMTP; 25 Jan 2001 18:19:42 -0000 Received: from pc10 (roc-24-93-14-35.rochester.rr.com [24.93.14.35]) by mailout2-0.nyroc.rr.com (8.11.2/RoadRunner 1.03) with ESMTP id f0PIGCm09016 for ; Thu, 25 Jan 2001 13:16:12 -0500 (EST) Message-ID: <200101251319370248.00636A3A@smtp-server.rochester.rr.com> X-Mailer: Calypso Version 3.10.03.02 (1) Date: Thu, 25 Jan 2001 13:19:37 -0500 From: "Ted Husted" To: struts-dev@jakarta.apache.org Subject: Re: Struts installation notes for Resin Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N +1 -- just tested this and it works like a charm. Before adding it to install -- do you think we should add -- * Resin will unpack the war to $RESIN_HOME/work/_war/$ID and the application folder will not appear under docs. * 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: Resin will then read your application's configuration from WEB-INF/web.xml -- Or is that getting that too far into the specifics of a container's implementation? *********** REPLY SEPARATOR *********** On 1/24/2001 at 8:05 PM Martin Cooper wrote: In response to the call for platform-specific installation notes, here's a section for the INSTALL document that covers Resin in stand-alone mode. I don't know if the instructions would be different for other modes (IIS, Apache, etc.), since I have only used Resin stand-alone, but perhaps someone else could comment. -- Martin Cooper Tumbleweed Communications 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. * Copy the Struts applications (*.war) from $STRUTS_HOME/webapps to your $RESIN_HOME/doc directory. * Modify the file "$RESIN_HOME/conf/resin.conf" to define the Struts applications, by adding a entry for each application inside the section. For example, add the following to define the documentation app: * 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 -- 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/