Solved: DataSource Connection pool [non] leak

2023-08-31 Thread Scott,Tim
Hi Chris, > > Hi all, > > > > Thanks for your responses. I think I've found the problem. > > > > My wrapping class which detects the invocation of the close() method to > > decrement its count is no longer decrementing its count because > > method.getDeclaringClass() has changed from java.sql.

RE: [EXTERNAL] RE: DataSource Connection pool leak

2023-08-29 Thread Scott,Tim
Hi all, Thanks for your responses. I think I've found the problem. My wrapping class which detects the invocation of the close() method to decrement its count is no longer decrementing its count because method.getDeclaringClass() has changed from java.sql.Connection to java.lang.AutoCloseable.

RE: [EXTERNAL] RE: DataSource Connection pool leak

2023-08-25 Thread Scott,Tim
ast 8 months have > this problem for my application. Has anyone else, here, run into a similar > problem? > > If a pool size of 20 is just too low, I think I'd need to set mine to a few > hundred to complete the application startup and I'm not willing to try that > wit

DataSource Connection pool leak

2023-08-25 Thread Scott,Tim
mine to a few hundred to complete the application startup and I'm not willing to try that without further insight. Thanks, Tim -- Tim Scott (he/him/his) OCLC * Lead Software Engineer / Technical Product Manager cc: IT file

OT: RE: [External] Re: Fail Timcat if any of the contexts fails?

2023-03-29 Thread Scott,Tim
Loving the typo in the subject :-). Tim. cc: IT file

RE: [External] Re: [ANN] Apache Tomcat 9.0.67 available

2022-09-29 Thread Scott,Tim
> From: Rémy Maucherat r...@apache.org > Sent: 29 September 2022 09:50 > To: Tomcat Users List users@tomcat.apache.org > Subject: [External] Re: [ANN] Apache Tomcat 9.0.67 available On Thu, Sep 29, 2022 at 10:06 AM Greg Huber mailto:gregh3.

RE: [External] Re: Apache Tomcat 8 - Require Tomcat configuration to restrict exe's from downloading

2022-06-22 Thread Scott,Tim
Hi all, As a side note, can we all try not to have a URL with something like “abc.exe” in? Several firewall implementations will refuse to navigate there, even though we all know the intention is not to have it download. Trying to explain that to some people is more difficult than avoiding the

RE: Problems deploying new .war application on Linux

2022-03-23 Thread Scott,Tim
Hi all, If only for the email archives – just a note to say that I have not yet found a solution. Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info>

RE: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-22 Thread Scott,Tim
and I don’t know what the load balancer is going to deliver as I don’t have one in my development environment. I also don’t know the network route the calling service will take. Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19

Re: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Scott,Tim
t be configured programmatically? I could then read a setting from the database. (Apologies for not describing all the requirements at the outset - users, eh?) Thanks, Tim -- Tim Scott OCLC · Senior OLIB Software Engineer City Gate · 8 St. Mary's Gate · Sheffield S1 4LW · United

RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Scott,Tim
(or some variations thereof – “sru”, “/sru”, “/sru/”, “/sru*”, …) … then both applications are equally accessible from other clients. Is what I’m trying to do possible? I’m using Tomcat 9.0.54. If it should work – can anyone spot what I’ve missed? Thanks, Tim -- Tim Scott

RE: Problems deploying new .war application on Linux

2022-03-15 Thread Scott,Tim
pin down the problem. I had not expected an absence of a call to the method! Any further ideas? Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info>

RE: [External] Re: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
> From: Greg Huber gregh3...@gmail.com > Sent: Monday, March 14, 2022 3:01 PM > >I’ve tried renaming the war file as ‘sru.war’ and placing it in webapps, > >removing other references to ‘sru’ in the configuration. > I use ROOT.war and have no stuff, just copy it into

RE: [External] Re: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
> From: Greg Huber > Sent: Monday, March 14, 2022 2:23 PM > To: Tomcat Users List users@tomcat.apache.org > Subject: [External] Re: Problems deploying new .war application on Linux > On the sever where did tomcat come from? a rpm? > Maybe as a test, download tomca

