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
1. RedHat JBOSS (lighter) 2. Apache TomCat (lightest) 3. Sun GlasFish (light) 4. commercial products -> Weblogic, Websphere (Heavy) But if you are creating a J2EE application, the choice of server can even be at deployment time. you can develop in tomcat and deploy in jBoss. There might be small tweeks that you might have to do though. If you are thinking of using any EJB, then you can't use Tomcat. > application is dynamically shows charts 1. JFreeChart 2. http://teethgrinder.co.uk/open-flash-chart/ > and images depends upon data stored Apache Webserver. > on mysql DB(through query).which web server is good to use in this stage.how All servers are good enough. they follow standards. > to make our application work as fast. Thanks in advance.... 1. Follow good coding practices (use prepared statements, avoid query in loops, etc...) 2. Use PMD, Check style 3. if the load is more, add more hardware (Clustering, dividing static and dynamic content into webserver and app server) hth Natarajan _______________________________________________ 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
