Hi Raffele!
I believe you are missing a datasource setup in tomcat for continuum.
I have also setup a continuum server with tomcat 6, and here is what i did:
I added the following configurations to the server.xml's <context>
element for continuum for mysql:
<Context path="/continuum" docBase="continuum">
<Resource name="jdbc/users"
auth="Container"
type="javax.sql.DataSource"
username="..."
password="..."
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/...?autoReconnect=true" />
<Resource name="jdbc/continuum"
auth="Container"
type="javax.sql.DataSource"
username="..."
password="..."
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/...?autoReconnect=true" />
<Resource name="mail/Session"
auth="Container"
type="javax.mail.Session"
mail.smtp.host="localhost"/>
</Context>
Note that the mysql jdbc driver library has to reside in tomcat's lib
directory.
BTW the continuum DB user must have the right to create tables etc.
I hope this helps,
Olaf
Raffaele wrote:
Hi all,
I have simply followed instructions to installa Continuum, last release, on
Tomcat 6.0, but nevertheless I have some problem for which I'm not able to
find references in this mailinl list,
please can you help me.
Continuum log in attach.
Best regards
Raffaele http://www.nabble.com/file/p18466939/continuum.log continuum.log