mod_auth_ldap - Apache HTTP Server

2011-10-17 Thread Kalimuthu Samayan
Hi, Could you any one help on directives to stop user accessing URLs directly on application server when we have configured authentication LDAP authentication required using apache directives. -- Regards, Muthu Mobile: 0044+(0)782 122 7480

Re: mod_auth_ldap - Apache HTTP Server

2011-10-17 Thread Konstantin Kolinko
2011/10/17 Kalimuthu Samayan ksama...@googlemail.com: Hi, Could you any one help on directives to stop user accessing URLs directly on application server when we have configured authentication LDAP authentication required using apache directives. Is your question related to Apache Tomcat?

RE: ssl handshake problem

2011-10-17 Thread Edward Quick
Hi Andre, thanks for your reply. I tested this a bit more and did a write up of the problem for anyone who's interested http://www.linuxcrusaders.org/blog/node/45 Obviously it wasn't a java issue not tomcat-related though. Regards, Ed. -Original Message- From: André Warnier

RE: ssl handshake problem

2011-10-17 Thread Edward Quick
Sorry I meant it was a java issue (typo!) -Original Message- From: Edward Quick Sent: 17 October 2011 09:17 To: Tomcat Users List Subject: RE: ssl handshake problem Hi Andre, thanks for your reply. I tested this a bit more and did a write up of the problem for anyone who's interested

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
Alright guys, thanks for your help. Pid * wrote: On 14/10/2011 16:31, Mark Thomas wrote: On 14/10/2011 16:15, Mark H. Wood wrote: This I can agree with. They don't allow application managers access to Tomcat's config., but anyone can drop stuff into /etc/init.d, whence it will run as

Multiple session cookies names

2011-10-17 Thread Peter Cipov
Hello, I would like to use multiple session cookie names in tomcat and tomcat chooses http attribute. For example: SESSION_APP_CLIENT - for fronted application SESSION_APP_ADMIN - for admin part I would like to have separate sessions for security reasons and for possibility to

Re: Multiple session cookies names

2011-10-17 Thread Mark Thomas
On 17/10/2011 10:31, Peter Cipov wrote: Hello, I would like to use multiple session cookie names in tomcat and tomcat chooses http attribute. For example: SESSION_APP_CLIENT - for fronted application SESSION_APP_ADMIN - for admin part I would like to have separate sessions

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
Thanks Hassan for your help. I found the version (Red Hat 4.1.2-50). Regarding the the deploy, I know that by storing a file under Catalina-localhost- myAppName.xml in which I specify the path of the WAR I would not need to copy WAR under wepApps but Tomcat will do it by itself. Is that

Is incoming connection request queue totally ordered?

2011-10-17 Thread Stevo Slavić
Hello Tomcat users, Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? Just want to make sure whether connection requests waiting for executor will fight for it once one becomes available, or will the order connection request were made be respected. Regards,

Re: Multiple war files for a single webapp or context

2011-10-17 Thread Konstantin Kolinko
2011/10/17 Ziggy zigg...@gmail.com: I have an application that has the following structure    $TOMCAT_HOME/webapps/myapp                |-css                    |-myapp.css                |-js                    |-myapp.js                |-forum                    |-index.jsp            

Re: Multiple war files for a single webapp or context

2011-10-17 Thread Ziggy
Would the nested context approach allow access to session data from one war file to the other? Thanks On Mon, Oct 17, 2011 at 12:08 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/10/17 Ziggy zigg...@gmail.com: I have an application that has the following structure

Re: Multiple war files for a single webapp or context

2011-10-17 Thread Konstantin Kolinko
2011/10/17 Ziggy zigg...@gmail.com: Would the nested context approach allow access to session data from one war file to the other? No. Session id may be the same, but Session object itself will be different. All webapps, by definition, are independent of each other.

Re: Multiple session cookies names

2011-10-17 Thread Peter Cipov
Can you be more specific please ? Dne Mon, 17 Oct 2011 12:00:18 +0200 Mark Thomas ma...@apache.org napsal(a): On 17/10/2011 10:31, Peter Cipov wrote: Hello, I would like to use multiple session cookie names in tomcat and tomcat chooses http attribute. For example: SESSION_APP_CLIENT - for

