> From: l...@work [mailto:surya...@gmail.com] > Subject: can tomcat 5.0 run ejb's and support online credit > card payments > > i am developing an online system where payments are > made via credit card.can tomcat 5.0 support this?
1) Tomcat 5.0 is no longer supported, so that's a poor choice to implement anything on. 2) Out of the box, Tomcat is a servlet container, not an EJB container. You'll need to either add a lot of packages to Tomcat, or use a full app server such as JBoss, if you want to use EJBs. 3) A supported version of Tomcat can certainly be used to run payment handling (without EJBs) - the hard work is in the webapp, not Tomcat, and doing that work is up to you. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org