Try this:
ML
-----Urspr�ngliche Nachricht-----
Von: Peter Kmet [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 30. November 2004 14:03
An: Jetspeed Users List
Betreff: Re: really "The Hypersonic JDBC driver require no configuration"?
On Tue, Nov 30, 2004 at 01:35:54PM +0100, Peter Kmet wrote: thanks for your
answer,
- Version : Apache Tomcat/5.5.4
- conf/Catalina/localhost/jetspeed.xml : there are also these parameters:
<!-- Class name for HSQL JDBC driver -->
<parameter>
<name>driverClassName</name>
<value>org.hsqldb.jdbcDriver</value>
</parameter>
<!-- The JDBC connection url for connecting to your HSQL dB. -->
<parameter>
<name>url</name>
<value>jdbc:hsqldb:hsql://127.0.0.1:9001</value>
</parameter>
- moving hsqldb.jar to /shared/lib brings no changes
btw. when I start database I get
[echo] ====================================
[echo] Production/Deployment Database
[echo] ====================================
[java] server.properties not found, using command line or default properties
[java] Opening database: ./src/database/hsql/Production
[java] HSQLDB server 1.7.1 is running
[java] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly
[java] Tue Nov 30 10:15:37 CET 2004 Listening for connections ...
danke
:)
<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<Context path="/jetspeed" docBase="jetspeed" crossContext="true">
<Realm className="org.apache.catalina.realm.JAASRealm"
appName="Jetspeed"
userClassNames="org.apache.jetspeed.security.impl.UserPrincipalImpl"
roleClassNames="org.apache.jetspeed.security.impl.RolePrincipalImpl"
useContextClassLoader="false"
debug="3"/>
<Resource name="jdbc/jetspeed" auth="Container"
factory="org.apache.commons.dbcp.BasicDataSourceFactory"
type="javax.sql.DataSource" username="sa" password=""
driverClassName="org.hsqldb.jdbcDriver" url="jdbc:hsqldb:hsql://127.0.0.1:9001"
maxActive="100" maxIdle="30" maxWait="10000"/>
</Context>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]