Fw: problem

andy susanto <[email protected]>
Newsgroups gmane.comp.java.sun.servlet
Message-ID <001c01c47cef$1f51d0a0$d1ee92ca@personal>
 hai Partha Ranjan Das,

 i am try  your sugestion, but that error very quick to display.(I have 10
 client to test this new setting when i start the tomcat, after that 10
 client have a transaction  and that error show again but this time very
 quick)

 I am use setting standard dbcp

 this my setting:

 <Resource auth="Container" name="MySQLDrv" scope="Shareable"
 type="javax.sql.DataSource"/>
           <ResourceParams name="MySQLDrv">
             <parameter>
               <name>factory</name>
               <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
             </parameter>
             <parameter>
               <name>url</name>

 <value>jdbc:mysql://localhost:3306/spadb?autoReconnect=true</value>
             </parameter>
             <parameter>
               <name>username</name>
               <value>root</value>
             </parameter>
             <parameter>
               <name>password</name>
               <value></value>
             </parameter>
             <parameter>
               <name>maxWait</name>
               <value>10000</value>
             </parameter>
             <parameter>
               <name>maxActive</name>
               <value>100</value>
             </parameter>
             <parameter>
              <name>driverClassName</name>
               <value>com.mysql.jdbc.Driver</value>
             </parameter>
             <parameter>
               <name>maxIdle</name>
               <value>30</value>
             </parameter>
           </ResourceParams>

 what should i do, to disapper that error message

 TIA,

 andy

___________________________________________________________________________
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.