RE: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
anks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info> From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Monday, March 14, 2022 12:12 PM To: Tomcat Users List Sub

Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
* ch.qos.logback:logback-classic:1.2.10 * com.oracle.ojdbc:ojdbc8:19.3.0.0 * uk.org.lidalia:jul-to-slf4j-config:1.0.0 * org.slf4j:jul-to-slf4j:1.7.36 * org.eclipse.persistence:jakarta.persistence:2.2.3 -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file

RE: [External] Re: Tomcat jdbc connections

2022-01-25 Thread Scott,Tim
> Would it be along the lines of Wireshark or TCP dump to see what's > occurring as I gather this won't be captured in tomcat logging via > Catalina.out? Or can it be. Have you explored Oracle listener / client tracing? Ref: https://docs.oracle.com/cd/E11882_01/network.112/e10835/sqlnet.htm#NETRF3

RE: [External] Re: Plugging a memory leak - where?

2022-01-10 Thread Scott,Tim
Hi Mark, Thanks for the prompt, clear response. > You need to update the version of Tomcat you are running on. I will advise our deployment team. It's also worth noting that I need not worry about keeping the Tomcat versions up to date in the application source (pom.xml). I will advise our team

Plugging a memory leak - where?

2022-01-10 Thread Scott,Tim
ating the deployment version would remedy the memory leak in the Tomcat service itself - but I don't like to leave this to guesswork. We've had reports of memory leaks causing problems. Thank you, Tim -- Tim Scott OCLC * Senior Software Engineer / Technical Product Manager CityGate, 8 St.

RE: [External] Re: CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs compile time Java version

2021-12-13 Thread Scott,Tim
> From: Juri Berlanda > Sent: 13 December 2021 15:03 > Subject: [External] Re: CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs > compile time Java version > Hi, > we were affected - we use an AccessLogValve, which logs to Log4j2 and we > use Log4j as java.util.logging LogManager. We already p

RE: [External] Re: CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs compile time Java version

2021-12-13 Thread Scott,Tim
some protection, it’s not everything. Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: Product Management file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info> From: Mark Thomas Sent: 13 December 2021 09

CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs compile time Java version

2021-12-13 Thread Scott,Tim
ch does this? Thank you, Tim -- Tim Scott OCLC * Senior Software Engineer / Technical Product Manager CityGate, 8 St. Mary's Gate, Sheffield S1 4LW, UK cc: Product Management file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info> [COVI

RE: Re-Use TCP Source Ports if the Socket is Unique?

2021-06-25 Thread Scott,Tim
ve until Tomcat is shut down. Does that help? Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19 resources: oc.lc/covid19-service-info   -Original Message- From: Eric Robinson Sent: 25 June 2021 04:19 To: Tomcat Users

RE: [External] Re: Zip file upload corruption on Linux

2021-05-26 Thread Scott,Tim
Hi Chris, > Mine is coming up on 20 years old. That's worthy of an extra slice of cake :-). > The code you posted shows imports and then your interaction with the > fileupload library. Do you know what else happens before this line of code? > ServletRequestContext requestContext = new Serv

RE: [External] Re: Zip file upload corruption on Linux

2021-05-25 Thread Scott,Tim
Hi Chris, > "nah, nobody still uses Struts 1.x". I wouldn't put it past this 14 year old application ... > But at this point, if you have things working, you can probably stop. My OCD says No!, but my pragmatic side says "leave it until I have to change" > But something is *definitely* wro

RE: [External] Re: Zip file upload corruption on Linux

2021-05-25 Thread Scott,Tim
Hi Mark, > No. You should be able to use HttpServletRequest.getPart() I've given up on that attempt as I keep getting: java.lang.AbstractMethodError: Method org/apache/struts/upload/MultipartRequestWrapper.getPart(Ljava/lang/String;)Ljavax/servlet/http/Part; is abstract I have my workaround and

RE: [External] Re: Zip file upload corruption on Linux

2021-05-24 Thread Scott,Tim
Hi Mark, From: Mark Thomas wrote: > import org.apache.commons.fileupload.disk.DiskFileItemFactory; > import org.apache.commons.fileupload.servlet.ServletFileUpload; > import org.apache.commons.fileupload.servlet.ServletRequestContext; > You are using Commons FileUpload so this issue needs to be

RE: [External] Re: Zip file upload corruption on Linux

