Re: Tomcat "JNDI Datasource How-To" documentation & driver managers

2021-08-17 Thread Andrew Tanton
Thank you - very helpful & much appreciated. On Sat, Aug 14, 2021 at 4:24 PM Mark Thomas wrote: > On 14/08/2021 01:51, Andrew Tanton wrote: > > In the Tomcat "JNDI Datasource How-To" documentation page > > < > http://tomcat.apache.org/tomcat-9.0-doc/

Tomcat "JNDI Datasource How-To" documentation & driver managers

2021-08-13 Thread Andrew Tanton
In the Tomcat "JNDI Datasource How-To" documentation page , there is an unusually opinionated section, which discusses the Java service provider (driver manager) mechanism: "*However, the implementation i

Re: Let's Encrypt with Tomcat?

2019-12-27 Thread Andrew Stanton
tes how it is I'm getting this to look like port 443 > to the outside world, because I honestly can't remember what I did (even > though it looks like it's only been six months since I did it). > > -- > James H. H. Lampert > >

Re: Let's Encrypt with Tomcat?

2019-12-26 Thread Andrew Stanton
Lampert > Touchtone Corporation > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Andrew G. Stanton CEO/Founder/Principal Engineer,

Fwd: Tomcat on Google Cloud

2017-04-06 Thread Andrew Stanton
Hi James: James wrote: On Thu, Apr 6, 2017 at 9:45 AM, James H. H. Lampert < jam...@touchtonecorp.com> wrote: > On 4/6/17, 8:57 AM, Andrew Stanton wrote: > >> I am using tomcat in a vm running ubuntu 16.04 (parallels). I have also >> used ubuntu 16.04 in an instance

Re: Tomcat on Google Cloud

2017-04-06 Thread Andrew Stanton
; Any advice would be greatly appreciated. > > -- > JHHL > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Andrew G. Stanton CEO/Fo

Re: Aw: Re: Was bug 58646 (NullPointerException in InternalNioOutputBuffer) also fixed for 8.5.5?

2017-03-24 Thread Andrew Garland
Mark, FYI I created https://bz.apache.org/bugzilla/show_bug.cgi?id=60918 which is a bug report for 8.5.11 with similar characteristics to the one reported in bug 58646 -- View this message in context: http://tomcat.10.x6.nabble.com/Was-bug-58646-NullPointerException-in-InternalNioOutputBuffer

Problem with ServletContext replication

2017-03-01 Thread Andrew Gillett
es but it looks like the org.apache.catalina.tribes.io.ReplicationStream is not using the right class loader for the web app. I don't know if this is a configuration error, tomcat bug, or something else. Any suggestions on how to diagnose or resolve this issue will be grateful

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

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

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

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

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

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

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

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

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

Deploying to root context with versioning

2015-11-17 Thread Andrew Hunt
Hey there, I'm trying to deploy a war of my application to the root context. I name it ROOT.war and it autodeployed fine. When I try to add versioning like ROOT##1.war and ROOT##2.war, it seems to see the context as ##1 and fail to deploy. For example, I get exceptions saying it couldn't find

Question for posgresq, and jdbc.jar placement.

2015-10-21 Thread Andrew Davis
Ok, I'm embarrassed. I've got a UBUNTU (GUI included) install of Tomcat7 installed from command line. Inside my machine I have what looks like two locations that play a key role. OPTION 1 for the jdbc.jar file? I think that this is the "$CATALINA" base Path: usr/share/tomcat7

Unable to get the jmx information for tomcat 8 from command line(curl command)

2015-09-08 Thread Andrew M
erfaces are accessed through a browser (e.g. for        testing since these interfaces are intended for tools not humans) then        the browser must be closed afterwards to terminate the session.          For more information - please see the    Manager App HOW-TO.      Would greatly appreciate your help.  Thanks ! Andrew

iis isapi redirect problem

2015-07-18 Thread Andrew Geery
render the page, the extension_uri value from the registry entry is being returned to the client. My questions are: 1) is there a better way to force http -> https in IIS? or 2) if not, is there a way to get IIS/ISAPI to work with a redirect (301 or 302)? Thanks Andrew

RE: Rendering JSP files through Apache

2015-04-08 Thread Leggio, Andrew
This contains both HTML and JSP. I would like the HTML to be handled through Apache and JSP pages to be handled by TOMCAT. How do I accomplish this? This is a Linux environment with Apache version 2.4.6 and Tomcat version 7. Thanks Andrew J. Leggio | MBIA Services Corporation | Assistant

Rendering JSP files through Apache

