Re: isELIgnored default is wrong

2014-11-17 Thread Stephen McCants
Hello Christopher Schultz, Sorry for the delayed reply. > On 11/7/14 2:51 PM, Stephen McCants wrote: > > I'm seeing a strange problem where isELIgnored has the wrong > > default value for a new Tomcat install of 5.0.56. > > That version number is certainly wrong. > Highest 5.0 version is 5.0.30

Re: Session Config => Tracking Mode not working

2014-11-17 Thread Konstantin Kolinko
2014-11-18 2:49 GMT+03:00 Stephen McCants : > Hello, > > I'm trying to remove the JSESSIONID from my URL the first time someone hits > my Tomcat Web App, but I've not been able to get it working for some > reason that eludes me. This is under Tomcat 7.0.37 and Tomcat 7.0.56. > > First thing I tri

Session Config => Tracking Mode not working

2014-11-17 Thread Stephen McCants
Hello, I'm trying to remove the JSESSIONID from my URL the first time someone hits my Tomcat Web App, but I've not been able to get it working for some reason that eludes me. This is under Tomcat 7.0.37 and Tomcat 7.0.56. First thing I tried was to add session-config/tracking mode to my web.xml

RE: DirResourceSet

2014-11-17 Thread Ed Rouse
I still have some confusion about the DirResourceSet. When I add the /WEB-INF/classes it looks through recursively and finds all of the class files. I know because one of them adds an additional link to a menu bar and it's there. But when I add a regular directory, say /report, it only adds the

RE: DirResourceSet

2014-11-17 Thread Ed Rouse
> -Original Message- > From: Ed Rouse [mailto:ero...@milner.com] > Sent: Monday, November 17, 2014 4:53 PM > To: Tomcat Users List > Subject: DirResourceSet > > I have 2 different issues setting up a DirResourceSet. I have an > external war file I am trying to merge into the Root of my a

DirResourceSet

2014-11-17 Thread Ed Rouse
I have 2 different issues setting up a DirResourceSet. I have an external war file I am trying to merge into the Root of my application. I have a custom root that extends StandardRoot. 1. DirResourceSet drs = new DirResourceSet(wsRoot, "/WEB-INF/classes/", possible.getAbsolutePath() + "/

java.protocol.handler.pkgs does not work with Tomcat 7

2014-11-17 Thread Ignacio Ocampo
Hi all, I'm using a third part library for NTLM authentication, one of their requeriments is to set: System.setProperty("java.protocol.handler.pkgs", "jespa"); But, it does not take any effect, I see Tomcat 7 source code here: https://github.com/apache/tomcat70/blob/051a1dfd4c2943a8e8001c6be88d2

Re: jespa (jcifs) does not works in Tomcat but works in single app

2014-11-17 Thread Ignacio Ocampo
Hi Andre, I did all steps described in documentation for set "jespa" in java.protocol.handler.pkgs It works perfectly in a single app but it does not work in Tomcat. The authentication process isn't the problem, the problem is that Tomcat does not detect the Jespa wrapper to handle http url conn

Re: jespa (jcifs) does not works in Tomcat but works in single app

2014-11-17 Thread André Warnier
Ignacio Ocampo wrote: Hi all, I've a simple *app (A)* that uses *JESPA* (and *JCIFS*), it works perfectly when I run this isolated. This app, has a *functionA* that call a URL with NTLM authentication and I use JESPA to authenticate. I have another *app (B)* that uses *app (A)* as library with

Re: Tomcat7 cluster don't replicates session

2014-11-17 Thread João Sávio
Rapaz, sugiro vc perguntar na lista do Tomcat Ab Em 29/10/2014 15:06, "Nilson Uehara" escreveu: > I have a Ubuntu with 2 Tomcat7 with a cluster configurations. > > The balancer is Apache MOD_JK. > > *SERVER.XML:* > > > channelSendOptions="8"> >