EJB Support

2004-07-20 Thread R K Singh
Hi All, I have been using tomcat-4.1.29 for JSP Servlets. Now I need to use EJB in my JSP pages. How can I do it with Tomcat? Regards, RK Singh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: EJB Support

2004-07-20 Thread Koon Yue Lam
Hi, Tomcat is a web container, so it can't handle EJB in normal case unlesss you use some 3rd party program. If you need EJB, the most obvious way is to get a J2EE Application Server like JBOSS, WebSphere, WebLogin... Regards -

Re: EJB Support

2004-07-20 Thread Nikola Milutinovic
R K Singh wrote: Hi All, I have been using tomcat-4.1.29 for JSP Servlets. Now I need to use EJB in my JSP pages. How can I do it with Tomcat? Well, you can't. Tomcat is not an EJB container. You must get a hold of some EJB container or full J2EE server. Thses I know of: - JBoss (FREEWARE,