Re: Multiple session cookies names

2011-10-17 Thread Konstantin Kolinko
2. For Tomcat 6 read Context chapter in the configuration reference, for Tomcat 7 download and read the Servlet 3.0 specification. Both allow to configure session cookie names, but the way to configure it differs between Tomcat versions. 1. Do not top-post 2011/10/17 Peter Cipov pci...@kerio.com:

Re: Configure tomcat using init.d

2011-10-17 Thread Hassan Schroeder
On Mon, Oct 17, 2011 at 3:04 AM, ettoregia ettore...@gmail.com wrote: Regarding the the deploy, I know that by storing a file under Catalina-localhost- myAppName.xml in which I specify the path of the WAR I would not need to copy WAR under wepApps but Tomcat will do it by itself. Is that

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
I know, but storing the file it's less invasive. At least that suggest the Tomcat doc. Hassan Schroeder-2 wrote: On Mon, Oct 17, 2011 at 3:04 AM, ettoregia ettore...@gmail.com wrote: Regarding the the deploy, I know that by storing a file under Catalina-localhost- myAppName.xml in which

Re: filters on j_security_check

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chema, On 10/16/2011 1:55 PM, Chema wrote: Frankly, if you're using Spring Security, I'd stick with it. I myself am thinking of making the switch. Yes, I tried it and like it , but I need Single Sign On support and the solutions what

Re: Configure tomcat using init.d

2011-10-17 Thread Hassan Schroeder
On Mon, Oct 17, 2011 at 8:01 AM, ettoregia ettore...@gmail.com wrote: I know, but storing the file it's less invasive. At least that suggest the Tomcat doc. Sorry, I'm afraid I don't follow that. But whatever works for you :-) -- Hassan Schroeder

Re: Tomcat Manager

2011-10-17 Thread Tim Watts
On Mon, 2011-10-17 at 08:08 -0700, ettoregia wrote: Hi everybody, I'm using Tomcat 6.0.33 and at localhost:8080 it shows correctly. Does localhost:8080 it shows correctly mean you can see a process listening on it? When I try to access the tomcat manager link I get an 404 page error.

Re: Tomcat Manager

2011-10-17 Thread ettoregia
Tim Watts-3 wrote: On Mon, 2011-10-17 at 08:08 -0700, ettoregia wrote: Hi everybody, I'm using Tomcat 6.0.33 and at localhost:8080 it shows correctly. Does localhost:8080 it shows correctly mean you can see a process listening on it? Yes it does. When I try to access the tomcat

Re: Session across Realm and Servlet

2011-10-17 Thread Tim Watts
On Mon, 2011-10-17 at 01:10 +0530, sailendra karthik wrote: On Sun, Oct 16, 2011 at 5:16 PM, Chema demablo...@gmail.com wrote: In my Custom Realm Implementation iam autheticating some user and allowing him to access my webapps(servlets or filters) (my application) This

Re: Tomcat Manager