2021-05-24 Thread Scott,Tim
Hi Mark, Thanks for the prompt response. >On 24/05/2021 10:58, Scott,Tim wrote: >> Hi experts, >> >> First time poster, here, so I know I'm risking not providing nearly >> enough of the right information. Please let me know what I can send to >> help you h

Zip file upload corruption on Linux

2021-05-24 Thread Scott,Tim
Hi experts, First time poster, here, so I know I'm risking not providing nearly enough of the right information. Please let me know what I can send to help you help me further through this. I'm using separate deployments of Tomcat 9 on Linux (RedHat 7) and Windows for the same mature .war appl

Re: Security vulnerabilities with tomcat 9

2019-07-20 Thread Scott Hoenigman
If you have a load balancer you will need to add these attributes there as well... Sent from my T-Mobile 4G LTE Device Original message From: Sumit Bhardwaj Date: 7/20/19 8:52 AM (GMT-05:00) To: Tomcat Users List Subject: Security vulnerabilities with tomcat 9 Hi, We are

8.5.42 ETA?

2019-05-23 Thread Scott Evans
Hi, any ETA on when 8.5.42 will be released? Thanks! Scott Evans

RE: [OT] Tomcat Clustering Support

2018-09-20 Thread Scott Evans
-Original Message- From: Scott Evans Sent: Monday, September 17, 2018 10:57 AM To: 'Tomcat Users List' ; 'users@tomcat.apache.org' Subject: RE: [OT] Tomcat Clustering Support -Original Message- From: Christopher Schultz Sent: Tuesday, August 28, 20

RE: [OT] Tomcat Clustering Support

2018-09-17 Thread Scott Evans
-Original Message- From: Christopher Schultz Sent: Tuesday, August 28, 2018 3:35 PM To: users@tomcat.apache.org Subject: Re: [OT] Tomcat Clustering Support -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott, I'm no Tomcat-clustering expert, but... On 8/28/18 13:59, Scott

Warnings when stopping Tomcat

2018-09-11 Thread Asire, Scott
in a future release? Best Regards, Scott Asire

RE: [OT] Tomcat Clustering Support

2018-08-28 Thread Scott Evans
Scott Evans, PMP Senior Manager sev...@guilfordgroup.com GUILFORD GROUP business driven software solutions P 317.814.1035 ext. 222 F 317.814.1044 615 West Carmel Drive, Suite 130 Carmel, IN 46032 -Original Message- From: Christopher Schultz Sent: Wednesday, August 15, 2018 3:55 PM To

Tomcat Clustering Support

2018-08-15 Thread Scott Evans
know may be interested or if you have further questions I can help answer. Thanks, Scott - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: configuring ciphers for SSL Labs server test

2018-05-10 Thread Scott Hoenigman
Are you using a load balancer? Sent from my T-Mobile 4G LTE Device Original message From: David Wall Date: 5/10/18 6:15 PM (GMT-06:00) To: users@tomcat.apache.org Subject: Re: configuring ciphers for SSL Labs server test We're doing good with this: On 5/10/18

Problem finding native shared library (.so)

2018-05-01 Thread Reynolds, Scott
o, without success. I tried copying the gdal-2.2.2.jar to the lib/3p directory, without success. Thanks in advance for any help. Scott

Re: On Tomcat 8.5.16, RemoteHostFilter throwing ServletException the property [allow] is not defined

2018-03-29 Thread Scott Shipp
Gah! Well at least it was easy. Thanks Andre that was exactly right and can't believe I overlooked that. Thanks again, Scott From: André Warnier (tomcat) Sent: Thursday, March 29, 2018 8:45 AM To: users@tomcat.apache.org Subject: Re: On Tomcat 8

On Tomcat 8.5.16, RemoteHostFilter throwing ServletException the property [allow] is not defined

2018-03-29 Thread Scott Shipp
allow *\.example\.com denyStatus 404 Remote Host Filter /url/path Scott

RE: Question on FORM POST processing via AJP1.3 in tomcat 1.0.69, changed from 1.014.

