One of the customers wants me to add a xml file in the /usr/local/jakarta/apache-tomcat-5.5.25/conf/Catalina/localhost file.
The xml file content are as follows
type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/db_name"
username="user_name" password="password" maxActive="50" maxIdle="10"
maxWait="-1"/>
After that the Apache has to be restarted. Shall I proceed with the above request?



LinkBack URL
About LinkBacks
Reply With Quote