2011-10-17 Thread Tim Watts
On Mon, 2011-10-17 at 09:07 -0700, ettoregia wrote: Tim Watts-3 wrote: On Mon, 2011-10-17 at 08:08 -0700, ettoregia wrote: When I try to access the tomcat manager link I get an 404 page error. What URL are you using? Did you enable access (i.e. are you really getting a 404

JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
Greetings, I am new to this list and I apologize in advance if this has been covered (although searching the archives did not lead me to a related thread): In my web application I need to utilize the JSP servlet, but I need to use a different servlet mapping: servlet-mapping

Error message - website login

2011-10-17 Thread Ann Ramsey
Can you help me with this error message please? All the other computers in our office can get access - this is a client website, so I need help with my computer. Thanks, Ann HTTP Status 403 - Access is denied -- *type* Status report *message* *Access is denied*

RE: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Caldarale, Charles R
From: Nathan Potter [mailto:npot...@opendap.org] Subject: JspServlet - Unexpected behavior, possible bug... In my web application I need to utilize the JSP servlet, but I need to use a different servlet mapping: servlet-mapping servlet-namejsp/servlet-name

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Ann Ramsey
we figured it out - thank you On Mon, Oct 17, 2011 at 1:14 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Nathan Potter [mailto:npot...@opendap.org] Subject: JspServlet - Unexpected behavior, possible bug... In my web application I need to utilize the JSP servlet, but

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
Stevo Slavić wrote: Hello Tomcat users, Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? Just want to make sure whether connection requests waiting for executor will fight for it once one becomes available, or will the order connection request were made be

Re: [OT] Configure tomcat using init.d

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 10/14/2011 11:15 AM, Mark H. Wood wrote: On Fri, Oct 14, 2011 at 07:33:28AM -0700, Hassan Schroeder wrote: On Fri, Oct 14, 2011 at 1:52 AM, ettoregia ettore...@gmail.com wrote: My system: Linux, the version I'don't know how to realize,

Re: Error message - website login

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ann, On 10/17/2011 1:20 PM, Ann Ramsey wrote: Can you help me with this error message please? All the other computers in our office can get access - this is a client website, so I need help with my computer. I hate to have to do this, but:

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ann, On 10/17/2011 2:29 PM, Ann Ramsey wrote: we figured it out - thank you What was the problem? This isn't tech support: this is a community of volunteers and users. How about helping them out and explaining what went wrong so others can figure

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stevo, On 10/17/2011 6:23 AM, Stevo Slavić wrote: Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? I would expect them to be, though I would also expect them to be separate. Just want to make sure whether

RE: Is incoming connection request queue totally ordered?

2011-10-17 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Is incoming connection request queue totally ordered? As ar as I know, this is something controlled by the TCP/IP stack of your host. And by network topology. It is not dependent on Tomcat or Java. Not necessarily true; Tomcat

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Ann Ramsey
Thank you - we figured it out. On Mon, Oct 17, 2011 at 2:22 PM, André Warnier a...@ice-sa.com wrote: Stevo Slavić wrote: Hello Tomcat users, Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? Just want to make sure whether connection requests waiting for

Re: [OT] Configure tomcat using init.d

2011-10-17 Thread Ann Ramsey
Thank you - we figured it out. On Mon, Oct 17, 2011 at 2:26 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 10/14/2011 11:15 AM, Mark H. Wood wrote: On Fri, Oct 14, 2011 at 07:33:28AM -0700, Hassan Schroeder wrote: On

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stevo, On 10/17/2011 6:23 AM, Stevo Slavić wrote: Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? I would expect them to be, though I would also expect them to be separate. +1.

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Ann Ramsey
Thank you - we figured it out. On Mon, Oct 17, 2011 at 2:44 PM, André Warnier a...@ice-sa.com wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stevo, On 10/17/2011 6:23 AM, Stevo Slavić wrote: Are HTTP and AJP connector incoming connection request queues

RE: Is incoming connection request queue totally ordered?

2011-10-17 Thread Caldarale, Charles R
From: Ann Ramsey [mailto:ann.m.ram...@gmail.com] Subject: Re: Is incoming connection request queue totally ordered? Thank you - we figured it out. Besides learning how to ask questions in a reasonable manner, you also need to learn not to respond to threads completely unrelated to your

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
Does that mean that you figured out what I was talking about or how to correct/adjust the behavior? I'm just curious if I did find a minor issue... Nathan On Oct 17, 2011, at 11:29 AM, Ann Ramsey wrote: we figured it out - thank you On Mon, Oct 17, 2011 at 1:14 PM, Caldarale,

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Ann Ramsey
Honestly, I'm just using another person's login. We don't really have an IT guy, so I don't understand all the responses. I really appreciate everyone responding though. You guys are very nice to respond! Regards, Ann On Mon, Oct 17, 2011 at 2:55 PM, Nathan Potter npot...@opendap.org wrote:

RE: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: JspServlet - Unexpected behavior, possible bug... On 10/17/2011 2:29 PM, Ann Ramsey wrote: we figured it out - thank you What was the problem? It appears Ms Ramsey is completely clueless concerning use of

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Ann Ramsey
Listen, the answers were all Greek to me. If you guys are going to REALLY help non-IT people deal with TomCat, you might want to speak English in your responses, so that we know if you're addressing our problem or not. On Mon, Oct 17, 2011 at 2:53 PM, Caldarale, Charles R

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Is incoming connection request queue totally ordered? As ar as I know, this is something controlled by the TCP/IP stack of your host. And by network topology. I was talking about what happens one the

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 12:47 PM, Nathan Potter wrote: - BUT, If I request a URL (without a trailing slash) that references an existing directory within the the JSP servlet's purview, I get an HTTP status 500 (Internal Server Error).

Re: [OT] JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ann, On 10/17/2011 4:01 PM, Ann Ramsey wrote: Honestly, I'm just using another person's login. We don't really have an IT guy, so I don't understand all the responses. I really appreciate everyone responding though. You guys are very nice to

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/17/2011 3:42 PM, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Is incoming connection request queue totally ordered? As ar as I know, this is something controlled by the TCP/IP stack of your

RE: Is incoming connection request queue totally ordered?

2011-10-17 Thread Caldarale, Charles R
From: Ann Ramsey [mailto:ann.m.ram...@gmail.com] Subject: Re: Is incoming connection request queue totally ordered? Listen, the answers were all Greek to me. If you guys are going to REALLY help non-IT people deal with TomCat, you might want to speak English in your responses, so that we

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
Ann Ramsey wrote: Listen, the answers were all Greek to me. If you guys are going to REALLY help non-IT people deal with TomCat, you might want to speak English in your responses, so that we know if you're addressing our problem or not. Well, all I can say is that it doesn't really look like

Re: Error message - website login

2011-10-17 Thread André Warnier
Ann Ramsey wrote: Can you help me with this error message please? All the other computers in our office can get access - this is a client website, so I need help with my computer. Thanks, Ann HTTP Status 403 - Access is denied -- *type* Status report *message*

Re: [OT] Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
P.S. (with additional apologies for the top-posting) I realise that I have myself fallen as a victim of the confusion, and responded to the off-topic and off-thread message. My apologies to the original poster of this thread. André Warnier wrote: Ann Ramsey wrote: Listen, the answers were

RE: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Caldarale, Charles R
From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... Does that mean that you figured out what I was talking about or how to correct/adjust the behavior? No, but hopefully Ms Ramsey will now stop polluting the mailing list. Let's

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
Chuck, I may not NEED to do it. It's just what I figured out to do. Historically, the servlet that I am working with has been the default servlet. Tomcat's default servlet was used to serve docs from a subdirectory of the context dir, and everything else was dynamically generated by the

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 1:07 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 12:47 PM, Nathan Potter wrote: - BUT, If I request a URL (without a trailing slash) that references an existing directory within the the JSP servlet's purview, I get

RE: Multiple war files for a single webapp or context

2011-10-17 Thread Caldarale, Charles R
From: Ziggy [mailto:zigg...@gmail.com] Subject: Multiple war files for a single webapp or context If any of the files change (either the jsp, css, js or java files) i have to always rebuild the whole war file. This means i deploy every single file on every release. Why is that a

Re: [OT] Is incoming connection request queue totally ordered?

2011-10-17 Thread Stevo Slavić
Yes, I meant what happens once connection requests are in the queue, regardless if it's AJP connection requests queue, or HTTP connection requests. I wasn't considering that part, but thanks for clarifying, if the two connectors (I guess it applies even if there are two connectors for same

RE: [OT] Is incoming connection request queue totally ordered?

2011-10-17 Thread Caldarale, Charles R
From: Stevo Slavić [mailto:ssla...@gmail.com] Subject: Re: [OT] Is incoming connection request queue totally ordered? Needed to understand how Tomcat handles connector connection requests queues to determine whether request processing order can be guaranteed. The point I was trying to

RE: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Caldarale, Charles R
From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... A new feature has been added to the web application that requires JSP. But because an alternative default servlet is defined, this disables the use of the JspServlet using the

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 5:38 PM, Caldarale, Charles R wrote: From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... A new feature has been added to the web application that requires JSP. But because an alternative default servlet is

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 4:50 PM, Nathan Potter wrote: Historically, the servlet that I am working with has been the default servlet. Tomcat's default servlet was used to serve docs from a subdirectory of the context dir, and everything else was

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 8:56 PM, Nathan Potter wrote: I don't see how to do it without using a rewrite rule for every thing in the top level collection of URL's. I think if you try to rewrite the root of the context that it's going to disable other

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 4:53 PM, Nathan Potter wrote: On Oct 17, 2011, at 1:07 PM, Christopher Schultz wrote: I'd be interested to see what else happened. It looks like JspServlet is trying to compile the directory. The file (the directory)

Re: [OT] Is incoming connection request queue totally ordered?

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/17/2011 5:57 PM, Caldarale, Charles R wrote: From: Stevo Slavić [mailto:ssla...@gmail.com] Subject: Re: [OT] Is incoming connection request queue totally ordered? Needed to understand how Tomcat handles connector connection

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 6:00 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 4:50 PM, Nathan Potter wrote: Historically, the servlet that I am working with has been the default servlet. Tomcat's default servlet was used to serve docs from a

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 9:21 PM, Nathan Potter wrote: No, but if you assign a servlet to / or /* it gets call foreverything before anything starting with *. Basically starts with / trumps starts with * when applying url patterns. If I'm reading

RE: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Caldarale, Charles R
From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... by default servlet I mean the servlet mapped to / or /* And right there is your terminology problem. The default servlet is the one mapped to /; anything mapped to /* is _not_

[ANN] PSI Probe 2.3.0 has Tomcat 7 support

2011-10-17 Thread Mark Lewis
All, PSI Probe 2.3.0 was just released. This latest version includes support for Tomcat 7, a Spanish translation, and a number of other improvements. There is more information on our Google Code project page: http://code.google.com/p/psi-probe/ - Mark

RE: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Caldarale, Charles R
From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... I don't see how to do it without using a rewrite rule for every thing in the top level collection of URL's. You only need to have the filter invoked when the true DefaultServlet

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/17/2011 10:11 PM, Caldarale, Charles R wrote: From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... I don't see how to do it without using a rewrite rule for every thing in

Re: [ANN] PSI Probe 2.3.0 has Tomcat 7 support

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 10/17/2011 9:55 PM, Mark Lewis wrote: PSI Probe 2.3.0 was just released. This latest version includes support for Tomcat 7, a Spanish translation, and a number of other improvements. Great to hear that PSI Probe (née Lambda Probe) is

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 6:08 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 4:53 PM, Nathan Potter wrote: On Oct 17, 2011, at 1:07 PM, Christopher Schultz wrote: I'd be interested to see what else happened. It looks like JspServlet is trying

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 6:41 PM, Caldarale, Charles R wrote: From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... by default servlet I mean the servlet mapped to / or /* And right there is your terminology problem. The default

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 6:36 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 9:21 PM, Nathan Potter wrote: No, but if you assign a servlet to / or /* it gets call foreverything before anything starting with *. Basically starts with / trumps

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 7:11 PM, Caldarale, Charles R wrote: From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... I don't see how to do it without using a rewrite rule for every thing in the top level collection of URL's. You only

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 7:44 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/17/2011 10:11 PM, Caldarale, Charles R wrote: From: Nathan Potter [mailto:npot...@opendap.org] Subject: Re: JspServlet - Unexpected behavior, possible bug... I don't see how

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 6:02 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 8:56 PM, Nathan Potter wrote: I don't see how to do it without using a rewrite rule for every thing in the top level collection of URL's. I think if you try to rewrite

Re: JspServlet - Unexpected behavior, possible bug...

2011-10-17 Thread Nathan Potter
On Oct 17, 2011, at 6:02 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 10/17/2011 8:56 PM, Nathan Potter wrote: I don't see how to do it without using a rewrite rule for every thing in the top level collection of URL's. I think if you try to rewrite