Re: tomcat web-inf/lib and soft links, how to make them live happy

2018-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Narahari, On 2/1/18 5:07 PM, Narahari 'n' Savitha wrote: > I think I found the solution. Putting it here for comopleteness. > > In the $CATALINA_BASE/conf/context.xml file add the following to > the Context tag aka > > It looked like this before

Re: tomcat web-inf/lib and soft links, how to make them live happy

2018-02-01 Thread Narahari 'n' Savitha
I think I found the solution. Putting it here for comopleteness. In the $CATALINA_BASE/conf/context.xml file add the following to the Context tag aka It looked like this before and now it looks like See that allowLinking attribute. Once I set it up, I am good to go. -Narahari On Thu, F

tomcat web-inf/lib and soft links, how to make them live happy

2018-02-01 Thread Narahari 'n' Savitha
Friends: I am sure the experts here have stumbled on this. So please help. I have an app where I have myapp |_WEB-INF/lib/gson-2.3.1.jar When I start tomcat it works fine. NOw I do this cd webapps/myapp/WEB-INF/lib ln -s ../../../thejars/gson-2.3.1.jar gson-2.3.1.jar I then restart tom