Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread Graham Leggett
Hi all, After going through the build process for continuum v1.1-SNAPSHOT, the end result is a WAR file, which I dropped into a tomcat container. On startup I get the following error: 2006-10-19 15:07:29,654 [main] INFO PlexusContainer- Loading on start [role]:

Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread ben short
I used the admin webapp for tomcat 5.5 to create the following two jndi resources. jdbc/continuum jdbc/users This resulted in the following context being created in the server.xml Context path=/continuum-webapp-1.1-SNAPSHOT Resource name=jdbc/continuum

Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread Graham Leggett
ben short wrote: I used the admin webapp for tomcat 5.5 to create the following two jndi resources. jdbc/continuum jdbc/users This resulted in the following context being created in the server.xml Is there any easy to follow config out there that describes setting up a derby database with

Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread ben short
well it should be pretty easy... Assuming you know how to setup a deaby server and how to create databases then you just need to change the driver class and url of each resource and you should be in busness. Ben On 10/19/06, Graham Leggett [EMAIL PROTECTED] wrote: ben short wrote: I used

Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread Brett Porter
For Jetty, look in jetty-env.xml in the webapp. For Tomcat, I think it's this (derived from my plexus configuration for the naming component, should match Tomcat though): Resource namejdbc/users/name typejavax.sql.DataSource/type properties

Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread Jesse McConnell
Graham, if you confirm you have it working just get me the settings your using and I get the readme updated with it. thanks, jesse On 10/19/06, Brett Porter [EMAIL PROTECTED] wrote: For Jetty, look in jetty-env.xml in the webapp. For Tomcat, I think it's this (derived from my plexus

Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread Graham Leggett
On Thu, October 19, 2006 4:24 pm, Jesse McConnell wrote: Graham, if you confirm you have it working just get me the settings your using and I get the readme updated with it. After fiddling around for a bit, I got this to work as continuum.xml: Context

Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread Brett Porter
Thanks, I guess it's been longer since I used Tomcat than I thought :) I forgot they were all attributes. - Brett On 20/10/2006, at 1:23 AM, Graham Leggett wrote: On Thu, October 19, 2006 4:24 pm, Jesse McConnell wrote: Graham, if you confirm you have it working just get me the settings