Re: Implementing Connection Pooling

2010-07-01 Thread Andrew Laughlin
alk me through were I'm going wrong? On Thu, Jul 1, 2010 at 3:06 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Andrew Laughlin [mailto:andrew.laugh...@gmail.com] > > Subject: Re: Implementing Connection Pooling > > > > The credentia

Re: Implementing Connection Pooling

2010-07-01 Thread Andrew Laughlin
, > > On 7/1/2010 6:06 PM, Caldarale, Charles R wrote: > >> From: Andrew Laughlin [mailto:andrew.laugh...@gmail.com] > >> Subject: Re: Implementing Connection Pooling > >> > >> The credentials for a database connection are specified per > >>

Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
the shutdown hook does not get fired. Can anyone tell me how to programmatically shut down tomcat such that the hooks will still fire? What is the difference between running shutdown.bat and calling stop programmatically? Regards, Andrew Kujtan

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Tuesday, February 07, 2012 1:39 PM > To: Tomcat Users List > Subject: RE: Shutdown Hooks not firing when tomcat is shutdown from > within a webapp > > > From:

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
GNED MESSAGE- > Hash: SHA1 > > Andrew, > > On 2/7/12 2:40 PM, Andrew Kujtan wrote: > > When I call System.exit() tomcat doesn't actually shutdown > > That's weird. > > > it looks like it just is deadlocking or something as I am getting > &g

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
> -Original Message- > From: Chema [mailto:demablo...@gmail.com] > Sent: Tuesday, February 07, 2012 4:51 PM > To: Tomcat Users List > Subject: Re: Shutdown Hooks not firing when tomcat is shutdown from > within a webapp > > > "Asynchronous Notification 'interface > com.evertz.registry.Se

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-07 Thread Andrew Kujtan
> -Original Message- > From: Chema [mailto:demablo...@gmail.com] > Sent: Tuesday, February 07, 2012 5:12 PM > To: Tomcat Users List > Subject: Re: Shutdown Hooks not firing when tomcat is shutdown from > within a webapp > > >> Can I see ApplicationShutdownHooks source code ? > > > > That i

RE: Shutdown Hooks not firing when tomcat is shutdown from within a webapp

2012-02-08 Thread Andrew Kujtan
> -Original Message- > From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Sent: Tuesday, February 07, 2012 7:31 PM > To: Tomcat Users List > Subject: Re: Shutdown Hooks not firing when tomcat is shutdown from > within a webapp > > 2012/2/7 Andrew Kujtan :

Re: OT: Petition to the White house to expand the use of FreeSoftware

2012-02-14 Thread Andrew Todd
On Tue, Feb 14, 2012 at 11:51 AM, Christopher Schultz wrote: > Stallman as a government adviser? :) Shouldn't that be GNU/Government? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Tomcat 5.5.34 - SSL offload to Tomcat strange behaviour with extra trailing slash required

2012-06-14 Thread Perry, Andrew
as to why this strange behaviour might be occurring? Could it be a problem with the Apache implementation of HTTP 1.1? I hope I am mailing to the right place, and apologies if this is not the right place, happy to redirect somewhere else as approprite. Thanks, Andrew

RE: heap memory issues

2012-06-17 Thread Perry, Andrew
Try setting -XX:MaxPermSize=256m it helps with our applications, it might do the trick here. -Original Message- From: Miguel González Castaños [mailto:miguel_3_gonza...@yahoo.es] Sent: Saturday, 16 June 2012 8:56 PM To: Tomcat Users List Subject: Re: heap memory issues On 16/06/2012

Speeding up RMI calls

2012-07-09 Thread Andrew Kujtan
lems that I am going to introduce by overriding this method? Can I override the classloader for just this webapp or am I stuck doing it for the entire tomcat instance? Thanks, Andrew Kujtan

RE: Speeding up RMI calls

2012-07-16 Thread Andrew Kujtan
> -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Thursday, July 12, 2012 5:22 PM > To: Tomcat Users List > Subject: Re: Speeding up RMI calls > > On 09/07/2012 16:55, Andrew Kujtan wrote: > > Tomcat Version: 7.0.27 > > > > OS: Win

RE: Speeding up RMI calls

2012-07-27 Thread Andrew Kujtan
> > On 09/07/2012 16:55, Andrew Kujtan wrote: > > > Tomcat Version: 7.0.27 > > > > > > OS: Windows XP/7 > > > I'm fixing an issue we are having with a webapp that does some > > > communication over RMI with a remote server. Calls that would

