User: tcoleman
Date: 01/02/09 11:13:47
Modified: documentation petstore-1.1.1-01.html
Log:
Add section on the need to change the Security Adapter
Revision Changes Path
1.3 +27 -7 newsite/documentation/petstore-1.1.1-01.html
Index: petstore-1.1.1-01.html
===================================================================
RCS file: /products/cvs/ejboss/newsite/documentation/petstore-1.1.1-01.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- petstore-1.1.1-01.html 2001/02/08 05:31:34 1.2
+++ petstore-1.1.1-01.html 2001/02/09 19:13:47 1.3
@@ -8,17 +8,35 @@
<p>The Pet Store demo can allow developers to gain familiarity with J2EE
concepts including application portability, a key J2EE design objective.
-<p><h4>Important: Please note</h4>
+<p>The Pet Store demo has been tested with JBoss configured with integrated Tomcat.
+
+<p><h3>Outstanding Deployment Issues:</h3>
+
<p>This is preliminary documentation of a work in progress. There are
technical issues that need to be addressed before the Pet Store demo can be
-considered completely operational in JBoss. The purpose of this documentation
-is to describe how the application can be deployed in JBoss, providing a
-framework to allow developers to address these issues.
+considered completely operational in JBoss.
-<p>The Pet Store demo has been tested with JBoss configured with integrated Tomcat.
+<p>This document describes how to deploy Pet Store 1.1.1 in JBoss, providing
+a framework which will allow developers to address these issues.
+
+<ol>
+<p>
+<li>
+<h3><a NAME="petstore0">The Security Adapter</a></h3>
+<p>The Pet Store implements non-portable security code that works only with
+the J2EE RI (Reference Implementation) server. The non-portable code is
+contained in the <code>J2eeSecurityAdapter</code> class. You need to replace
+this class with a JBoss security module that implements the
+<code>SecurityAdapter</code> interface.
+<p>
+You then need to change the value for <code>securityAdapterClassName</code> in
+the Pet Store <code>web.xml</code> file to the name of the JBoss Security
+Adapter.
+<p>
+See the <code>/docs/security.html</code> page in the Pet Store demo for details.
+<p>
+</ol>
-<p>This document describes how to deploy Pet Store 1.1.1 in JBoss.
-<br>
<h2>Original contributor</h2>
Mike Leuders, Richard Gyger - Focus Technologies
<br>Aaron Mulder
@@ -179,3 +197,5 @@
<li>
<h3><a NAME="petstore10">Run the Pet Store</a></h3>
<p>Point your browser to http://<your-server-name.your-domain>:8080/estore to
start the Pet Store.
+</ol>
+