hallo
hell i was soooo close ;p
after beeing proud to first had a look into the wiki before asking
stupid questions i followed the instructions from the link you posted.
works! (tomcat 5.5.25 includes the missing classes)
so +1 from here :)
regards
ossi
Emmanuel Venisse schrieb:
>
>
> ossi petz a écrit :
>> Hallo
>>
>> anyone free to vote? :)
>>
>> i tried to install the webapp within a tomcat 5.5.25 / java 1.5 but i
>> got stuck with a db driver problem (see below)
>>
>> i tried to follow instructions at:
>> http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat
>>
>> but i am not quite sure those instructions are not foolproof.
>>
>> stupid questions part:
>> - the settings for tomcat 5.0 and 5.5 are the same?
>
> no, and some version don't work due to missing libraries
>
>> - why is the war file not copied to webapps folder?
>
> The war must be exploded to access to some conf file like
> WEB-INF/classes/META-INF/plexus/application.xml
>
>> - how do i configure the logs location (it claims a missing
>> folder/file /logs/continuum.log)?
>
> The logs location is configured in WEB-INF/classes/log4j.xml
> By default, it use ${appserver.base}/logs/continuum.log and if you
> didn't configured appserver.base property in your tomcat, it is empty.
>
>> - and finally where do i put the jdbc settings so the driver is found?
>
> jdbc settings must be done in Tomcat because Continuum use JNDI for the
> datasources
>
> Look at this doc:
> http://people.apache.org/~evenisse/continuum_1.1_site/documentation/1_1/installation/tomcat.html
>
>
> Emmanuel
>
>>
>> regards :)
>>
>> ossi
>>
>>
>>
>> stacktrace:
>>
>> 2007-10-25 19:06:29,414 [main] INFO
>> org.codehaus.plexus.PlexusContainer - Loading on start
>> [role,roleHint]: [org.apache.maven.continuum.Continuum,default]
>> 2007-10-25 19:06:30,609 [main] ERROR JPOX.RDBMS.Schema - Failed
>> initialising database. Please check that your database JDBC driver is
>> accessible, and the database URL and username/passwor
>> d are correct. Exception : Cannot create JDBC driver of class '' for
>> connect URL 'null'
>> org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC
>> driver of class '' for connect URL 'null'
>> at
>> org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150)
>>
>> at
>> org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
>>
>> at
>> org.jpox.util.FailoverUtils.getConnection(FailoverUtils.java:51)
>> at
>> org.jpox.store.rdbms.RDBMSManager.<init>(RDBMSManager.java:241)
>>
>> --> No suitable driver found
>>
>>
>>
>>
>>
>> Emmanuel Venisse schrieb:
>>> Hi,
>>>
>>> Continuum 1.1-beta-4 is ready for release
>>>
>>> The highlights are
>>> - lot of bug fixes
>>> - A new page to view the build queue
>>> - Customization of mail subject
>>>
>>> The Release Notes is available there:
>>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=13727
>>>
>>>
>>> The binaries are available there:
>>> - Runtime:
>>> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-4/continuum-plexus-runtime-1.1-beta-4-bin.tar.gz
>>>
>>> - Webapp:
>>> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-webapp/1.1-beta-4/continuum-webapp-1.1-beta-4..war
>>>
>>> - data management cli:
>>> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/data-management-cli/1.1-beta-4/data-management-cli-1.1-beta-4-app.jar
>>>
>>>
>>> Everyone is encouraged to vote and give their feedback.
>>>
>>> [ ] +1 Release it!
>>> [ ] 0
>>> [ ] -1 Don't release it, because...
>>>
>>>
>>> The vote will be open for 72 hours. So, cast your votes now ;-)
>>>
>>> Here's my +1
>>>
>>> Thanks,
>>> Emmanuel
>>>
>>>
>>
>>
>>
>
>
|