You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2003/12/19 17:04:53 UTC

cvs commit: jakarta-tomcat-site/xdocs-faq misc.xml

yoavs       2003/12/19 08:04:53

  Modified:    xdocs-faq misc.xml
  Log:
  Added EJB question.
  
  Revision  Changes    Path
  1.9       +18 -0     jakarta-tomcat-site/xdocs-faq/misc.xml
  
  Index: misc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/misc.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- misc.xml	20 Nov 2003 15:24:52 -0000	1.8
  +++ misc.xml	19 Dec 2003 16:04:53 -0000	1.9
  @@ -154,6 +154,11 @@
           Can I run tomcat with the JRE only, or do I need the full JDK?
         </a>
       </li>
  +    <li>
  +      <a href="#ejb">
  +        Is tomcat an EJB server?  Can I use EJBs with tomcat?
  +      </a>
  +    </li>
     </ul>
   </p>
   
  @@ -661,6 +666,19 @@
       on a JRE only, but you do so at your own risk.
     </answer>
   
  +  <question>
  +    <a name="ejb">
  +      Is tomcat an EJB server?  Can I use EJBs with tomcat?
  +    </a>
  +  </question>
  +  <answer>
  +    Tomcat is not an EJB server.  Tomcat is not a full J2EE
  +    server.  Tomcat is a Servlet container.  Tomcat does support
  +    those parts of the J2EE specification that are required
  +    for Servlets, such as a subset of JNDI functionality.
  +    Furthermore, you can connect to remote J2EE servers, or
  +    run tomcat embedded inside a full J2EE server.
  +  </answer>
   </section>
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org