Re: Using META-INF/context.xml

2007-12-21 Thread Sebastian Gerdes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Andrew, your 'context' tag is missing the attributes 'docbase' and 'path'. It should look like this: Context docbase=webapps/myapp.war path=/myapp !-- Db connection -- Resource name=jdbc/wdcc auth=Container [...] This should

RE: Using META-INF/context.xml

2007-12-21 Thread Caldarale, Charles R
From: Sebastian Gerdes [mailto:[EMAIL PROTECTED] Subject: Re: Using META-INF/context.xml your 'context' tag is missing the attributes 'docbase' and 'path'. Thank you for posting completely incorrect information. Properly placed Context elements should never have either the path

RE: Using META-INF/context.xml

2007-12-21 Thread Caldarale, Charles R
From: Andrew Connick [mailto:[EMAIL PROTECTED] Subject: Using META-INF/context.xml Similarly, if I put it into conf/Catalina/localhost/myapp.xml it's fine, but putting it in myapp/META-INF/context.xml does not work. I also found that if I put completely invalid xml in