RE: context.xml vs ROOT.xml

2013-04-30 Thread Caldarale, Charles R
From: Jason Aleski [mailto:jason.ale...@gmail.com] Subject: context.xml vs ROOT.xml I've got my configurations stored in the META-INF/context.xml file, but because I'm not deploying my application as a WAR, the context.xml is ignored. Why do you think it's ignored? I can copy my

Re: context.xml vs ROOT.xml

2013-04-30 Thread Jason Aleski
Chuck, Thank you for your feedback. I'll reply in order. 1) I believe it is being ignored because it doesn't see the database connection when it is in the META-INF/context.xml. It does see them when I copy the configurations to the other files. What I read and understand is the

RE: context.xml vs ROOT.xml

2013-04-30 Thread Caldarale, Charles R
From: Jason Aleski [mailto:jason.ale...@gmail.com] Subject: Re: context.xml vs ROOT.xml Don't top post. I believe it is being ignored because it doesn't see the database connection when it is in the META-INF/context.xml. I believe you must be doing something else that's causing the DB