problem with Remote Address Filter

2013-09-12 Thread Garey Mills
at the RequestFilter code, and it looks like the pattern string is just passed to Pattern.compile, so the pattern in the filter should need double slashes. I've tried it both ways and neither worked. Anybody have any idea about what might be going wrong? Garey Mills Library Systems Office UC Berkeley

question about inter-webapp communication

2011-10-19 Thread Garey Mills
creating my request wrapper, or in how I am referring to the servlet in /webapp_two? Garey Mills Library Systems Office UC Berkeley

Fwd: Re: question about inter-webapp communication

2011-10-19 Thread Garey Mills
A major problem is how to integrate these two. If you can tell me, maybe I can attempt to introduce the necessary changes to the Geoserver servlet. Garey Mills On 10/19/2011 12:33 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Garey, On 10/19/2011 1:56

how to set up a web app that initially only serves static content?

2006-12-09 Thread Garey Mills
loading the javascript I want and I am not sure whether it is because of how I am accessing the html. Garey Mills

Has the manager interface changed from 5.5.9 to 5.5.17?

2006-06-23 Thread Garey Mills
. Anyone know what might be going on? Garey Mills Library Systems Office UC Berkeley The brain is not where you think - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How does Tomcat detect whether a browser accepts cookies

2006-06-21 Thread Garey Mills
Martin - I guess I'm being obtuse, but WHAT won't work? What I want to know is how Tomcat detects whether the browser accepts cookies, that is, whether it is set to accept cookies or not? Garey Mills Library Systems Office UC Berkeley The brain is not where you think On Wed, 21 Jun

Re: How does Tomcat detect whether a browser accepts cookies

2006-06-21 Thread Garey Mills
David - Well, okay then, but how can my app find out what Tomcat knows about whether the browser accepts cookies or not? And when does Tomcat try? Before control is passed to my app? Garey Mills Library Systems Office UC Berkeley The brain is not where you think On Wed, 21 Jun 2006

Re: How does Tomcat detect whether a browser accepts cookies

2006-06-21 Thread Garey Mills
assumption correct, I don't know. That is what I am asking. Garey Mills Library Systems Office UC Berkeley The brain is not where you think On Wed, 21 Jun 2006, David Kerber wrote: Why would it try until your app tells it to? AFAIK (admittedly, not very far; I don't use cookies) think

Re: How does Tomcat detect whether a browser accepts cookies

2006-06-21 Thread Garey Mills
David - Thanks for the clear, concise answer. Garey Mills Library Systems Office UC Berkeley The brain is not where you think On Wed, 21 Jun 2006, David Smith wrote: On first response, Tomcat both set's a cookie JSESSIONID and appends the same to the page links (when properly coded

How does Tomcat detect whether a browser accepts cookies

2006-06-20 Thread Garey Mills
accepts cookies in order to decide whether to use cookies or URL rewriting. How does it do it? and can I check Tomcat to find out, too? Garey Mills Library Systems Office UC Berkeley The brain is not where you think - To start

authentication problem using manager URLs from a script

2006-04-18 Thread Garey Mills
me a 401. Reading the manager app documentation, it doesn't actually explain how to authenticate from a script. How do I do it? I apologize if this question has been asked before. I studied the list for a couple of hours before giving up; Garey Mills Library Systems Office UC Berkeley The brain

Re: authentication problem using manager URLs from a script

2006-04-18 Thread Garey Mills
property of read-only = false. by default it is read-only and you have to manually turn it on. What on earth has webdav got to do with this? On 4/18/06, Garey Mills [EMAIL PROTECTED] wrote: Hello - I want to stop and start a context from a Java program running as a cron job

Re: authentication problem using manager URLs from a script

2006-04-18 Thread Garey Mills
Mark - Thanks for the pointers. I ended up picking up code from the Tomcat source of org.apache.catalina.ant.AbstractTask and using that to do Basic Authentication. I've got it working now. Garey Mills Library Systems Office UC Berkeley The brain is not where you think On Tue, 18 Apr