mschachter 01/02/05 10:58:57
Modified: . INSTALL
src/doc installation.xml
Log:
Added section for Bluestone Universal Business Server to the container
installation sections
Revision Changes Path
1.3 +43 -1 jakarta-struts/INSTALL
Index: INSTALL
===================================================================
RCS file: /home/cvs/jakarta-struts/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- INSTALL 2001/02/05 17:13:19 1.2
+++ INSTALL 2001/02/05 18:58:51 1.3
@@ -1,4 +1,4 @@
-$Id: INSTALL,v 1.2 2001/02/05 17:13:19 husted Exp $
+$Id: INSTALL,v 1.3 2001/02/05 18:58:51 mschachter Exp $
Struts
======
@@ -7,6 +7,48 @@
applications (documentation and example) running in a variety of servlet
container environments.
+
+BLUESTONE UNIVERSAL BUSINESS SERVER
+-----------------------------------
+
+ * You need UBS version 7.2 to run war file applications. The UBS 7.2.2
+ evaluation is located here:
+
+
http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/downloads.jsp
+
+ * If you're using version 7.2.1, you need to download the WAR file patch,
+ located in the product enhancement section of Bluestone's website:
+
+
http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/wfe.jsp
+
+ * After installation of the correct version and/or patch of UBS 7.2, you
+ need to modify your apserver.txt file to point to the correct directory
+ for your war file applications. Look for the section that says
something
+ similar to the following:
+
+ [SaServletEngine.class]
+ session_affinity=1
+ type=1
+ program=/SaServletEngine.class
+ file_path=f:\webapps
+ host=localhost:20000
+
+ * Use the directory specified by the "file_path" variable, or modify it
+ to point to your own custom webapp directory. Copy the
+ "struts-documention.war" and "struts-example.war" files into that
+ webapp directory, and start the UBS (read documentation distributed
+ with UBS for information on how to start it if necessary). Your
webapps
+ are now accessible from the following URL's:
+
+ http://localhost/<PLUGIN>/SaServletEngine.class/struts-example/
+
http://localhost/<PLUGIN>/SaServletEngine.class/struts-documentation/
+
+
+ * "<PLUGIN>" represents the plugin you are using for your specific
+ webserver. For apache on Windows, it might be "cgi-bin/SaCGI.exe",
+ for IIS on Windows, it might be "scripts/SaCGI.exe" or
"scripts/ISAPI.dll".
+ Consult the UBS documentation for more information.
+
ORION APPLICATION SERVER
------------------------
1.10 +44 -0 jakarta-struts/src/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/src/doc/installation.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- installation.xml 2001/02/05 17:12:55 1.9
+++ installation.xml 2001/02/05 18:58:54 1.10
@@ -214,6 +214,50 @@
<section name="Installing Struts with various servlet containers"
href="Containers">
+ <p>BLUESTONE UNIVERSAL BUSINESS SERVER</p>
+
+ <ul>
+ <li>You need UBS version 7.2 to run war file applications. The UBS
7.2.2 evaluation is
+ located <a
href="http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/downloads.jsp">here</a>.
+ If you're using version 7.2.1, you need to download the WAR file
patch, located in the product
+ enhancement section of Bluestone's website
+ <a
href="http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/wfe.jsp">here</a>
+ </li>
+
+ <li>
+ After installation of the correct version and/or patch of UBS
7.2, you need to modify your
+ apserver.txt file to point to the correct directory for your
war file applications. Look
+ for the section that says something similar to the
following:<br />
+
+<pre>
+ [SaServletEngine.class]
+ session_affinity=1
+ type=1
+ program=/SaServletEngine.class
+ file_path=f:\webapps
+ host=localhost:20000
+</pre>
+ </li>
+
+ <li>Use the directory specified by the "file_path" variable, or modify
it to point to your own custom
+ webapp directory. Copy the "struts-documention.war" and
"struts-example.war" files into that
+ webapp directory, and start the UBS (read documentation
distributed with UBS for information on how
+ to start it if necessary). Your webapps are now accessible
from the following URL:
+
+ <p align="center">
+
http://localhost/<PLUGIN>/SaServletEngine.class/struts-example/<br />
+
http://localhost/<PLUGIN>/SaServletEngine.class/struts-documentation/
+ </p>
+ </li>
+ <li>
+ Note: "<PLUGIN>" represents the plugin you are using for
your specific webserver. For
+ apache on Windows, it might be "cgi-bin/SaCGI.exe", for IIS on
Windows, it might be
+ "scripts/SaCGI.exe" or "scripts/ISAPI.dll". Consult the UBS
documentation for
+ more information.
+ </li>
+ </ul>
+
+
<p>ORION APPLICATION SERVER</p>
<p>In the steps below, <code>$ORION_HOME</code> refers to the directory in
which you