RE: Speeding up RMI calls

2012-07-30 Thread Andrew Kujtan
> -Original Message- > From: Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Saturday, July 28, 2012 10:02 AM > To: Tomcat Users List > Subject: RE: Speeding up RMI calls > > > Andrew > > It *sounds* like you are battling a network latency problem >

RE: Speeding up RMI calls

2012-07-30 Thread Andrew Kujtan
> -Original Message- > From: Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Monday, July 30, 2012 10:36 AM > To: Tomcat Users List > Subject: RE: Speeding up RMI calls > > > Good Morning Andrew > > a directory with spaces has dogged me in the past (I

maxHTTPHeaderSize, and specific header lengths

2012-09-27 Thread Andrew Todd
I have a question about maxHttpHeaderSize [0]. In Apache httpd, there are two different parameters that affect the maximum size of an HTTP header, limitRequestFieldSize and limitRequestLine. [1] These configuration values specify about 8 kilobytes per _line_ in the incoming request. However, in Tom

Re: maxHTTPHeaderSize, and specific header lengths

2012-10-01 Thread Andrew Todd
On Sun, Sep 30, 2012 at 6:21 AM, Konstantin Kolinko wrote: > In Tomcat each request processor has a byte buffer and all the headers > must fit into that buffer. Thanks so much for the detailed response. I have a couple more questions: 1) When a request is rejected for being too large, is there a

Re: maxHTTPHeaderSize, and specific header lengths

2012-10-01 Thread Andrew Todd
On Mon, Oct 1, 2012 at 11:41 AM, Konstantin Kolinko wrote: > 2. If the protocol between HTTPD and Tomcat is AJP, > then the protocol itself has its own limitation, which is ~15 times > lesser than that amount. Thanks for anticipating my next question. Right now we're using mod_proxy with the HTTP

Re: Tomcat managed connections (DBCP) with driver in web application.

2012-10-09 Thread Andrew Todd
On Tue, Oct 9, 2012 at 10:37 AM, Jeremy Heiler wrote: > Every resource I've read thus far has said that the driver jar must be > in $CATALINA_HOME/lib or DBCP wont work. Can you provide a link for that? I've been just fine bundling the Oracle 11 library inside my .war file. For that matter, I ac

Re: Tomcat managed connections (DBCP) with driver in web application.

2012-10-09 Thread Andrew Todd
On Tue, Oct 9, 2012 at 5:19 PM, Jeremy Heiler wrote: > "Use of the JDBC Data Sources JNDI Resource Factory requires that you Ah, OK. I'm not using JNDI. I'm instantiating the DBCP as a Spring bean inside the app. - To unsubscrib

How to gracefully shutdown Tomcat using JSVC

2012-10-12 Thread Andrew Feller
Is there a graceful way to drain connections and shutdown Tomcat with JSVC? I've been unsuccessful finding anything documented about this, so I imagine people have a variety of non-standard ways or don't care. Regards, Andrew -- *Andrew Feller*, Development Team Lead Bront

Re: How to gracefully shutdown Tomcat using JSVC

2012-10-15 Thread Andrew Feller
pened connections until long running / keep alive are left, and stopping Tomcat is the best thing to do outside of waiting for the connections to close themselves. On Oct 13, 2012, at 4:39 AM, Mark Thomas wrote: > On 13/10/2012 04:27, Andrew Feller wrote: >> Is there a graceful way to dra

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?

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

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

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

2013-01-24 Thread Andrew Winter
perhaps solve my problem. So now I am giving up and trying to have a go with glassfish instead. Thanks for your help!! On Thu, Jan 24, 2013 at 12:18 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrew, >

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: 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: Restarting Tomcat from within itself?

2013-01-28 Thread Andrew Kujtan
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Monday, January 28, 2013 10:33 AM > To: Tomcat Users List > Subject: Re: Restarting Tomcat from within itself? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Daniel, > > On 1/28/13

RE: Restarting Tomcat from within itself?

2013-01-28 Thread Andrew Kujtan
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Monday, January 28, 2013 2:01 PM > To: Tomcat Users List > Subject: Re: Restarting Tomcat from within itself? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 >

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

Tomcat 7.0 Manager/Host Manager authentication via Tomcat Realms -- is it possible at all?

