Re: url-pattern troubles...

2007-05-11 Thread webzo
PROTECTED] > Sent: Friday, May 11, 2007 2:45 AM > To: Tomcat Users List > Subject: Re: url-pattern troubles... > > On 5/10/07, webzo <[EMAIL PROTECTED]> wrote: > > Ok, this should have been simple. But Tomcat doesn't seem > to be doing what I thought

url-pattern troubles...

2007-05-10 Thread webzo
Ok, this should have been simple. But Tomcat doesn't seem to be doing what I thought it would- I have a bunch of jsp files under a directory called "protected". I want a filter to be invoked when these files are accessed. I also have a directory called "includes" under "protected". I DON'T want

Re: How to programatically determine connector's port numbers?

2007-05-09 Thread webzo
Thanks, I will check that out. - Original Message From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, May 8, 2007 8:13:17 PM Subject: RE: How to programatically determine connector's port numbers? > From: webzo [mailto:[EMAIL P

Re: How to programatically determine connector's port numbers?

2007-05-09 Thread webzo
. - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, May 8, 2007 8:04:25 PM Subject: Re: How to programatically determine connector's port numbers? On 5/8/07, webzo <[EMAIL PROTECTED]> wrote: > Hmm, come to think of it, I s

Re: How to programatically determine connector's port numbers?

2007-05-08 Thread webzo
that point. Ideas? Thanks for the response. Av. - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, May 8, 2007 4:41:24 PM Subject: Re: How to programatically determine connector's port numbers? On 5/8/07, webzo <[EMAI

Re: How to programatically determine connector's port numbers?

2007-05-08 Thread webzo
assan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, May 8, 2007 3:15:19 PM Subject: Re: How to programatically determine connector's port numbers? On 5/8/07, webzo <[EMAIL PROTECTED]> wrote: > Is there a way to programmatically determine (using Java) the

How to programatically determine connector's port numbers?

2007-05-08 Thread webzo
Hello all, Is there a way to programmatically determine (using Java) the port numbers that have been set up (in server.xml) for use by the SSL and Non/SSL connectors? By default they are 8080 and 8443 but I need to be able to determine it programmatically as well. Thanks. Av. _

Re: How to avoid infinite loop during filter processing?

2007-05-07 Thread webzo
lter definition. You could change your logic, possibly by adding a trail of breadcrumbs so the next time through you don't redirect. Or, you could consider changing the filter url match pattern to not include the page(s) to which you are redirecting. Tim > -Original Message

How to avoid infinite loop during filter processing?

2007-05-07 Thread webzo
Hello, I am trying to something fairly simple and have a problem- Basically, I use a filter that intercepts access to ALL jsp pages, determines whether the user needs to be authenticated. If authentication is required, the filter passes it on to the next filter (filterchain.doFilter( ) ), else cont