problem with Remote Address Filter

2013-09-12 Thread Garey Mills
ilter 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

Fwd: Re: question about inter-webapp communication

2011-10-19 Thread Garey Mills
e 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 PM, Garey Mills wrote: I want to use /w

question about inter-webapp communication

2011-10-19 Thread Garey Mills
t seeing any activity in /webapp_two, and the page returned is blank. Am I making a mistake in referring to the context of /webapp_two, or in how I am creating my request wrapper, or in how I am referring to the servlet in /webapp_two? Garey Mills Library Systems Office UC Berkeley

Problem with XSL stylesheet not being applied when XML served through Tomcat

2007-06-12 Thread Garey
generate the document, I set the mimetype of the document to 'text/xml' and that also fails to work. All of these work in IE. Can anyone tell me what I have to do to fix this, and get the stylesheet applied when the document is served by Tomcat?

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

2006-12-09 Thread Garey Mills
ng 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
Hi - I was using Java something like this: = URL tomcatURL = new URL("http://:/manager/stop?path=/

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 (wh

Re: How does Tomcat detect whether a browser accepts cookies

2006-06-21 Thread Garey Mills
kies. But is my 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 > ver

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
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 W

Re: How does Tomcat detect whether a browser accepts cookies

2006-06-21 Thread Garey Mills
o the browser. If, as I suspect, Tomcat can tell without the redirect, I would like to use Tomcat's knowledge. If Tomcat uses a roundtrip, I would still like to use Tomcat's knowledge, so that I don't have to duplicate the work inside my app. Garey Mills Library Systems Office UC Be

How does Tomcat detect whether a browser accepts cookies

2006-06-20 Thread Garey Mills
her the browser 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 -

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, 1

Re: authentication problem using manager URLs from a script

2006-04-18 Thread Garey Mills
27;t want to have to cram the whole thing int Ant. Any help appreciated; Garey Mills Library Systems Office UC Berkeley The brain is not where you think On Tue, 18 Apr 2006, Mark Thomas wrote: > Marc Farrow wrote: > > You have to use the webdav application provide from tomcat. Check under &g

authentication problem using manager URLs from a script

2006-04-18 Thread Garey Mills
entation, 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 is not wh