>> I've downloaded the Zoap module - where are the instructions for
 >> installing this?

 > After checking out the CVS source, look at examples.html in the root 
of your
 > checkout directory.

The message contains some fixes for the ZOAP docs to address some HTML-bugs
& things that were slightly unclear to me.

I apologize if this is not the best format for a patch, but I'm 
relatively new
to the open-source type development (and very new to CVS).

Since sending them as attachmet\nts were rejected friday, I've included 
them inline this time.

BTW, I'm working from a cvs snapshot of ZOAP from 2001-02-06.



------ BEGIN zoap/index.html ------
*** zoap/index.html.old Fri Feb  9 17:29:14 2001
--- zoap/index.html     Fri Feb  9 17:43:27 2001
***************
*** 145,150 ****
--- 145,151 ----
   <li><a href="src/">src/</a> - source code, model information and 
project files.</li>
   <li><a href="license.html">license.html</a> - the GNU General Public 
License.</li>
   <li><a href="index.html">index.html</a> - this file.</li>
+ <li><a href="examples.html">examples.html</a> - compiling, installing 
&amp; running ZOAP (with test app).</li>
   </ul>

   <h2>Comments</h2>

------ END zoap/index.html ------



------ BEGIN zoap/examples.html ------
*** zoap/examples.html.old      Fri Feb  9 17:29:32 2001
--- zoap/examples.html  Fri Feb  9 17:36:29 2001
***************
*** 47,64 ****
   <li>
   run a ZOAP-enabled jBoss Server with the ZOAP test bean in it. For 
that you have to:
   <ul>
! <li> copy <a href="dist/lib/ext/zoap.jar">zoap.jar</a> and <a 
href="dist/lib/ext/inforUtil.jar">inforUtil.jar</a> into your 
jboss/lib/ext directory. </li>
! <li> copy <a href="dist/conf/zoap.conf">org.jboss.zoap.conf</a> into 
your jboss/conf/<confname> directory. </li>
! <li> add the lines of  <a href="dist/conf/jboss.conf">jboss.conf</a> 
to you jboss/conf/<confname>/jboss.conf file (before the
   containerfactory mlet - this step is not needed anymore with 
cvs-snapshots of jboss later than Dec, 2000).
! <li> add the lines of <a href="dist/conf/jboss.jcml">jboss.jcml</a> to 
you jboss/conf/<confname>/jboss.jcml (this step is needed from cvs-snapshots
   of jboss of Dec, 2000 on).
   <li> run the jboss server </li>
! <li> drop <a href="dist/deploy/test-bean.jar">test-bean.jar</a> into 
your jboss/deploy directory to deploy the test
   bean. The auto-deployer should now successfully create a new 
ZOAP-enabled session bean.
   </ul>
   </li>
! <li> run <a href="dist/bin/test.bat">test.bat</a> which normally 
should go through without Junit errors (the exceptions that are 
reported, but not
   detected by junit are just notifications that during the test, some 
web-server is shut down ... </li>
   </ul>

--- 47,64 ----
   <li>
   run a ZOAP-enabled jBoss Server with the ZOAP test bean in it. For 
that you have to:
   <ul>
! <li> copy <a href="dist/lib/ext/zoap.jar">dist/lib/ext/zoap.jar</a> 
and <a href="dist/lib/ext/inforUtil.jar">dist/lib/ext/inforUtil.jar</a> 
into your jboss/lib/ext directory. </li>
! <li> copy <a 
href="dist/conf/zoap.conf">dist/conf/org.jboss.zoap.conf</a> into your 
jboss/conf/&lt;confname&gt; directory. </li>
! <li> add the lines of  <a 
href="dist/conf/jboss.conf">dist/conf/jboss.conf</a> to you 
jboss/conf/&lt;confname&gt;/jboss.conf file (before the
   containerfactory mlet - this step is not needed anymore with 
cvs-snapshots of jboss later than Dec, 2000).
! <li> add the lines of <a 
href="dist/conf/jboss.jcml">dist/conf/jboss.jcml</a> to you 
jboss/conf/&lt;confname&gt;/jboss.jcml (this step is needed from 
cvs-snapshots
   of jboss of Dec, 2000 on).
   <li> run the jboss server </li>
! <li> copy <a 
href="dist/deploy/test-bean.jar">dist/deploy/test-bean.jar</a> into your 
jboss/deploy directory to deploy the test
   bean. The auto-deployer should now successfully create a new 
ZOAP-enabled session bean.
   </ul>
   </li>
! <li> run <a href="dist/bin/test.bat">dist/bin/test.bat</a> which 
normally should go through without Junit errors (the exceptions that are 
reported, but not
   detected by junit are just notifications that during the test, some 
web-server is shut down ... </li>
   </ul>

***************
*** 75,82 ****
   <h3>Provide the jboss container factory with invoker information</h3>

   In packaging your beans, you must indicate that you want to expose a 
ZOAP-invoker instead of the default JRMP-one for your bean.
! You can do that either by changing the default configuration in 
jboss/conf/<confname>/standardjboss.xml or by embedding the following
! xml into the jboss.xml that is packed with your beans:

   <pre>

--- 75,82 ----
   <h3>Provide the jboss container factory with invoker information</h3>

   In packaging your beans, you must indicate that you want to expose a 
ZOAP-invoker instead of the default JRMP-one for your bean.
! You can do that either by changing the default configuration in 
jboss/conf/&lt;confname&gt;/standardjboss.xml or by embedding the following
! xml into the META-INF/jboss.xml that is packed with your beans:

   <pre>
------ END zoap/index.html ------



All the best,
DouglasDD
-- 
   Douglas D. Dickinson  --  [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to