2017-03-28 Thread Scott, Derric T
> Also, possibly, somewhere between Tomcat 7.0.14 and 7.0.69, the AJP Connector > code in Tomcat has been modified, perhaps > to reject POST's with no content. > (In an intended or unintended way; after all, POSTs with no content aren't > exactly your standard thing, and could even be > forbidde

RE: Question on FORM POST processing via AJP1.3 in tomcat 1.0.69, changed from 1.014.

2017-03-28 Thread Scott, Derric T
> On this list, it is preferred to not top-post, ... No problem. > There are 2 different modules in Apache httpd which can be used for this : > mod_jk and mod_proxy_ajp. > Which one are you using, and can you give us a version? OK... I inherited this, so don't know much about it ... but I don

RE: Question on FORM POST processing via AJP1.3 in tomcat 1.0.69, changed from 1.014.

2017-03-28 Thread Scott, Derric T
I am so sorry about the version numbers those are 7! 7.0.14 and 7.0.69 tomcat-7.0.69-10.el7.noarch Thanks for the replies, sorry for the confusion Derric Scott -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com

Question on FORM POST processing via AJP1.3 in tomcat 1.0.69, changed from 1.014.

2017-03-27 Thread Scott, Derric T
Hello: A question, perhaps a bug... I inherited a large application that has Apache in front, tomcat in back via AJP1.3. I am moving everything to "new" verisons. A new RedHat OS, newest tomcat RPM (7.0.69), etc. I ran into a snag and finally identified the culprit. The tomcat on the backe

Yet another odd file in /tmp created by tomcat7

2016-06-10 Thread Scott Derrick
using, though I ran a dependency checker and don't see ehcache anywhere? Any ideas about how to find out who is using this and why I am seeing this exception? thanks, scott -- Great minds discuss ideas; Average minds discuss events; Small minds discuss people. Eleanor

Re: Re: Tomcat application folder created in /tmp?

2016-06-10 Thread Scott Derrick
Original Message Subject: Re: Tomcat application folder created in /tmp? From: Anthony Biacco To: Tomcat Users List Date: Wed, 8 Jun 2016 14:21:39 -0600 On Wed, Jun 8, 2016 at 1:51 PM, Scott Derrick wrote: Tomcat7 Java 1.8.0_51 Running on CentOS 6(Linux) When I deploy

Tomcat application folder created in /tmp?

2016-06-08 Thread Scott Derrick
created the war, and the files in /tmp/0-appName have the timestamp of when I deployed the war. what is the /tmp/appName folder and files for? why does it do this for this app but not the other 7 apps I have deployed? thanks, Scott -- No pessimist ever discovered the secret of the stars or

JAASRealm does not trigger HttpSessionListener events

2016-03-21 Thread Scott, Shannon
I have a JAASRealm that I'm using with some legacy authentication/authorization code that requires the session id. In tomcat the JAAS Login Module does not have access to the HTTPSession. A new session is created after the Login Module commits (so using a valve to access the session does not wo

Re: Tomcat 7.0.55 Not loading truststore or keystore

2015-09-01 Thread jeffery . scott . crump
I'm referring to when a certificate is a combo such as a GoDaddy  g1_g2 root. The intermediate is usually fine. Sent from my BlackBerry 10 smartphone on the Verizon Wireless 4G LTE network.   Original Message   From: dmccrthy Sent: Tuesday, September 1, 2015 4:12 PM To: Tomcat Users List Reply To

Only start manager at startup

2014-06-05 Thread Scott Mitchell
I'm attempting to reply to a post by Mark Thomas posted on Mon, 21 Jan 2013 20:15:58 GMT at ( http://mail-archives.apache.org/mod_mbox/tomcat-users/201301.mbox/%3c50fda1fe@apache.org%3E) but I'm not sure if this is the way to do it. I'm not too keen on the whole mailing list translations to th

RE: Tomcat logging with Log4j

2014-04-18 Thread Scott Bailey
hultz [mailto:ch...@christopherschultz.net] Sent: Thursday, April 17, 2014 4:41 PM To: Tomcat Users List Subject: Re: Tomcat logging with Log4j -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott, On 4/16/14, 10:15 AM, Scott Bailey wrote: > I was able to get one of our developers and it was

RE: Tomcat logging with Log4j