2015-04-08 Thread Leggio, Andrew
I have the following being used in my conf file: ProxyPass / ajp://localhost:8009/ Does this actually direct jsp files to use Tomcat? Andrew J. Leggio | MBIA Services Corporation | Assistant Vice President | Phone * (914) 765-3206 | Fax * (914) 765-3095 | * andrew.leg...@mbia.com

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: Basic Authentication Valve not hitting on Tomcat7.0.20

2012-02-17 Thread Michela, Andrew J (LABOR)
> I am sorry this code was in the web.xml NOT server.xml >> From: Michela, Andrew J (LABOR) [mailto:andrew.mich...@labor.ny.gov] >> Subject: RE: Basic Authentication Valve not hitting on Tomcat7.0.20 > >> I have that in the server.xml(see below) still no luck. >&g

RE: Basic Authentication Valve not hitting on Tomcat7.0.20

2012-02-17 Thread Michela, Andrew J (LABOR)
ela, Andrew J (LABOR) [mailto:andrew.mich...@labor.ny.gov] > Subject: RE: Basic Authentication Valve not hitting on Tomcat7.0.20 > I have that in the server.xml(see below) still no luck. > ??? Please read the servlet spec and the Tomcat doc, and show us where there's even a hint

RE: Basic Authentication Valve not hitting on Tomcat7.0.20

2012-02-17 Thread Michela, Andrew J (LABOR)
AM To: Tomcat Users List Subject: Re: Basic Authentication Valve not hitting on Tomcat7.0.20 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, On 2/16/12 2:28 PM, Michela, Andrew J (LABOR) wrote: > I have that in the server.xml still no luck You have *what* in server.xml, and what does

RE: Basic Authentication Valve not hitting on Tomcat7.0.20

2012-02-16 Thread Michela, Andrew J (LABOR)
I have that in the server.xml still no luck Security Constraint secure Restricted Access - Get Only /* role1 BASIC Management Reports

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:

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

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: Cannot rid of expired Certificate ...

2012-01-23 Thread Andrew Erskine
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 23 January 2012 10:46 To: Tomcat Users List Subject: Re: Cannot rid of expired Certificate ... Andrew Erskine wrote: ... > > Not sure what APR is ? > To save someone else the time : See : http://apr.apache

RE: Cannot rid of expired Certificate ...

2012-01-23 Thread Andrew Erskine
-Original Message- From: Brooke Hedrick [mailto:brooke.t.hedr...@gmail.com] Sent: 20 January 2012 12:50 To: Tomcat Users List Subject: RE: Cannot rid of expired Certificate ... On Jan 20, 2012 6:47 AM, "Brooke Hedrick" wrote: > > H > > On Jan 20, 2012 4:23 AM, &

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Andrew Erskine
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: 20 January 2012 11:00 To: Tomcat Users List Subject: Re: Cannot rid of expired Certificate ... On 20/01/2012 10:52, Andrew Erskine wrote: > So how do I do that .. I'm only replying to questions .. So, scroll do

Re: Cannot rid of expired Certificate ...

2012-01-20 Thread Andrew Erskine
So how do I do that .. I'm only replying to questions .. On 20 Jan 2012, at 10:51, "André Warnier" wrote: > "Top post" is like this : when I reply to a message, at the top of the > message. > It makes it much harder to follow the logic flow of a conversation.

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Andrew Erskine
Jan 19, 2012 2:54 PM, "Darryl Lewis" wrote: > >> Did you restart tomcat? >> >> On 20/01/12 5:00 AM, "Andrew Erskine" wrote: >> >>> I have a self certificate that expired today. >>> >>> >>> >>> I removed t

Re: Cannot rid of expired Certificate ...

2012-01-19 Thread Andrew Erskine
Yep .. And bounced the box for good measure. On 19 Jan 2012, at 20:54, "Darryl Lewis" wrote: > Did you restart tomcat? > > On 20/01/12 5:00 AM, "Andrew Erskine" wrote: > >> I have a self certificate that expired today. >> >> >>

Cannot rid of expired Certificate ...

2012-01-19 Thread Andrew Erskine
I have a self certificate that expired today. I removed the certificate from the keystore which the server.xml is pointin= g at and generated a new one with the same alias and I can see that cert in= the keystore. I've been through all my certificate locations on firefox and removed any i=

RE: Patching a jar in a wepabb

2011-11-23 Thread Andrew Kujtan
ll patches into one jar file? On 2011-11-23, at 12:41 PM, "Andrew Kujtan" wrote: > Hello Tomcat-users, > > > > I'm running Tomcat 7.0.20. My webapp uses several 3rd party jars > located > in WEB-INF/lib and I need to apply a series of patches to one of th

Patching a jar in a wepabb

2011-11-23 Thread Andrew Kujtan
e lib folder in the classpath. Is this a viable alternative should all other avenues fail? Regards, Andrew Kujtan

  1   2   3   4   5   6   >