• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Advice needed!

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Do i neeed J2EE/Weblogic to deploy my EJB's or i can do with Tomcat.

taash
SCJP2
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
taash mg
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey thanks both of u
I will get started right away....

Taash
SCJP2
reply
    Bookmark Topic Watch Topic
  • New Topic