Look at this file :
http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/continuum.xml
We use it for our web-ui test and it works fine.
Emmanuel
Stephen Pietrowicz a écrit :
Has anyone had a chance to look at this, to see if there
Has anyone had a chance to look at this, to see if there's something
obviously wrong? If it looks ok, I'll start looking anywhere else
you might suggest. I'm really at a loss at this point.
On Dec 12, 2006, at 4:06 PM, Stephen Pietrowicz wrote:
That didn't work. Here is my addition to
That didn't work. Here is my addition to server.xml:
type="javax.sql.DataSource">
maxWait
5000
maxActive
4
password
url
jdbc:derby:target/database/continuum
As a workaround - can you try moving the config from
continuum.xml to server.xml under global resoures (just like mentioned
on that thread). Pretty sure I have seen similar errors with JNDI
resource look ups in tomcat, but can't remember the solution off hand.
Cheers,
Rahul
Stephen Pietr
I hadn't seen that thread. Thanks for the pointer to it.
I do get same message that the originator of that thread gets:
---
2006-12-12 14:20:31,590 [http-8080-Processor23] INFO
PlexusContainer- Loading on start [role]:
[org.apache.maven.continuum.Continuum]
2006-12-12
Hi,
Are you seeing any other startup errors in the Tomcat logs/console?
BTW, have you seen this thread?
http://www.nabble.com/RE:-Deploy-trunk-on-tomcat-t2625572.html
Cheers,
Rahul
Stephen Pietrowicz wrote:
Hi,
I've checked out the latest version of Continuum from the source tree,
built i