2014-04-16 Thread Scott Bailey
I was able to get one of our developers and it was simple for them to add the logging for our app to the logback we are using a file and add logging rotation. My issue is resolved. Thanks for the help though. -Original Message- From: Scott Bailey [mailto:sbai...@donlen.com] Sent

RE: Which tcnative to replace for Heartbleed?

2014-04-15 Thread Scott Johnson
Thanks for your reply, that clears up just about everything. I got the link directly from the Bugzilla bug where this issue was reported, by the way. Scott -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, April 15, 2014 3:03 PM To: Tomcat Users

Which tcnative to replace for Heartbleed?

2014-04-15 Thread Scott Johnson
this issue. Knowing whether an updated Heartbleed-free version of Windows Tomcat was coming in the next few days would resolve this issue as well. Thanks, Scott

RE: Tomcat logging with Log4j

2014-04-15 Thread Scott Bailey
AGE- Hash: SHA256 Scott, On 4/15/14, 2:50 PM, Scott Bailey wrote: > We need to add log rotation and log size management to tomcat 7. > Tried converting to Log4j steps from tomcat website > (http://tomcat.apache.org/tomcat-7.0-doc/logging.html) but did not > work, was able to ge

Tomcat logging with Log4j

2014-04-15 Thread Scott Bailey
on 2008 R2 with Java 7. Thank you! Scott DISCLAIMER: This electronic mail message and any attached files contain information intended for the exclusive use of the intended addressee and may contain information that is proprietary, privileged, confidential and/or exempt from disclosure

RE: External URL delay from webapp

2014-04-02 Thread Scott Bailey
perspective. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, April 02, 2014 9:50 AM To: Tomcat Users List Subject: Re: External URL delay from webapp Scott Bailey wrote: > Hi all, > We are having an issue with a new tomcat deployment, in our webapp we

External URL delay from webapp

2014-04-02 Thread Scott Bailey
ferent 3rd party using https URL. We are new to tomcat and we have been researching for a week with no results other than the proxy setting. Thank you! Scott DISCLAIMER: This electronic mail message and any attached files contain information intended for the exclusive use of the intended address

Tomcat JDBC Connection Pool Resource Name Issue

2014-03-03 Thread Scott Dudley
in), it returns the expected value "jdbc/mypool". Why is my resource name ignored or otherwise not used when running under the container? Thanks. -- Scott Dudley | Senior Developer Telesoft | 1661 E. Camelback Road, Suite 300 | Phoenix, AZ 85016 P: 602.308.1115 | F: 602.308.1

Host container and Context Issue

2013-10-23 Thread PELL Scott H
host:port/cf/%appName% Scott Pell ODOT Information Services | Enterprise Technology - Server Application Infrastructure Team | Senior Web Systems Analyst Office - 503-986-5373 | Cell - 503-931-1241

RE: Tomcat 7.0.42 startup failure: FindClass org/apache/catalina/startup/Boostrap failed

2013-09-19 Thread PELL Scott H
nstall and start over. Thanks, Scott -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, September 19, 2013 8:39 AM To: Tomcat Users List Subject: Re: Tomcat 7.0.42 startup failure: FindClass org/apache/catalina/startup/Boostrap failed

Tomcat 7.0.42 startup failure: FindClass org/apache/catalina/startup/Boostrap failed

2013-09-19 Thread PELL Scott H
would be causing the error? Scott Pell ODOT Information Services | Enterprise Technology - Server Application Infrastructure Team | Senior Web Systems Analyst Office - 503-986-5373 | Cell - 503-931-1241

Controlling permissions when creating directories

2013-07-29 Thread Scott Derrick
Any ideas! I've been banging on this for hours! thanks, Scott -- I don't believe in a government that protects us from ourselves. Ronald Reagan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.o

Tomcat 7.0.30 CMA, clustering, and SSO

2012-10-25 Thread Scott Carlson
We've setup TC 7.0.32 with Clustering and Tomcat Container Managed Authentication. HTTPSessions and SSOSessions are clustered across the wire. With logging turned way up, I can see the synchronization and I can see the sessions in the Tomcat Manager. When I "kill -9" one of the tomcats, I'm aut

Re: Tomcat 7.x and Internet Explorer Adobe Reader plugin