2011-04-03 Thread Andrew Kolchoogin
ava.jar. So, what am I doing wrong? --     Yours         Andrew Kolchoogin. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 7.0 Manager/Host Manager authentication via Tomcat Realms -- is it possible at all?

2011-04-04 Thread Andrew Kolchoogin
#x27;m not a Tomcat Guru -- what should I do with server.xml? --     Yours         Andrew Kolchoogin. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Changing embedded Tomcat from v6 to v7 causes InitialContext lookup to fail

2011-05-03 Thread Andrew Brock
(Note: this question is also on StackExchange at http://stackoverflow.com/questions/5866237/) I'm using JUnit test cases to exercise my web service using embedded Tomcat. Under Tomcat 6 everything was working fine, but when I switched my project to Tomcat 7 I'm coming unstuck. The code I was usin

Re: Changing embedded Tomcat from v6 to v7 causes InitialContext lookup to fail

2011-05-04 Thread Andrew Brock
Ah, that was it - thanks. Andrew On 3 May 2011 21:57, Andrew Brock wrote: > -- Forwarded message -- > From: Mark Thomas > Date: 3 May 2011 21:51 > Subject: Re: Changing embedded Tomcat from v6 to v7 causes > InitialContext lookup to fail > To: Tomcat Users Li

Programatically setting web.xml in embedded Tomcat

2011-06-24 Thread Andrew Brock
ase, but I was wondering if there is a more elegant solution. My environment is: Tomcat 7.0.11 NetBeans 7.0 Windows XP Thanks, Andrew

No members active in cluster group

2010-07-15 Thread Andrew Bruno
start INFO: JvmRouteBinderValve started Any ideas? Thanks Andrew - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: No members active in cluster group

2010-07-15 Thread Andrew Bruno
>Are both instances running on the same host Yes, both running on same host. I will upgrade, and see how it goes. Thanks On Thu, Jul 15, 2010 at 8:31 PM, Rainer Jung wrote: > On 15.07.2010 10:08, Andrew Bruno wrote: >> >> Hello all, >> >> I am having problems in

Is it possible to set up an alias to a directory?

2010-07-30 Thread Andrew Knight
structures under the appBase for each host should not overlap each other.". What are the issues when the directory structures of virtual hosts overlap? Thanks, Andrew - To unsubscribe, e-mail: users-unsubscr...@tomcat.

Re: Is it possible to set up an alias to a directory?

2010-08-04 Thread Andrew Knight
>On 31/07/2010 04:36, Andrew Knight wrote: >> Hi, >> >> I've got a general configuration question for Tomcat 6. I've read the >> documentation and done a bit of searching but could not find a solution. I'm >> looking to set up the following: >

Re: Procrun problems with Tomcat 6 on Windows 64-bit

2010-08-11 Thread Andrew Bruno
E%" //US//%SERVICE_NAME% --JvmOptions "-Dcatalina.base=%CATALINA_BASE%;-Dcatalina.home=%CATALINA_HOME%;-Djava.endorsed.dirs=%CATALINA_HOME%\endorsed" --StartMode jvm --StopMode jvm rem More extra parameters set "PR_LOGPATH=%CATALINA_BASE%\logs" set PR_STDOUTPUT=auto set PR_ST

Apache AJP to 4 TCs

2010-09-07 Thread Andrew Bruno
Apache to communicate to 4 tomcats? Thanks Andrew - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Apache AJP to 4 TCs

2010-09-07 Thread Andrew Bruno
08:44, Andrew Bruno wrote: >> Hello, >> >> I am trying to add two extra workers, totaling 4 workers, but Apache >> fails to restart. >> >> This worker file works: >> >> # List the workers name >> worker.list=1,2,loadbalancer >> >> #

Re: Apache AJP to 4 TCs

2010-09-08 Thread Andrew Bruno
links, samples on how I can get Apache talking to more than 2 tomcat workers? It is possible, right? Regards Andrew On Tue, Sep 7, 2010 at 6:15 PM, Rainer Jung wrote: > See remarks inline. > > On 07.09.2010 10:01, Andrew Bruno wrote: >> >> Fair enough Pid, here it is: >

Re: Apache AJP to 4 TCs

2010-09-08 Thread Andrew Bruno
%M:%S %Y] " JkMount /* loadbalancer AB On Wed, Sep 8, 2010 at 11:06 PM, Andrew Bruno wrote: > With 2 workers, the system has been working well for months. > > I now wanted to add an extra two workers, i.e. a total of 4 tomcats, > and load balance across all 4.   Is this possibl

Re: Apache AJP to 4 TCs

2010-09-08 Thread Andrew Bruno
Here is the mod_jk log requested [Wed Sep 08 22:57:36 2010] [6912:6336] [debug] jk_util.c (459): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y] ' [Wed Sep 08 22:57:36 2010] [6912:6336] [debug] jk_uri_worker_map.c (770): rule map size is 1 [Wed Sep 08 22:57:36 2010] [6912:6336] [deb

Re: Tomcat Load Balancing Not working and Apache URL is giving 500 error

2010-09-09 Thread Andrew Bruno
Hi Amol, I am trying to do the exact same thing. It works for two workers, but fails as soon as I add one worker. Can you please try these alternatives, and let me know if it works for you? worker.loadbalancer.balanced_workers=tomcat1,tomcat2 worker.loadbalancer.balanced_workers=tomcat1,tomcat

Re: Apache AJP to 4 TCs

2010-09-09 Thread Andrew Bruno
Hi Mark & Chris, Thank you for the responses. I have gone about and installed a fresh Apache (on a seperate box), and have documented my steps in http://bruniglobal.blogspot.com/2010/09/load-balancing-4-tomcats-with-apache-22.html So far so good. I can load balance across all 4 tomcats, BUT I

Re: Apache AJP to 4 TCs

2010-09-13 Thread Andrew Bruno
all for your help on this, I really liked Mark's worker.template approach :) and Chris' questions & info. If there is anything I can improve in the process, as documented, please let me know. Cheers Andrew On Fri, Sep 10, 2010 at 11:38 PM, Christopher Schultz < ch...@chris

Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
Hi guys! There is any available configuration to define server affinity instead of session affinity? Our architecture setup is based on multiple JVMs (tomcat) instances in each server (machine). The goal is to send all requests (within a session) from a client browser to the same machine. Is it po

Re: Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
No... Session affinity (jvmRoute in JSESSION ID) implies sending to the same tomcat instance (same JVM), not for the same machine. Some idea? On Mon, Nov 22, 2010 at 9:10 PM, André Warnier wrote: > Andrew Hole wrote: > >> Hi guys! >> >> There is any available config

Re: Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
An example: Machine 1: Tomcat A Tomcat B On Mon, Nov 22, 2010 at 11:05 PM, André Warnier wrote: > Andrew Hole wrote: > >> No... Session affinity (jvmRoute in JSESSION ID) implies sending to the >> same >> tomcat instance (same JVM), not for the same machine. >>

Re: Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
done using the same browser client). Thanks On Mon, Nov 22, 2010 at 11:23 PM, Andrew Hole wrote: > An example: > Machine 1: > Tomcat A > > Tomcat B > > > On Mon, Nov 22, 2010 at 11:05 PM, André Warnier wrote: > >> Andrew Hole wrote: >> >>> No... Se

Re: Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
:58 PM, André Warnier wrote: > Andrew Hole wrote: > >> Sorry for the inconvenience. I sent the email with wrong content. >> >> An example: >> Machine 1: >> Tomcat A >> App1 >> App2 >> Tomcat B >> App3 >> App4 >> &

Re: Server affinity instead of session affinity

2010-11-23 Thread Andrew Hole
I'm reading about domain directive in worker properties. I can setup different workers to be in the same domain (p.e. a machine) and have "domain affinity". Do you have some idea how it really works? Thanks On Tue, Nov 23, 2010 at 9:01 PM, Christopher Schultz < ch...@christopherschultz.net> wro

Re: Server affinity instead of session affinity

2010-11-23 Thread Andrew Hole
And regarding your question; ~Why can you not run all apps within one single JVM/Tomcat ? Because we have a lot of web applications and we are using 32-bit JVM. Thanks a lot On Tue, Nov 23, 2010 at 10:59 PM, Andrew Hole wrote: > I'm reading about domain directive in worker propertie

How can I tell which version of OpenSSL is being used with tomcat?

2014-04-09 Thread Andrew Russell
If I installed tomcat on windows using the service installer, how can I know which version of openssl was used?

Re: How can I tell which version of OpenSSL is being used with tomcat?

2014-04-09 Thread Andrew Russell
On Wed, Apr 9, 2014 at 12:13 PM, James H. H. Lampert < jam...@touchtonecorp.com> wrote: > On 4/9/14 10:01 AM, Andrew Russell wrote: > >> If I installed tomcat on windows using the service installer, how can I >> know which version of openssl was used? >> > >

HTTP Digest authentication in Tomcat server farms

2013-05-15 Thread Andrew Kulemet
uting rule based on Authorization header... but that sounds like a hack... Does anyone have any better solutions? Thanks. - Andrew

How to run an application with different user to TC container

2013-05-15 Thread Andrew Hunt
TC as a user with a different user, not how to run an application as a different user. Thanks...Andrew The information contained in this email communication may be confidential. If you have received this email in error, please notify the sender by return email, d

RE: [OT] WEB-INF

2013-07-15 Thread Andrew Kujtan
; http://tomcat.apache.org/svn.html > > Mark When you say resource handling are you referring to serving files from within a jars' META-INF/resource folder? -Andrew > > > ---

Client certificates not authenticated by realm

2014-12-01 Thread Andrew Gronosky
ymptom I am seeing is that a browser with the testClient_2 certificate installed can connect to the web app and access index.html, but gets an HTTP 401 error trying to access admin.html. Does anyone have suggestions what I might be overl

Re: Client certificates not authenticated by realm

2014-12-01 Thread Andrew Gronosky
=Cambridge, ST=MA, C=US The CA (marti-ca) is one I made up myself and it's installed in the browser as trusted. -- Andrew Gronosky - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: Client certificates not authenticated by realm

2014-12-01 Thread Andrew Gronosky
Problem solved. The issue was tomcat-users.xml should contain the client's CN as the user name, like this: So Chris was definitely on the right track when he (I assume, maybe incorrectly, "Chris" is male) inquired about the CNs in my client certs. Thanks again,

Re: Newbie question re certificates

2014-12-02 Thread Andrew Gronosky
CA that Tomcat trusts, but whose name (synonymously, CN) does not map to a recognized user, then you will connect to Tomcat but get an HTTP 401 error as your response. If the user name is recognized but lacks the required role, you get HTTP 403. Hope this helps, -- Andrew Gronosky Raytheon BBN

Re: Newbie question re certificates

2014-12-02 Thread Andrew Gronosky
On 2014-12-02 08:09, Andrew Gronosky wrote: As I discovered yesterday, if you have a client cert that is signed by a CA that Tomcat trusts, but whose name (synonymously, CN) does not map to a recognized user, then you will connect to Tomcat but get an HTTP 401 error as your response. If

Chunked encoding bug in tomcat embedded/spring MVC

2015-02-19 Thread andrew-c.brown
Not sure whether the responsibility lies here or with spring so I thought I'd ask here first. Here's the scenario. We have a Jetty 9.2.7 async reverse proxy. It always sends back to the servers behind using chunked encoding. We have backend servers built around embedded 7.0.23 (also tested the l

RE: Chunked encoding bug in tomcat embedded/spring MVC

2015-02-19 Thread andrew-c.brown
> From: Mark Thomas [mailto:ma...@apache.org] > On 19/02/2015 13:05, andrew-c.br...@ubs.com wrote: > > Not sure whether the responsibility lies here or with spring so I > > thought I'd ask here first. Here's the scenario. > > > > We have a Jetty 9.2.7 asyn

RE: Chunked encoding bug in tomcat embedded/spring MVC

2015-02-19 Thread andrew-c.brown
> > From: Mark Thomas [mailto:ma...@apache.org] On 19/02/2015 13:05, > > andrew-c.br...@ubs.com wrote: > > > Not sure whether the responsibility lies here or with spring so I > > > thought I'd ask here first. Here's the scenario. > > > > >

Upgrade Anomaly from 7.0.61 to 8.0.30 Trailing / is required.

2016-02-12 Thread Andrew King
In our Tomcat 7.0.61 site “http://OldServer.MyDomain/Site/” I can log into the application with or without the trailing “/”. In our new Tomcat 8.0.30 site “http://NewServer.MyDomain/Site/” I can only log in if the trailing “/” is present even though it correctly redirects me to the login page wh

Multiple domian names one web site different content

2016-03-04 Thread Andrew Hardy
New to web servers. This may be a spring MVC question rather than tomcat, I'm not sure. I understand I can map multiple domains to a single ip address using DNS. I have read some stuff on how to set up multiple virtual hosts on the same host (ip address) on tomcat which requests can be divert

Re: Multiple domian names one web site different content

2016-03-04 Thread Andrew Hardy
Thank you do much Chris, I really appreciate your input and taking the time to respond. Sent with AquaMail for Android http://www.aqua-mail.com On 4 March 2016 18:12:11 Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 3/4/16 7:44 AM, Andrew Hardy

Tomcat 7.0.70 War Redeployed every few minutes

2016-07-04 Thread Andrew Moore
Hi I've set up a new server with Ubuntu 16.04 and Tomcat 7.0.70 from Apache.org We noticed that we were getting Connection Refused when trying to connect to port 8080 remotely. And then we could see this was being caused by the war redeploying automatically every few minutes. I've deleted the .wa

Re: Tomcat 7.0.70 War Redeployed every few minutes

2016-07-04 Thread Andrew Moore
It seems deleted the war from /webapps unloads the webapp entirely. I'm going to use tomcat7 from Ubuntu sudo apt policy tomcat7 tomcat7: Installed: 7.0.68-1 Candidate: 7.0.68-1 I'll continue to monitor and update later. On Tue, Jul 5, 2016 at 11:27 AM, Andrew Moore wrote: >

Re: Tomcat 7.0.70 War Redeployed every few minutes

2016-07-04 Thread Andrew Moore
Hi Chuck, It seems you are correct about timestamps. I have no idea why but systemd was interfering with the directory: andrew@stbernard01:~$ ls -la /usr/local/tomcat7/webapps/ total 8 drwxr-xr-x 2 andrew andrew 4096 Jul 5 11:23 . drwxrwxr-x 8 systemd-timesync 1005 4096 Jul 4 13:38

Unable to access Manager App, Host Manager and Server Status urls

2016-08-13 Thread Andrew M
Good Day, Just another day in Paradise !My query is as mentioned in the subject.[Unable to access Manager App, Host Manager and Server Status urls], for each of these web applications, I am not challenged to input credentials rather gives directly access denied 403. Nothing interesting in catali

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-13 Thread Andrew M
Yes, absolutely. I restarted after adding snippet several times but still not charm. What I observed is it doesn't even ask me for username and password but just says directly Access denied (403). On Sunday, 14 August 2016, 2:57, "Caldarale, Charles R" wrote: &

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-13 Thread Andrew M
I'm not sure if this is related in any way but I just exported variable JAVA_HOME in setclasspath.sh export JAVA_HOME=/usr/java/default Still not challenge to input the credentials On Sunday, 14 August 2016, 8:35, Andrew M wrote: Yes, absolutely. I restarted after adding sn

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Andrew M
, 14 August 2016, 10:26, Andrew M wrote: I'm not sure if this is related in any way but I just exported variable JAVA_HOME in setclasspath.sh export JAVA_HOME=/usr/java/default Still not challenge to input the credentials     On Sunday, 14 August 2016, 8:35, Andrew M wrot

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Andrew M
conf]#  Spent lot of investigating but I'm still not sure what is the problem. On Sunday, 14 August 2016, 19:55, Mark Olsson wrote: On Sun, Aug 14, 2016 at 1:43 AM, Andrew M wrote: > I tried disabling SE Linux but no charm :( > What is interesting is I have enabled finest le

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Andrew M
2016, 23:14, Mark Thomas wrote: On 14 August 2016 12:37:37 BST, Andrew M wrote: >I have clear the history, tried different browsers, restarted tomcat >several times. I'm not sure what you want me to comment/uncomment. My >context.xml file is below: That is the global context.xml.

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Andrew M
Thank you so much ! Issue resolved. So why it was not asking for username and password before ?? Also the standard documentation doesn't talk about removing that tag from context.xml. One last thing though, I can access "Server Status" and "Manager app" but not "Host Manager" ? I do have admin-g

Set up postgresql on tomcat7

2016-08-16 Thread Andrew Davis
Hello, Im working on getting java servlets to run on my instance of Ububtu with tomcat7. I write my applications in Eclipse.. when i run my apps localhost i see everything just fine. When i export my WAR files i check the includ source files. I deploy the WAR file through tomcat manager. I can

Re: Set up postgresql on tomcat7

2016-08-16 Thread Andrew Davis
o.html#JDBC_Data_Sources is confusing to me. It shouldnt but it is.. at this point.. Andy.. On Tue, Aug 16, 2016 at 3:01 PM, George Sexton wrote: > The best place to start would be to look at tomcat's logs for exceptions > or errors. > > > > On 8/16/2016 12:44

Re: Set up postgresql on tomcat7

2016-08-16 Thread Andrew Davis
what a real coder would do and suspect I am still in the realms of hackery.. [image: Inline image 1] Andy. On Tue, Aug 16, 2016 at 6:53 PM, Andrew Davis wrote: > I found the following in my logs.. > > from command line in Putty... > > cd /var/lib/tomcat7 > tail -f logs/catalina.o

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
f the docs on Tomcat and found it still somewhat confusing. Andy... On Aug 17, 2016 4:06 AM, "André Warnier (tomcat)" wrote: > Andrew, > this list strips most kinds of attachments, so nobody saw your screenshots > or whatever was in them. > You need to copy/paste that text

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
dence here, but that's what the documentation shows... Andy On Aug 17, 2016 4:43 AM, "André Warnier (tomcat)" wrote: On 17.08.2016 11:32, Andrew Davis wrote: > Thanks. > > I can now deploy my servlets and they work ok, but.. > > I had hoped to just deploy one copy o

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
Its a redhat .. i don't think tomcat 7 or later will run on this. On Aug 17, 2016 9:14 AM, "André Warnier (tomcat)" wrote: > On 17.08.2016 16:06, Andrew Davis wrote: > >> Thanks for the prompt.. >> >> I have been looking at the doc s and have my .jar

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
Thanks.. sorry bout the top-post. Andy On Wed, Aug 17, 2016 at 10:31 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Andrew Davis [mailto:drsockmon...@gmail.com] > > Subject: Re: Set up postgresql on tomcat7 > > > Its a redhat .. i don't

Re: Set up postgresql on tomcat7

2016-08-17 Thread Andrew Davis
Machine number 2 RHEL 6, Tomcat6 as web server, postgreSQL 9.3 dbServer. java version 1.7.0_101 I am focusing my effort on the first machine. (Ubuntu).. Andy. On Wed, Aug 17, 2016 at 12:47 PM, Mark Eggers wrote: > Replies at the end: > > Andrew: > > On 8/17/2016 7:15 AM, And

Tomcat 8 on Solaris 10/11

2015-03-26 Thread Andrew Seales
ble from http://dlib-bauer.ucs.ed.ac.uk/ext-datadownload-20150323_1157.js Is anyone else running Tomcat 8 on Solaris 10 or 11 with Java 8, or know of any problems on the platform? Regards, -- Andrew Seales EDINA tel: +44 (0) 131 650 3022 Edinburgh Universityfax: +44 (0)

Re: Tomcat 8 on Solaris 10/11

2015-03-27 Thread Andrew Seales
/aborted the connection - or whether it is something in between client and server. Thanks, I'll give Wireshark or something like that a go to see if I can see any TCP problems. -- Andrew Seales EDINA tel: +44 (0) 131 650 3022 Edinburgh Universityfax: +44 (0) 1

Re: Tomcat 8 on Solaris 10/11

2015-03-27 Thread Andrew Seales
-datadownload-20150323_1157.js 5 7634 838044 ext-datadownload-20150323_1157.js I can try the non-minified version to see if it makes a difference, but we're getting the same problem with binary files too. -- Andrew Seales EDINA tel: +44 (0) 131 650 3022 Edinburgh Unive

Re: Tomcat 8 on Solaris 10/11

2015-04-01 Thread Andrew Seales
grate of Solaris onto Linux anyway, we'll just have to wait until then before upgrading to Tomcat 8. -- Andrew Seales EDINA tel: +44 (0) 131 650 3022 Edinburgh Universityfax: +44 (0) 131 650 3308 Causewayside House url: http://edina.ac.uk 160 Causewayside

Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Leggio, Andrew
/httpd/conf/httpd.conf file instead: ProxyPass / ajp://localhost:8009/ Once I put this in my html pages will not render: [cid:image001.png@01D07202.009EC2D0] What am I doing wrong? Any help would be greatly appreciated. Thanks. Andrew J. Leggio | MBIA Services Corporation | Assistant Vice

RE: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Leggio, Andrew
Andy, Thank you for responding. I changed the mod_proxy_ajp.c to mod_proxy_ajp.so which is the module that is being loaded. Now my html pages are rendering fine; however, when I go the jsp pages it's not even putting an entry in the tomcat access log. Any ideas? Andy And

<    1   2   3   4   5   6   >