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:08:35 UTC

cvs commit: jakarta-tomcat-site/docs/faq/printer misc.html

yoavs       2003/12/19 08:08:35

  Modified:    docs/faq misc.html
               docs/faq/printer misc.html
  Log:
  Updated misc to include EJB question.
  
  Revision  Changes    Path
  1.13      +18 -0     jakarta-tomcat-site/docs/faq/misc.html
  
  Index: misc.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/misc.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- misc.html	20 Nov 2003 15:24:52 -0000	1.12
  +++ misc.html	19 Dec 2003 16:08:35 -0000	1.13
  @@ -142,6 +142,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>
   
  @@ -646,6 +651,19 @@
       on a JRE only, but you do so at your own risk.
     </div><br>
   
  +  <b style="font-size: larger">
  +    <a name="ejb">
  +      Is tomcat an EJB server?  Can I use EJBs with tomcat?
  +    </a>
  +  </b>
  +  <div style="padding-left : 20px;">
  +    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.
  +  </div><br>
   </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
           Copyright &copy; 1999-2003, Apache Software Foundation
           </em></font></div></td></tr></table></body></html>
  
  
  
  1.10      +18 -0     jakarta-tomcat-site/docs/faq/printer/misc.html
  
  Index: misc.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/misc.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- misc.html	20 Nov 2003 15:24:52 -0000	1.9
  +++ misc.html	19 Dec 2003 16:08:35 -0000	1.10
  @@ -141,6 +141,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>
   
  @@ -645,6 +650,19 @@
       on a JRE only, but you do so at your own risk.
     </div><br>
   
  +  <b style="font-size: larger">
  +    <a name="ejb">
  +      Is tomcat an EJB server?  Can I use EJBs with tomcat?
  +    </a>
  +  </b>
  +  <div style="padding-left : 20px;">
  +    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.
  +  </div><br>
   </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
           Copyright &copy; 1999-2003, Apache Software Foundation
           </em></font></div></td></tr></table></body></html>
  
  
  

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