2012-08-22 Thread Kari Scott
ange your HTTP connector from protocol="http" (has some autodetection for apr) to protocol="org.apache.coyote.http11.Http11Protocol" and retest with 7.0.29. Bye, Stefan No, we are using the AJP connector. _ Kari Scott Senior Programm

Re: Tomcat 7.x and Internet Explorer Adobe Reader plugin

2012-08-22 Thread Kari Scott
uration to the ones previously reported might eventually lead to a fix. Thank you, -Kari _ Kari Scott Senior Programmer kari.sc...@cdw.com<mailto:kari.sc...@cdw.com> CDW 5520 Research Park Drive Madison, WI 53711 Office: 608 298 1223 Fax: 608 288 3007

Re: JMX JVM bug workaround question

2012-03-07 Thread Kari Scott
otal runtime memory when the error occurs. I'll let you know if this reveals anything juicy. _ Kari Scott Senior Programmer kari.sc...@cdw.com<mailto:kari.sc...@cdw.com> CDW 5520 Research Park Drive Madison, WI 53711 Office: 608 298 1223 Fax: 608 288 3007

JMX JVM bug workaround question

2012-03-07 Thread Kari Scott
there an alternative way for retrieving used and committed memory from a JMX MBean? Thank you, -Kari _____ Kari Scott Senior Programmer kari.sc...@cdw.com<mailto:kari.sc...@cdw.com> CDW 5520 Research Park Drive Madison, WI 53711 Office: 608 298 1223 Fax: 608 288 3007

log date formatting

2012-02-28 Thread Kari Scott
Scott Senior Programmer kari.sc...@cdw.com<mailto:kari.sc...@cdw.com> CDW 5520 Research Park Drive Madison, WI 53711 Office: 608 298 1223 Fax: 608 288 3007

capturing total number of active sessions

2012-01-11 Thread Kari Scott
fe to run in a production environment? Thank you, -Kari _ Kari Scott Senior Programmer kari.sc...@cdw.com<mailto:kari.sc...@cdw.com> CDW 5520 Research Park Drive Madison, WI 53711 Office: 608 298 1223 Fax: 608 288 3007

Re: AJP connection timeout setting/Tomcat 6 vs. 7 questions

2011-12-08 Thread Kari Scott
On Dec 6, 2011, at 2:25 PM, André Warnier wrote: > Kari Scott wrote: >> We are running Tomcat 6. 0.32 with jdk1.6.0_26 on Solaris 10, mod_ajp 1.3 >> and Apache 2.2.21 on all but one production server which is the same except >> for it's running Tomcat 7.0.21

AJP connection timeout setting/Tomcat 6 vs. 7 questions

2011-12-06 Thread Kari Scott
lace that we can add to our Tomcat 6 environments that can help us out until we've upgraded everything. Thank you, Kari _____ Kari Scott Senior Programmer kari.sc...@cdw.com<mailto:kari.sc...@cdw.com> CDW 5520 Research Park Drive Madison, WI 53711 Office: 608 298 1223 Fax: 608 288 3007

Re: Disabling RNG initialization

