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/


Reply via email to