Re: context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread D C
On Thu, Aug 29, 2013 at 2:10 PM, Daniel Mikusa wrote: > On Aug 29, 2013, at 2:02 PM, D C wrote: > > > Tomcat 7.0.40 > > RHEL 6 > > > > I am trying to define all of my contexts in > conf/Catalina/localhost/*.xml. > > > > This seems to work fine,

context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread D C
Tomcat 7.0.40 RHEL 6 I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. This seems to work fine, however I'm having an issue setting the path. myApp.xml This simply does not work. It worked fine if I put it into conf/context.xml. The only way this works is if i rena

Re: Having trouble with common.loader

2013-08-27 Thread D C
Thank you all for your help. I figured out what the problem was. I accidentally made logging.properties and catalina.properties owned by root:root with 640 permissions. Changed to root:tomcat, and everything worked right away.

Re: Having trouble with common.loader

2013-08-23 Thread D C
On Thu, Aug 22, 2013 at 2:51 PM, Konstantin Kolinko wrote: > 2013/8/22 D C : > > On Thu, Aug 22, 2013 at 11:48 AM, Konstantin Kolinko < > knst.koli...@gmail.com > >> wrote: > > > >> 2013/8/22 Daniel Mikusa : > >> > On Aug 21, 2013, at 4:09

Re: Having trouble with common.loader

2013-08-22 Thread D C
On Thu, Aug 22, 2013 at 11:48 AM, Konstantin Kolinko wrote: > 2013/8/22 Daniel Mikusa : > > On Aug 21, 2013, at 4:09 PM, David kerber wrote: > > > >> Basically you're trying to defeat the way the system is designed to > work. Don't do that… > > > > +1 Don't do what you've described unless you h

Re: Having trouble with common.loader

2013-08-22 Thread D C
On Thu, Aug 22, 2013 at 11:57 AM, Daniel Mikusa wrote: > On Aug 22, 2013, at 11:31 AM, D C wrote: > > > On Thu, Aug 22, 2013 at 10:30 AM, Daniel Mikusa >wrote: > > > >> On Aug 22, 2013, at 9:21 AM, D C wrote: > >> > >>> Ok, here goes. grep -

Re: Having trouble with common.loader

2013-08-22 Thread D C
On Thu, Aug 22, 2013 at 10:30 AM, Daniel Mikusa wrote: > On Aug 22, 2013, at 9:21 AM, D C wrote: > > > Ok, here goes. grep -v '/opt/jdk' > > Removing some of the fluff. > > > Aug 21, 2013 5:08:03 PM org.apache.catalina.startup.HostConfig > > deployD

Re: Having trouble with common.loader

2013-08-22 Thread D C
ib :/web/webapps/myApp/WEB-INF/classes/com/myco/management/spring_utils/ContextLoaderListener.class] :/web/webapps/myApp/WEB-INF/lib Thanks, Dan On Thu, Aug 22, 2013 at 6:47 AM, Daniel Mikusa wrote: > On Aug 21, 2013, at 5:09 PM, D C wrote: > > > I added verbose, it does not appear

Re: Having trouble with common.loader

2013-08-21 Thread D C
I added verbose, it does not appear to attempt to load anything from /web/lib/ ​ for permissions i verified that i could read the files as the tomcat user.​ ​ Thanks, Dan On Wed, Aug 21, 2013 at 5:01 PM, Daniel Mikusa wrote: > On Aug 21, 2013, at 4:48 PM, D C wrote: > > > So

Re: Having trouble with common.loader

2013-08-21 Thread D C
s. > > Keep all of your JAR files in "WEB-INF/lib", with the exception of JDBC > drivers. Put those in "$CATALINA_BASE/lib". > > Dan > > > > > > > On 8/21/2013 3:58 PM, D C wrote: > >> Tomcat 7.0.40 > >> CentOS 6.3 >

Having trouble with common.loader

2013-08-21 Thread D C
Tomcat 7.0.40 CentOS 6.3 Java 1.7.0_21 I am trying to move all libraries out of my webapps directory, and into a common place. I have my libs that were bundled with tomcat in /tomcat/lib (the default), and my extra libs i want to keep in /web/lib. I've updated /tomcat/conf/catalina.properties t