2011-10-14 Thread Scott Van Wart
give that a shot, thanks. For now I just installed randomsound and haveged to improve my entropy pool enough that it only takes a few seconds (and doesn't actually print out a line about how long the RNG took to initialize).

Disabling RNG initialization

2011-10-14 Thread Scott Van Wart
gh I don't remember having this startup delay with version 6). So I decided to just put up with it. But now it's almost half of my startup time. Thanks, Scott - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.

IllegalStateException using CompressionFilter with Tomcat 7.0.21/22

2011-10-03 Thread Kari Scott
ServletFilters but sending buy flushing the response before filters have a chance to modify the response. Jacob _ Kari Scott Senior Programmer kari.sc...@cdw.com<mailto:kari.sc...@cdw.com> CDW 5520 Research Park Drive Madison, WI 53711 Office: 608 298 1223 Fax: 608 288 3007

Re: Issue with outofMemory in Tomcat 6.0.32

2011-09-15 Thread Kari Scott
; > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The company > accepts no liability for any damage caused by any virus transmitted by this > email. > > www.wipro.com __

WebDav Configuration Question

2011-03-12 Thread Scott Dudley
e all html, jsp, js, etc. files are located). Any assistance/direction appreciated. webdav org.apache.catalina.servlets.WebdavServlet debug 0 listings true readonly false webdav /webdav/* WebDav Login Resources /webdav/* tomcat BASIC default tomcat -- Scott Dudley Senior

RE: Tomcat 7 missing Tomcat 6's Context disableURLRewriting Setting?

2011-02-24 Thread Scott Hamilton
Holy smokes that was a quick response! Thanks!!! -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, February 24, 2011 5:47 PM To: Tomcat Users List Subject: Re: Tomcat 7 missing Tomcat 6's Context disableURLRewriting Setting? On 24/02/2011 22:44,

Tomcat 7 missing Tomcat 6's Context disableURLRewriting Setting?

2011-02-24 Thread Scott Hamilton
Is this capability somewhere else, perhaps not needed anymore, or perhaps still on the backlog to be ported up to TC7?

RE: Upgrading from Tomcat 6.0.29 to 7.0.8 - TLD Scanned Location Problem

2011-02-23 Thread Scott Hamilton
anned Location Problem On 23/02/2011 19:13, Scott Hamilton wrote: > Looks like the TldConfig class changed significantly between these versions > such that now TLDs that are under WEB-INF/classes (e.g. > WEB-INF/classes/META-INF) are no longer scanned/processed. > > This is an issue f

Upgrading from Tomcat 6.0.29 to 7.0.8 - TLD Scanned Location Problem

2011-02-23 Thread Scott Hamilton
27;ve looked at this approach) the methods I'd want to override or call in TldConfig are private. :( Any ideas? Thanks in advance, Scott

Re: Tomcat7 APR Connectors Config: Unable to load certificate key conf/key1cert.pem

2010-11-24 Thread Scott Li
> Hi Scott, > > The exception was caused by wrong setting in your original HTTPS connector > settings... > > In Mark's email, you need to put conf/key1cert.pem in SSLCertificateFile > attribute and conf/key1.pem in SSLCertificateKeyFile attribute. > > > 2010/11/24

Re: Tomcat7 APR Connectors Config: Unable to load certificate key conf/key1cert.pem

2010-11-24 Thread Scott Li
010年11月24日 下午5:10,Goo Sam Kong 写道: > Hi Scott, > > My working HTTPS connector using APR settings as below: > > protocol="org.apache.coyote.http11.Http11AprProtocol" > SSLEnabled="true" > maxThreads="150"

Tomcat7 APR Connectors Config: Unable to load certificate key conf/key1cert.pem

2010-11-24 Thread Scott Li
412) at org.apache.coyote.ajp.AjpAprProtocol.init(AjpAprProtocol.java:89) anyone can give me some tips? Thanks & Regards, Scott Li

Re: SSL No Certificate file specified or invalid file format

2010-11-23 Thread Scott Li
u metioned? or send to my email: sc...@222m.net, Thanks! 在 2010年11月24日 上午9:54,Konstantin Kolinko 写道: > 2010/11/24 Scott Li : > > 信息: Loaded APR based Apache Tomcat Native library 1.1.20. > > 010-11-24 9:36:38 org.apache.catalina.core.AprLifecycleListener init > > 信息:

SSL No Certificate file specified or invalid file format

2010-11-23 Thread Scott Li
.apache.catalina.startup.Bootstrap.load(Bootstrap.java:262) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:417) 010-11-24 9:36:38 org.apache.coyote.ajp.AjpAprProtocol init 信息: Initializing Coyote AJP/1.3 on ajp-8009 010-11-24 9:36:38 org.apache.catalina.startup.Catalina load 信息: Initialization processed in 489 ms Thanks & Regards, Scott Li

RE: Apache Tomcat 5.5.0 issue - SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads

2010-08-24 Thread Scott Hamilton
You've got two connectors in that server.xml, and one of them is AJP without any real other configuration parameters. If memory serves the thread limit when not specified for a connector is 200... Can we assume you're using apache as a web server connecting to tomcat? What are you using there - m

RE: Tomcat 6.0.29 - deadlocks when loading shared classes

2010-08-23 Thread Scott Hamilton
Can you also include the dump of the thread that is holding the lock? In other words, what's the other half of the deadlock? -Original Message- From: Milo Meerkat [mailto:milo.meer...@gmx.com] Sent: Monday, August 23, 2010 10:53 AM To: users@tomcat.apache.org Subject: Tomcat 6.0.29 - de

RE: Is there a better way to disable JSESSIONID in the URLs?

2010-08-23 Thread Scott Hamilton
Awesome dude (that you submitted the patch so quick - I've not looked at it in detail yet). Thanks! -Original Message- From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Sent: Monday, August 23, 2010 2:33 PM To: Tomcat Users List Subject: Re: Is there a better way to disable JSESSION

RE: Is there a better way to disable JSESSIONID in the URLs?

2010-08-19 Thread Scott Hamilton
Sorry to pull the thread back to my original problem, but I have one more question here. So far it looks like there's no way to prevent JSESSIONIDs from being injected into URLs that Tomcat might encode unless you implement a servlet filter to override that behavior. My follow-up question is this

RE: Is there a better way to disable JSESSIONID in the URLs?

2010-08-17 Thread Scott Hamilton
will bookmark URLs or worse, copy URLs to email to their co-workers. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, August 17, 2010 6:16 PM To: Tomcat Users List Subject: RE: Is there a better way to disable JSESSIONID in the URLs? > Fro

Is there a better way to disable JSESSIONID in the URLs?

2010-08-17 Thread Scott Hamilton
ould be something the spec should address? Thanks, Scott . The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. This message is privileged and confidential. If the reader of this message is not th

how to add subdomains dynamically, virtual hosts config

2010-03-26 Thread Logan Scott
hello, My current configuration is working perfectly: tomcat 6.0 apache 2.0.55 jk connector virtual hosts My web server has multiple websites, something like this: www.mydom1.com www.mydom2.com www.mydom3.com Now I would like to add the ability to issue subdomains in large numbers, for a

Tomcat 6 NoClassDefFoundError: oracle/jdbc/pool/OracleDataSource

2010-03-04 Thread Logan Scott
like this: What configuration chances may be needed for an upgrade to Tomcat 6? Any suggestions are greatly appreciated. Best regards, Logan Scott

Re: Tomcat 5 vs 6 Context useNaming Behavior

2009-12-04 Thread Scott Dudley
Caldarale, Charles R wrote: From: Scott Dudley [mailto:sc...@telesoft.com] Subject: Tomcat 5 vs 6 Context useNaming Behavior We have a legacy application that's been running on the 5.5.X versions for several years. Under what JVM? And platform? I've tested

Tomcat 5 vs 6 Context useNaming Behavior

2009-12-03 Thread Scott Dudley
We have a legacy application that's been running on the 5.5.X versions for several years. This application manipulates the JNDI context in such a manner that would now be considered "unusual". In a nutshell, it's because the application framework was written concurrent with and prior to dev

Re: configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Scott Dunbar
this just another declaration or would I need another declaration? Also what about forwarding from .net to .com, is it the same thing? Thanks in advance - Josh -- Scott Dunbar Xigole Systems, Inc. Enterprise consulting, development, and hosting 303·667·6343

Re: Any way to filter URL's with a dot in the directory name?

2009-09-24 Thread Scott Dunbar
Thanks Charles for encouraging me dig a bit more into this. Yes, my webapp is the root of a VirtualHost. I've figured out what is going on now. The VirtualHost is very simple: unpackWARs="true"> In the directory /home/scott/sites/host.domain.tld there are *two*

Re: Any way to filter URL's with a dot in the directory name?

2009-09-24 Thread Scott Dunbar
extension, not a directory. Caldarale, Charles R wrote: From: Scott Dunbar [mailto:sc...@xigole.com] Subject: Any way to filter URL's with a dot in the directory name? It appears, based on reading the servlet spec, that /* is not sufficient for this. Why not? /* maps to everyth

Any way to filter URL's with a dot in the directory name?

2009-09-24 Thread Scott Dunbar
I'm trying to write a filter (or use a security-constraint) to eliminate Tomcat serving up files from a directory that starts with a dot - .svn in this case. It appears, based on reading the servlet spec, that /* is not sufficient for this. Indeed, using Tomcat 6.0.18 I've seen that a request

  1   2   3   4   >