hsqldb server/client startup sequence

2002-07-24 Thread Kim Jelmoni

Hello,

I m trying to use hsqldb from a cocoon application. Now I have the 
problem that when I run cocoon on a unix system hsqlserver start after 
that cocoon try to open the connection pool, resulting in no connection 
to DB.
There is a possibility to force cocoon by startup to start first the 
hsqldb server and then try to open the DB connection pool ?

Thanks

Kim


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




RE: hsqldb server/client startup sequence

2002-07-24 Thread Vadim Gritsenko

 From: Kim Jelmoni [mailto:[EMAIL PROTECTED]]
 
 Hello,
 
 I m trying to use hsqldb from a cocoon application. Now I have the
 problem that when I run cocoon on a unix system hsqlserver start after
 that cocoon try to open the connection pool, resulting in no
connection
 to DB.
 There is a possibility to force cocoon by startup to start first the
 hsqldb server and then try to open the DB connection pool ?

What's your Cocoon version? Everything works fine here with 2.0.3.


Vadim


 
 Thanks
 
 Kim


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: hsqldb server/client startup sequence

2002-07-24 Thread Kim Jelmoni


 What's your Cocoon version? Everything works fine here with 2.0.3.
 

Cocoon 2.0.3, tomcat 4.0.1,
SunOS mysystem 5.8 Generic_108528-01 sun4u sparc SUNW,Ultra-4
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)


Kim


 
 Vadim
 
 
 
Thanks

Kim
 
 
 
 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]
 
 




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




RE: hsqldb server/client startup sequence

2002-07-24 Thread Vadim Gritsenko

 From: Kim Jelmoni [mailto:[EMAIL PROTECTED]]
 
  What's your Cocoon version? Everything works fine here with 2.0.3.
 
 Cocoon 2.0.3, tomcat 4.0.1,
 SunOS mysystem 5.8 Generic_108528-01 sun4u sparc SUNW,Ultra-4
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
 Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

Make sure you use
org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
(check cocoon.roles, log file, cocoon.xconf). This datasource should
create JDBC connections only when it is requested, and it will be
requested only when Cocoon processes request from user, and this happens
long after everything is initialized.


Vadim



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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