On Tue, Oct 27, 2009 at 6:42 PM, Ramkumar <[email protected]> wrote: > Hi Friends, > we have a application developed by java.we have mysql DB.our > application is dynamically shows charts and images depends upon data stored > on mysql DB(through query).which web server is good to use in this stage.how > to make our application work as fast. Thanks in advance.... >
For java applications, I'd suggest either GlassFish (3 is really good, am using the preview now) or Apache Tomcat 6. They work very well with MySQL, provided you have the correct JDBC driver installed. I've been working on this platform on Fedora 11 for 4 months now, and Slackware 13 for a week now. Runs without a hitch on both setups. -- Salva _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
