Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2004
    Location
    mumbai
    Posts
    254
    Changes in Tomcat

    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? I have Cpanel/WHM and Tomcat has been installed using EasyApache.





    __________________
    Nitesh N
    Website/Blog: http://nitaish.blogspot.comhttp://nitesh-tech.blogspot.com

  2. #2
    Join Date
    Apr 2008
    Location
    United Kingdom
    Posts
    339
    What type of customer are they, shared?





    __________________<<< Please see Forum Guidelines for signature setup. >>>

  3. #3
    Join Date
    Jan 2007
    Location
    England
    Posts
    77
    There is no security risk in doing that? Why not? The latest tomcat doesn't need to restart to pick up this config. it's usually hot-deployed





    __________________Business , education and recruitment business network | Skillipedia Communities

  4. #4
    Join Date
    Jan 2004
    Location
    mumbai
    Posts
    254
    Do you mean, if the tomcat is upgraded via Easy Apache in the future, the settings will remain the same?





    __________________
    Nitesh N
    Website/Blog: http://nitaish.blogspot.comhttp://nitesh-tech.blogspot.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •