Re: basic auth required on https but not required on http

2013-02-21 Thread Andrew Winter
On Wed, Feb 20, 2013 at 10:38 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 2/20/13 1:40 PM, André Warnier wrote: > > Andrew Winter wrote: > >> On Wed, Feb 20, 2013 at 5

Re: basic auth required on https but not required on http

2013-02-20 Thread Andrew Winter
On Wed, Feb 20, 2013 at 5:13 AM, André Warnier wrote: > The standard modus operandi of this list is to not top-post (makes it more > difficult to follow the logical flow of conversation). > So I've copied your response and my further comments at end. > > >> Andrew Win

Re: basic auth required on https but not required on http

2013-02-20 Thread Andrew Winter
On Feb 20, 2013 5:13 AM, "André Warnier" wrote: > > The standard modus operandi of this list is to not top-post (makes it more difficult to follow the logical flow of conversation). > So I've copied your response and my further comments at end. > > >> >>

Re: basic auth required on https but not required on http

2013-02-19 Thread Andrew Winter
;same appbase with 2 hosts' version work? On Feb 19, 2013 5:57 PM, "André Warnier" wrote: > Andrew Winter wrote: > >> I work on an intranet type application. While on the local network calls >> are made to regular http and authentication is not allowed due to a l

Re: Comet problem - HTTP method GET is not supported by this URL

2013-01-25 Thread Andrew Winter
> I am trying to implement a Comet process. > > Tomcat 6.0.36 > > Red Hat Enterprise Linux Server release 6.2 (Santiago) > > Java 7u11 (32 bit) > > > > I have implemented CometProcessor. I am using the NIO connector. > > When I try the servlet I get: HTTP method GET is not supported by this > URL

Re: Comet problem - HTTP method GET is not supported by this URL

2013-01-24 Thread Andrew Winter
. Thank you! On Thu, Jan 24, 2013 at 2:45 PM, Mark Thomas wrote: > On 22/01/2013 16:52, Andrew Winter wrote: > > I am trying to implement a Comet process. > > Tomcat 6.0.36 > > Red Hat Enterprise Linux Server release 6.2 (Santiago) > > Java 7u11 (32 bit) > > >

Re: The APR based Apache Tomcat Native library was not found

2013-01-24 Thread Andrew Winter
> On 1/23/13 9:54 PM, Andrew Winter wrote: > > Sorry I forgot the versions of things I am using. > > > > Tomcat 6.0.36 Red Hat Enterprise Linux Server release 6.2 > > (Santiago) Java 7u11 (32 bit) > > > > I think I found the problem, though. I have to run a 32

Re: The APR based Apache Tomcat Native library was not found

2013-01-23 Thread Andrew Winter
Sorry I forgot the versions of things I am using. Tomcat 6.0.36 Red Hat Enterprise Linux Server release 6.2 (Santiago) Java 7u11 (32 bit) I think I found the problem, though. I have to run a 32 bit jvm because a COBOL odbc driver we have to use only comes in a 32 bit version. But the Red Hat box

The APR based Apache Tomcat Native library was not found

2013-01-23 Thread Andrew Winter
I have been having problems getting comet to work and decided to try the APR connector. So I installed APR from the RPM, version apr-1.3.9-3.el6_1.2.i686. I followed instructions that I found locally and online and compiled up the tomcat-native-1.1.23. It installed in the /usr/local/apr/lib fold

Comet problem - HTTP method GET is not supported by this URL

2013-01-22 Thread Andrew Winter
I am trying to implement a Comet process. Tomcat 6.0.36 Red Hat Enterprise Linux Server release 6.2 (Santiago) Java 7u11 (32 bit) I have implemented CometProcessor. I am using the NIO connector. When I try the servlet I get: HTTP method GET is not supported by this URL Am I doing something wrong?