Hello, I am using Oracle 9i, in Tutorial JetExpress Portal/First
Steps/Editing the settings.xml says
"The settings are preconfigured for an embedded Derby database, so more
changes are required if another database solution is to be used, covered
later in this tutorial."
But I do not know as they are the changes that I must do so that it
works with Oracle.
It could indicate it to me?
Attach the file settings.xml.
Thanks !
>> C:\JetspeedTraining\workspace\jetexpress\etc\build.xml:340: Class Not
> Found: JDBC driver $ {org.apache.jetspeed.production.database.driver}
>> could not be loaded [INFO]
>>
----------------------------------------------------------------------
>> --
>Seems to be some kind of problem with the JDBC driver variable ...
>Have you followed the tutorial page here?:
>http://portals.apache.org/tutorials/jetspeed-2/01/first-steps.html
>send us your ~/.m2/settings.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2006 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.
$Id:$
-->
<!--
settings.xml
This file is placed in ~/.m2 by convention. User defined
profiles must be defined or extended with these settings
to perform a complete J2 build and deployment.
-->
<settings xmlns="http://maven.apache.org/POM/4.0.0">
<localRepository>c:/JetspeedTraining/maven/repository</localRepository>
<profiles>
<!-- Default Profile -->
<profile>
<id>settings</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- Jetspeed-2 deployment properties -->
<org.apache.jetspeed.server.home>c:/JetspeedTraining/tomcat-express</org.apache.jetspeed.server.home>
<org.apache.jetspeed.catalina.version.major>5.5</org.apache.jetspeed.catalina.version.major>
<org.apache.jetspeed.services.autodeployment.server>localhost</org.apache.jetspeed.services.autodeployment.server>
<org.apache.jetspeed.services.autodeployment.port>8080</org.apache.jetspeed.services.autodeployment.port>
<org.apache.jetspeed.services.autodeployment.user>j2deployer</org.apache.jetspeed.services.autodeployment.user>
<org.apache.jetspeed.services.autodeployment.password>j2deployer</org.apache.jetspeed.services.autodeployment.password>
<!-- Oracle DB properties -->
<org.apache.jetspeed.test.jdbc.drivers.path>c:/JetspeedTraining/tomcat-express/common/endorsed/ojdbc14.jar</org.apache.jetspeed.test.jdbc.drivers.path>
<org.apache.jetspeed.test.database.default.name>oracle</org.apache.jetspeed.test.database.default.name>
<org.apache.jetspeed.test.database.url>jdbc:oracle:thin:@348DESARROLLO:1521:ORA348</org.apache.jetspeed.test.database.url>
<org.apache.jetspeed.test.database.driver>oracle.jdbc.driver.OracleDriver</org.apache.jetspeed.test.database.driver>
<org.apache.jetspeed.test.database.user>JS2</org.apache.jetspeed.test.database.user>
<org.apache.jetspeed.test.database.password>*****</org.apache.jetspeed.test.database.password>
</properties>
</profile>
</profiles>
<activeProfiles>
<activeProfile>jetspeed-db-drivers-path</activeProfile>
</activeProfiles>
</settings>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]