| Author |
Advice needed!
|
taash mg
Ranch Hand
Joined: Mar 22, 2002
Posts: 106
|
|
Hi, Do i neeed J2EE/Weblogic to deploy my EJB's or i can do with Tomcat. taash SCJP2
|
Cheers<p>Taash<br />SCJP2
|
 |
Doug Wang
Ranch Hand
Joined: Oct 05, 2001
Posts: 445
|
|
Hi taash, Yes, you need J2EE-RI(Reference Implementation) or Weblogic to depoy your EJBs. Tomcat itself is just a web container, i.e. servlets/JSP container. The open source application server JBoss can fulfill this task, and it works well along with Tomcat. [ May 08, 2002: Message edited by: Doug Wang ]
|
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep
|
 |
taash mg
Ranch Hand
Joined: Mar 22, 2002
Posts: 106
|
|
Thanks Doug for clearing the confusion. SO this means if i have to run Servlets,Jsp and Ejbs i will need two servers i.e one container like Tomcat and the other Web Server for deploying my beans? Thanks Taash SCJP2
|
 |
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
|
|
Usually the commercial servers like WebLogic or Websphere already came with both containers.
Originally posted by taash mg: Thanks Doug for clearing the confusion. SO this means if i have to run Servlets,Jsp and Ejbs i will need two servers i.e one container like Tomcat and the other Web Server for deploying my beans? Thanks Taash SCJP2
|
 |
taash mg
Ranch Hand
Joined: Mar 22, 2002
Posts: 106
|
|
Hey thanks both of u I will get started right away.... Taash SCJP2
|
 |
 |
|
|
subject: Advice needed!
|
|
|