i do work on mysql as the database.
our client is complaining of the speed of the server.
i feel that the connection pooling has to be implemented
but i referred some strtus books which say that struts support connection pooling
by some DBCP etc.. from my exp i have founded that the connections for databases which are configured in the struts_config.xml are created as soon as the tomcat server is started. but still they are not used by the program efficiently
i tried with the jndi inital context
giving lookup("java//env/mysql:Driver");
but the server is throwing that the name is not found
what shall i do please help me in this regard