Re: Optimize webserver performance

2010-10-10 Thread Maurizio Cucchiara
Sometimes put dependencies in the tomcat's library could become a forced choice (for example when using Database Connection Pools). In all other case, it can be a very annoying situation (especially you in term of dependencies' clarity). That said using tomcat's common library, avoiding ORM framew

Optimize webserver performance

2010-10-09 Thread abhishek jain
Hi friends, I have a few different applications running on a small VPS, tomcat 5.5.x, struts 1.2 , mysql. I need to know , what can i do to optimize the server files, like can i place the mysql-..jar file in the tomcat commons lib folder. ie should i place all the common files i have in all my app