| Author |
Can tomcat be used for ejb's?
|
Nidhi Singhal
Ranch Hand
Joined: Sep 19, 2004
Posts: 89
|
|
Hi, I am currently using Tomcat Server for running Servlets/JSPs. Can Tomcat be used for running EJBs also? If not, then which server should I use for running EJBs? Please help me out.. Thanks.. Nidhi
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
No, Tomcat cannot be used. Use JBOSS app server for running EJBs.
|
Groovy
|
 |
ss_java
Greenhorn
Joined: Jan 28, 2005
Posts: 6
|
|
what is the criteria for a server to act as an application server. why exactly cant we use tomcat
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Originally posted by ss_java: what is the criteria for a server to act as an application server. why exactly cant we use tomcat
Ehm, because its not an Application Server, so its the wrong tool for the job in the same way you wouldn't try to use, say, Macromedia Flash to persist relational data for example. Sun provides the J2EE spec (search for it on their site) which defines what services a platform must provide to be considered an Application Server. Further to that they also certify servers software as J2EE compliant applciation servers, if the vendor wishes to pay for certification.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Nidhi Singhal
Ranch Hand
Joined: Sep 19, 2004
Posts: 89
|
|
thanks alot.. Is jboss freely downloadable ? regards, Nidhi
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Yes.
|
 |
 |
|
|
subject: Can tomcat be used for ejb's?
|
|
|