RE: Can't start tomcat

2002-12-03 Thread work
that is correct. I found this problem a year back with soap impl. I used to quadruple the default and this seemed to work. Head of Operations AsiaPac elata Level 30 6 Battery Road Singapore 049909 Office : +65 65509723 Mobile : +65 91117814 Fax: +65 65509725 [EMAIL PROTECTED] http

Datasource

2002-12-03 Thread work
Can anyone tell me if cloudscape (with j2ee) can in fact be used as a jndi-datasource? with tomcat4.0.6 Head of Operations AsiaPac elata Level 30 6 Battery Road Singapore 049909 Office : +65 65509723 Mobile : +65 91117814 Fax: +65 65509725 [EMAIL PROTECTED] http://www.elata.com This e-mail is

datasource setup

2002-12-03 Thread work
Hi , Does anyone have a working cloudscape Datasource setup with tc 4.0.x ? If so could you share the server.xml with me as I get an unable to create resource error on ctx.lookup Any help with a cloudscape DS would really be apreciated. Mike -- To unsubscrib

cloudscape datasource

2002-12-03 Thread work
hi, I am trying very hard to get a clouscape datasource up and running using tomcat 4.0.6. Ive put the jars into common lib have added the server.xml context elements. have the web.xml res elements but get Namingexception cannot create resource instance.

(another) question regarding JNDI + JDBC + null DataSource

2002-04-25 Thread Keith O'Connell (Work)
I've currently got a fairly simple app running which has been using DriverManager.getConnection() in order to connect to a database. I'd like to move this over to a JNDI-based DataSource solution; however, I'm having some problems, which I've seen have popped up for several people before. Es