User: fleury  
  Date: 01/02/07 21:31:47

  Modified:    minerva/examples index.html
  Log:
  jBoss -> JBoss
  
  Revision  Changes    Path
  1.2       +6 -6      newsite/minerva/examples/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /products/cvs/ejboss/newsite/minerva/examples/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html        2000/11/12 20:36:02     1.1
  +++ index.html        2001/02/08 05:31:47     1.2
  @@ -1,14 +1,14 @@
   <html>
   
        <head>
  -             <title>Minerva &amp; jBoss Complete Example</title>
  +             <title>Minerva &amp; JBoss Complete Example</title>
        </head>
   
        <body>
  -             <h1>Minerva &amp; jBoss Complete Example</h1>
  -             <p>Here's an example of a jBoss and EJB configuration using Minerva. 
It uses an Oracle database, though certain names and passwords have been changed to 
protect the innocent.</p>
  -             <p><b>jBoss Configuration Files</b></p>
  -             <p>These files configure the entire jBoss server. Though this example 
uses only one pool, you can add more pools (for the same or other databases and DBMSs) 
simply by repeating the blocks in jboss.conf and jboss.jcml and changing the pool name 
and configuration. One bean may use multiple pools, though CMP beans can only have the 
container use one pool per bean for the work it does.</p>
  +             <h1>Minerva &amp; JBoss Complete Example</h1>
  +             <p>Here's an example of a JBoss and EJB configuration using Minerva. 
It uses an Oracle database, though certain names and passwords have been changed to 
protect the innocent.</p>
  +             <p><b>JBoss Configuration Files</b></p>
  +             <p>These files configure the entire JBoss server. Though this example 
uses only one pool, you can add more pools (for the same or other databases and DBMSs) 
simply by repeating the blocks in jboss.conf and jboss.jcml and changing the pool name 
and configuration. One bean may use multiple pools, though CMP beans can only have the 
container use one pool per bean for the work it does.</p>
                <ul>
                        <li><a href="jboss.conf">jboss.conf</a> - the minerva MBean is 
buried in there toward the end.
                        <li><a href="jboss.jcml">jboss.jcml</a> - remember, you don't 
need to add <i>all</i> these configuration parameters, just the ones you want to 
override. The server will update this file with all the parameters and their default 
values once you start it successfully.
  @@ -18,7 +18,7 @@
                <p>These files go in the JAR with your EJB code.
                <ul>
                        <li><a href="ejb-jar.xml.txt">ejb-jar.xml</a> - this is common 
to all EJB 1.1 servers.
  -                     <li><a href="jboss.xml.txt">jboss.xml</a> - this is specific 
to jBoss.
  +                     <li><a href="jboss.xml.txt">jboss.xml</a> - this is specific 
to JBoss.
                </ul>
                <p><b>EJB Implementation</b></p>
                <p>The code to access the pool uses the &quot;res-ref-name&quot; 
specified in the ejb-jar.xml file. In this example, it was 
&quot;jdbc/MySessionDB&quot;, and of course you need the usual 
&quot;java:comp/env&quot;, so the resulting code looks like:</p>
  
  
  

Reply via email to