Re: context.xml vs ROOT.xml

2013-04-30 Thread Jason Aleski
INF method would work. I guess I will stay with placing the configurations in the ROOT.XML. -JA- On 4/30/2013 1:16 PM, Caldarale, Charles R wrote: From: Jason Aleski [mailto:jason.ale...@gmail.com] Subject: context.xml vs ROOT.xml I've got my configurations stored in the META-INF/contex

context.xml vs ROOT.xml

2013-04-30 Thread Jason Aleski
I'm wanting to configure a database connection. 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. I can copy my application's context.xml and place it in the tomcat/conf/context.xml and it wor

Bundle Tomcat and Test in Eclipse

2012-10-17 Thread Jason Aleski
I am working on a project with specifications to bundle Tomcat7 with a Web Application. I am having trouble with the initial package setup, as this is my first time bundling Tomcat7. I've developed WAR files that have been deployed before. I'm trying to start basic and get the bundle instan