Re: EXTERNAL: Re: Spnego authentication with Tomcat 7.0.55 on Linux 6.5 returns null from request.getremoteUser

2014-08-30 Thread Felix Schumacher
Am 29.08.2014 um 15:44 schrieb Seshadri, Usha: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, August 29, 2014 1:44 AM To: Tomcat Users List Subject: EXTERNAL: Re: Spnego authentication with Tomcat 7.0.55 on Linux 6.5 returns null from request.getremoteUser

Re: can't make external lib jars loaded with Resources in tomcat 8

2014-08-30 Thread Sergei Kovalev
Got it working, I changed root.xml to ROOT.xml and it fixed it. Those little mistakes make us work ) Thanks On Sat, Aug 30, 2014 at 8:32 AM, Daniel Mikusa wrote: > On Aug 29, 2014 4:56 PM, "Sergei Kovalev" wrote: > > > > Can anybody provide working example how to externalize libs for > appli

Re: can't make external lib jars loaded with Resources in tomcat 8

2014-08-30 Thread Sergei Kovalev
HI Dan, Yes, tried different ways, forward slashes, then unix style when I strip drive label, usually it works for same drive where app is running. Here is my whole case in more details. I created virtual host and I put root.xml into conf/Catalina/myhost Below is whole content of that root.xml but

Re: can't make external lib jars loaded with Resources in tomcat 8

2014-08-30 Thread Daniel Mikusa
On Aug 29, 2014 4:56 PM, "Sergei Kovalev" wrote: > > Can anybody provide working example how to externalize libs for application > under tomcat 8? > I have done below but it does not work, libs not getting loaded. > > > > base="C:\Projects\tomcat\apache-tomcat-8.0.11\hostlibs\myhost"