Re: ConnectionPool question

2009-11-04 Thread Carsten Pohl
Hi, if you close the connection, it will be recycled. So, close() does not really close, but releases the connection. Regards, Carsten Pohl - Original Message - From: Josh Gooding josh.good...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, 4 November, 2009 14

Re: Trouble with context and JNDI resource

2009-11-03 Thread Carsten Pohl
did not put org.apache.commons.dbcp.BasicDataSource as type of the ressource. I guess it must be org.apache.commons.dbcp.dbcp. (I guess) but in the tomcat source is string compared to: javax.sql.DataSource You can try that. Regards, Carsten Pohl - Original Message - From: Mike

Re: Trouble with context and JNDI resource

2009-11-03 Thread Carsten Pohl
think you can change the url/username or passwd once the app has been deployed in Catalina/localhost/WEBAPPNAME.xml it will NOT work. Regards, Carsten Pohl - Original Message - From: Mike Baranski list-subscripti...@secmgmt.com To: Tomcat Users List users@tomcat.apache.org, p

Re: Trouble with context and JNDI resource

2009-11-03 Thread Carsten Pohl
in downtime for your users). Regards, Carsten Pohl - Original Message - From: Mikolaj Rydzewski m...@ceti.pl To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, 3 November, 2009 15:55:07 GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna Subject: Re: Trouble

Understanding context.xml

2009-11-02 Thread Carsten Pohl
, Carsten Pohl - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Understanding context.xml

2009-11-02 Thread Carsten Pohl
will be redeployed, which causes downtimes. What is the right place to PUT and later change the connection infos to the database? Thank you again for your help. Regards, Carsten Pohl - Original Message - From: Markus Schönhaber tomcat-us...@list-post.mks-mail.de To: users@tomcat.apache.org Sent

Re: Debian Linux and JAVA - _OPTS and _HOME

2009-11-02 Thread Carsten Pohl
Have you tried JRE_HOME=/usr/lib/jvm/java-6-sun/jre/ ./catalina.sh run or in your case JAVA-OPTS=-Dsth ./catalina.sh run .. Regards, Carsten - Original Message - From: Massan grant.mas...@gmail.com To: users@tomcat.apache.org Sent: Monday, 2 November, 2009 15:27:31 GMT +01:00

how to change the url,username and password connection pooling

2009-11-02 Thread Carsten Pohl
- attributes i see the URL, but when i change that, nothing happens. What possiblities are left? Or is there simply no way to change that, while the application runs? Thank you in advance, Regards, Carsten Pohl - To unsubscribe, e