hi, thanks for the reply.can you tell me which version of tomcat willl support the online payment handling without using EJB's .if any documentation on this on the net please guide me.
thanks in advance. Caldarale, Charles R wrote: > >> 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 > > > -- View this message in context: http://www.nabble.com/can-tomcat-5.0-run-ejb%27s-and-support-online-credit-card-payments-tp22330362p22331192.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org