I am considering to use a Shared hosted Environment for my website- currently in very early stage ( Tomcat,MYSQL and JSP)
I know that in shared environment, we do not get access to server.xml file if I want to use Connection Pooling.
Is there an alternative way that I can use ?
Or do I need to design my application and use java Bean for establishing Connection ?
Will appreciate any ideas or suggestions on this.
Thanks,
A
I know that in shared environment, we do not get access to server.xml file if I want to use Connection Pooling.
Is there an alternative way that I can use ?
Or do I need to design my application and use java Bean for establishing Connection ?
Will appreciate any ideas or suggestions on this.
Thanks,
A