Yes...

WE are using Torque.properties  file, even because we decided to  put
Jetspeed database in a MS SQL Server environment..  See the parameters we
set up for that ...


### Microsoft SQL
torque.database.default.adapter=mssql
torque.dsfactory.default.connection.driver=com.microsoft.jdbc.sqlserver.SQLS
erverDriver

torque.dsfactory.default.connection.url=jdbc:microsoft:sqlserver://NICE:1433
;DatabaseName=Jetspeed-15

torque.dsfactory.default.connection.user = nucleus
torque.dsfactory.default.connection.password = futuro

..also as I mentioned before we made some tests with the parameters below to
try to close the connections with the database as soon as the user got
disconnected.  The tests didn't work as expected and the connection remained
open. 

torque.dsfactory.default.pool.defaultMaxConnections=10
torque.dsfactory.default.pool.maxExpiryTime=3600
torque.dsfactory.default.pool.connectionWaitTimeout=10



Thank you.


Irineu.





-----Mensagem original-----
De: David Sean Taylor [mailto:[EMAIL PROTECTED] 
Enviada em: segunda-feira, 21 de março de 2005 17:52
Para: Jetspeed Developers List
Assunto: Re: Too many DB Connections remain opened ..

Shah Amit wrote:
> Hi
> 
> I am 99% sure that Jetspeed uses OJB to access DB. Torque is only used 
> at compile time to generate the sql scripts from xml files I think. So 
> you might need to tweak OJB config file.
>
This is a question for Jetspeed version 1, not Jetspeed-2.
Jetspeed-1 does use Torque and does NOT use OJB.

Are you changing the Torque properties in your deployed application?

-- 
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 15/3/2005



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to