Re: Servlet Deployment Issues

2023-01-13 Thread Anthony Dell'Anno
webapps directory. Do you, or does anybody else have sny servlet book suggestions? Amazon only had this and one other that was even older. Sent from Yahoo Mail for iPhone On Friday, January 13, 2023, 8:23 AM, Christopher Schultz wrote: Anthony, On 1/12/23 18:18, Anthony Dell'Anno wrote: &

Servlet Deployment Issues

2023-01-12 Thread Anthony Dell'Anno
web.xml URL pattern is /HelloWorld_Two. In both instances, I receive HTTPError 404 messages when attempting to run either of them. Can anybody help me? Thank you, Anthony  Sent from Yahoo Mail for iPhone

Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-10 Thread Anthony Dell'Anno
ity can help me solve this so that I can continue learning servlets. I'm working on building my own software  company. Any help is appreciated. Thank you very much, Anthony Dell'Anno HelloWorldServlet webapps.HelloMotherFuckerServlet

RE: Class loader takes long time after server inactivity - Tomcat Version 9.0.10

2020-01-14 Thread Rhuberg,Anthony
If it helps for reference Here is our singleton... import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.transform.TransformerFactory; import javax.xml.xpath.XPathFactory; import javax.xml.xpath.XPathFactoryConfigurationException; /** * This class provides a set of methods to obt

RE: Class loader takes long time after server inactivity - Tomcat Version 9.0.10

2020-01-14 Thread Rhuberg,Anthony
Hi, We have experienced similar behavior. I have posted previously about this issue so forgive me if I repeat myself here. Some background first based on our recent experiences. We noticed an increase in CPU usage and disk I/O after we migrated from Tomcat 7.0.55 to Tomcat 9.0.19. What changed

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-12-03 Thread Rhuberg,Anthony
Hi, -Original Message- From: Mark Thomas Sent: Thursday, October 10, 2019 3:54 AM To: users@tomcat.apache.org Subject: Re: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib On 09/10/2019 22:58, Rhuberg,Anthony wrote

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-11 Thread Rhuberg,Anthony
, > -Original Message- > From: Rhuberg,Anthony > Sent: Thursday, October 10, 2019 5:22 PM > To: Tomcat Users List > Subject: RE: Performance test with Tomcat 9 shows increased cpu/disk > usage because of repeated opening/closing of jars in WEB-INF/lib > > We are still inv

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-10 Thread Rhuberg,Anthony
9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib On 09/10/2019 22:58, Rhuberg,Anthony wrote: > StandardRoot.gc() unconditionally closes the web application jars in Tomcat > 9... every 10s by default or configurable by ch

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-09 Thread Rhuberg,Anthony
repeated opening/closing of jars in WEB-INF/lib Hi Anthony Have you turned debug logging on to see what it is picking up as modified? On Wed, 09 Oct 2019, 22:24 Rhuberg,Anthony, wrote: > Thanks for your responses. > > I understand that re-reading the static files is not optimal, but h

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-09 Thread Rhuberg,Anthony
: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib On 09/10/2019 21:03, Rhuberg,Anthony wrote: > This seems to alleviate the issue... in context.xml (sc-test#sc.xml) > swallowOutput="true" backgroundProcessorDelay=&q

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-09 Thread Rhuberg,Anthony
, 2019 3:56 PM To: users@tomcat.apache.org Subject: Re: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib On 09/10/2019 20:08, Rhuberg,Anthony wrote: > On the other thread: Is this genuine class loading (in which case

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-09 Thread Rhuberg,Anthony
ClassLoader.jarsRemoved", resources.getContext().getName())); return true; } // No classes have been modified return false; } -Original Message- From: Rhuberg,Anthony Sent: Wednesday, October 09, 2019 3:08 PM To: Tomcat Users

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-09 Thread Rhuberg,Anthony
does read resources from the jar files - mostly static files that are stored within the package structure are read (for example: log4j, property files, other static content). Would this affect the reload of the jar files? -Original Message- From: Rhuberg,Anthony Sent: Wednesday, October 09

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-09 Thread Rhuberg,Anthony
jars open longer by default. This could be helpful - not sure we need to close them at all. Alternatively, would there be any gain to 'explode' the jars into class files on the filesystem? -Original Message- From: Rhuberg,Anthony Sent: Wednesday, October 09, 2019 2:17 PM

Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-09 Thread Rhuberg,Anthony
Background: In the last few months we migrated our web application from Tomcat 7.0.55 to Tomcat 9.0.19 (26). That transition was relatively straightforward until we reviewed the results of our performance tests. Those tests showed an increase in CPU usage and disk I/O on our Windows 2012 server.

Tomcat Binary Connector

2018-09-21 Thread anthony berglas
exist or do we need to write it ourselves? Tomcat itself is a fixed requirement for the container architecture. Just having a process listening on a port is not considered to be enterprisy enough. Thanks, Anthony -- Dr Anthony Berglas, anth...@berglas.org Mobile: +61 4 4838 8874 Just

java.net.SocketTimeoutException downloading large files from tomcat

2018-01-30 Thread Anthony Shaya
Hello, I'm using tomcat 8.5.15 and spring 4.3.3 framework for our server application (hosted on centos 6 machines). I have noticed we get the below exception (java.net.SocketTimeoutException) when people are downloading files from our server that are over 500 mb (many of the files are around a

Max Sessions Across whole Server

2017-05-24 Thread Anthony, Clark R [US] (MS)
Hello, I'm currently using Tomcat 8.5.14. I'd like to be able to limit the number of active sessions across the entire Tomcat server. I saw the "maxActiveSessions" value in the Manager configuration component, but that appears to be required to be nested inside a Context object. So that would se

Re: 8.0->8.5 migration - digests

2016-08-16 Thread Anthony Biacco
On Mon, Aug 15, 2016 at 11:02 PM, Mark Thomas wrote: > On 16/08/2016 04:08, Anthony Biacco wrote: > > Just started testing a migration from 8.0 to 8.5. > > I'm was using digested passwords with digest="sha-512" in my realm for > > manager and i noticed i

8.0->8.5 migration - digests

2016-08-15 Thread Anthony Biacco
Just started testing a migration from 8.0 to 8.5. I'm was using digested passwords with digest="sha-512" in my realm for manager and i noticed in the migration doc that it said the digest property was removed. Took me a little while to figure out that this was replaced with the CredentialHandler. M

Re: question on Java / Tomcat / GC

2016-07-14 Thread Anthony Biacco
On Thu, Jul 14, 2016 at 11:41 AM, André Warnier (tomcat) wrote: > Hi Java GC gurus. > > I am coming for a bit of expert advice, not for a problem. > > At some customer site, some applications appear to react somewhat slowly > sometimes, although these are not very heavy applications, and traffic

Re: Apache server as forward and reverse proxy

2016-07-14 Thread Anthony Biacco
On Thu, Jul 14, 2016 at 3:21 AM, Mohanavelu Subramanian wrote: > Hi All, > > I know this group is for tomcat related queries. > I have some query related to apache server, if someone have an idea about > this, I request you to please share. > > You should ask your questions on the apache users ma

Re: [OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-14 Thread Anthony Biacco
On Wed, Jul 13, 2016 at 8:44 AM, André Warnier (tomcat) wrote: > On 13.07.2016 16:34, Anthony Biacco wrote: > >> On Mon, Jul 11, 2016 at 5:39 PM, Wayne Li wrote: >> >> Probably the quickest : download these files, install them on your >>>> >>>

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-13 Thread Anthony Biacco
On Mon, Jul 11, 2016 at 5:39 PM, Wayne Li wrote: > > Probably the quickest : download these files, install them on your > server, and change the above links. > Like : create a sub-directory "/js" of your webapp, and install them there. > Then change the above links to : href="js/jquery.mobile-1.4

Re: Runtime Cloning of DataSource for Different DB?

2016-06-27 Thread Anthony Biacco
On Sun, Jun 26, 2016 at 11:07 PM, Jerry Malcolm wrote: > > On 6/26/2016 8:27 PM, David Kerber wrote: > >> On 6/26/2016 1:32 AM, Jerry Malcolm wrote: >> >>> I have a webapp that runs on a single host. It has one primary >>> database. But it has many secondary databases. There is one >>> seconda

Re: Fail secure state

2016-06-24 Thread Anthony Biacco
On Fri, Jun 24, 2016 at 7:36 AM, Jason Ricles wrote: > Yes, which has security modules and settings which may fail to be > loaded or might be unloaded from tomcat if the computer fails to start > up or shut down correctly. In that case, how does tomcat handle that > failure? > Furthermore, what

Re: mod JK ho to rout all content to tomcat except for a few static folders

2016-06-20 Thread Anthony Biacco
On Mon, Jun 20, 2016 at 9:14 AM, Campbell, Lance wrote: > These are the versions of software I have to use. I cannot install other > software: > > > > Apache 2.2.15 > > mod_jk 1.2.41 > > Tomcat 8.0.36 > > > > Issue: > > We are looking at having a domain where all content will get routed to > To

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

2016-06-10 Thread Anthony Biacco
On Fri, Jun 10, 2016 at 11:04 AM, Scott Derrick wrote: > > I'm not sure why those flags were set to true? I removed them and the copy > is gone! thanks. > I can only imagine some sort of alcohol-induced admining? ;) > > I'm running on linux and understand that the locking has no effect anyway.

Re: Tomcat application folder created in /tmp?

2016-06-08 Thread Anthony Biacco
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 one of my apps using the tomcat manager app, it unpaks the > .war file into > > ../webapp/appName > > and > > /tmp/0-appName > > The files look identical in both folders e

Re: mod_jk resubmitting request to Tomcat

2016-06-04 Thread Anthony Biacco
On Sat, Jun 4, 2016 at 12:00 PM, Jerry Malcolm wrote: > I am calling a JSP to start a fairly long-running process in Tomcat. I'm > not using the page response data. The JSP is simply a way to initiate the > process. The JSP simply returns "OK" or "RC=". However, mod_jk gets > impatient, and af

Re: minSpareThreads for AJP connector

2016-06-03 Thread Anthony Biacco
On Tue, May 31, 2016 at 11:44 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Anthony, > > On 5/27/16 3:54 PM, Anthony Biacco wrote: > > On Fri, May 27, 2016 at 7:34 AM, Christopher Schultz <

Re: minSpareThreads for AJP connector

2016-05-31 Thread Anthony Biacco
On Tue, May 31, 2016 at 11:44 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Anthony, > > On 5/27/16 3:54 PM, Anthony Biacco wrote: > > On Fri, May 27, 2016 at 7:34 AM, Christopher Schultz <

Re: minSpareThreads for AJP connector

2016-05-27 Thread Anthony Biacco
On Fri, May 27, 2016 at 7:34 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Tony, > > On 5/26/16 4:22 PM, Anthony Biacco wrote: > > On Thu, May 26, 2016 at 2:19 PM, Anthony Biacco > > wrot

Re: minSpareThreads for AJP connector

2016-05-26 Thread Anthony Biacco
On Thu, May 26, 2016 at 2:19 PM, Anthony Biacco wrote: > I have this property set under 8.0.35, but it only hits the value I set > when i make that many requests. > Should it not allocate threads of the value I set on startup? > > btw, i'm using org.apache.coyote.ajp.AjpNioProtocol -Tony

minSpareThreads for AJP connector

2016-05-26 Thread Anthony Biacco
I have this property set under 8.0.35, but it only hits the value I set when i make that many requests. Should it not allocate threads of the value I set on startup? Thanks, -Tony

Re: Linux Logging Rotate

2016-05-22 Thread Anthony Biacco
On Thu, May 19, 2016 at 11:47 PM, Yuval Schwartz wrote: > Thanks Christopher, that's informative. > I've decided to just manually move (via ftp) the dated files off the server > and just clear Catalina.out (like your link says, the only unique output it > includes is system.out/err). > > Eventual

Re: Auto-bounce a host or webapp?

2016-05-10 Thread Anthony Biacco
On Fri, May 6, 2016 at 11:05 AM, Jerry Malcolm wrote: > My web apps are very large. Typically I only need to refresh a jar file > or two. If I went to the WAR approach, I'd have to be uploading several > hundred MB for each web app every time even if only a small jar actually > was being replac

Re: Tomcat Files and Tools

2016-04-14 Thread Anthony Biacco
On Thu, Apr 14, 2016 at 8:48 AM, King Kenneth wrote: > All, > > I have a few questions listed below please provided insight. > > Where do I find the tomcat-user.xml file? > > Where do I find the logging properties for Tomcat? > > Where is the java security manager, is this component installed by

Re: Monitoring Tomcat

2016-04-12 Thread Anthony Biacco
On Sat, Apr 2, 2016 at 4:47 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > What regular expression did you try? > > How about this one: > > ^OK.*=\s*([0-9.]+)$ > > -chris > sorry it took so long, i've been in dynamodb hell. that worked as the -r and -R grazie! -Tony > > ---

Re: Monitoring Tomcat

2016-03-31 Thread Anthony Biacco
On Wed, Mar 30, 2016 at 5:23 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Anthony, > > On 3/30/16 6:08 PM, Anthony Biacco wrote: > > On Wed, Mar 30, 2016 at 9:13 AM, Christopher Schultz < > > ch...@christopherschultz.net> wrote: > >

Re: Monitoring Tomcat

2016-03-30 Thread Anthony Biacco
On Wed, Mar 30, 2016 at 9:13 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Edwin, > > > For my money, I wouldn't enable JMX because, for monitoring, JMX is a > heavy-handed protocol: you either have to maintain a persistent > c

Re: Cluster session replication issue: servlet hang on restart only under load

2016-03-28 Thread Anthony Sturchio
, -Anthony On 3/25/2016 10:28 AM, Anthony Sturchio wrote: Thanks for the response. I apologize if I'm using the incorrect terminology here, as this is one of the smaller "hats" that I wear at work. Basically, coldfusion runs on top of a (possibly customized) tomcat backend. Each i

Re: Cluster session replication issue: servlet hang on restart only under load

2016-03-25 Thread Anthony Sturchio
Thank you David, but this is happening on service restart, not operating system restart. But, yes, you can modify startup scripts to happen in sequence, or add a sleep delay. Thank you, -Anthony On 3/25/2016 10:11 AM, David kerber wrote: On 3/25/2016 9:41 AM, Anthony Sturchio wrote: Hello

Re: Cluster session replication issue: servlet hang on restart only under load

2016-03-25 Thread Anthony Sturchio
ng served via apache httpd and mod_jk and AJP/1.3. Thank you, -Anthony On 3/25/2016 10:09 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anthony, On 3/25/16 9:41 AM, Anthony Sturchio wrote: We recently updated our Coldfusion 10 server to update 18, which moved us up t

Cluster session replication issue: servlet hang on restart only under load

2016-03-25 Thread Anthony Sturchio
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1564) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) -- Thank you, -Anthony

Re: 8.0.30 500 error - redirect

2015-12-17 Thread Anthony Biacco
On Thu, Dec 17, 2015 at 1:53 PM, Mark Thomas wrote: > It looks like something isn't quite right in the AJP processing path. It > appears to be expecting a '/' to be inserted somewhere. That looks like > a bug. > > Not sure why things didn't work when you set them at the app level. They > should h

8.0.30 500 error - redirect

2015-12-17 Thread Anthony Biacco
Background: I run a jruby app under tomcat 8.0.29 in a context, namely /db. I run Apache 2.4.17 in front of it, proxying my url to tomcat using mod_proxy_balancer/ajp. For asthetics, i rewrite / for my URL (e.g. https://dashboard.domain.com) to the tomcat context uri /db, and then ProxyPass/ProxyPa

SSL acceleration

2014-11-04 Thread Anthony Bonafide
would be greatly appreciated. Thank you, Anthony Bonafide

RE: Tomcat Start script not starting from init.d or rc.local

2014-10-30 Thread Anthony Bungeroth
nal commands, e-mail: users-h...@tomcat.apache.org Anthony Bungeroth Systems Engineer p: 347-762-5863 (347-76 BLUME) f: 419-831-5614 e: anth...@blumetech.com Our Blog<http://blogs.blumetech.com/> [blumetech] <http://www.blumetech.com> <http://ww

Tomcat Start script not starting from init.d or rc.local

2014-10-29 Thread Anthony Bungeroth
f you don't # want to do the full Sys V style init stuff. su tomcat /opt/tomcat/bin/startup.sh This is a total rookie issue I am surebut just in case you might be able to help with an easy enough fix, I would greatly appreciate it. I don't even know where to look for error logs t

Re: jasper production config parameters

2012-10-12 Thread Anthony J. Biacco
That'd what I expected, I just didn't see the parameters in mbeans. Thanks much. -Tony Sent from my HTC - Reply message - From: "Caldarale, Charles R" To: "Tomcat Users List" Subject: jasper production config parameters Date: Fri, Oct 12, 2012 11:43 am

jasper production config parameters

2012-10-12 Thread Anthony J. Biacco
I would like to make the changes to my jasper config per http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html#Production_Con figuration I'm currently running 7.0.27 My question is, am I required to do this in $CATALINA_BASE/conf/web.xml or can I make the change in ${webapp.path}/WEB-INF/web.x

Re: How to check whether a SSL certificate has been correctly installed

2012-10-09 Thread Tom Anthony
Great information Christopher, thank you for your help. -- View this message in context: http://tomcat.10.n6.nabble.com/How-to-check-whether-a-SSL-certificate-has-been-correctly-installed-tp4987669p4987692.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

RE: How to check whether a SSL certificate has been correctly installed

2012-10-09 Thread Tom Anthony
Thank you so much, I wanted to double check. -- View this message in context: http://tomcat.10.n6.nabble.com/How-to-check-whether-a-SSL-certificate-has-been-correctly-installed-tp4987669p4987690.html Sent from the Tomcat - User mailing list archive at Nabble.com. -

How to check whether a SSL certificate has been correctly installed

2012-10-08 Thread Tom Anthony
Hi, I just installed a third party certificate on Tomcat and was wondering whether there was a way to check with confidence that the ceritiftcae has been installed correctly on the server and that all communications between client and server are encrypted. Thanks for your help. -- View this me

Re: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Tom Anthony
Hi Chris, On the server side there is no error, I can even see the system.outs I put in the server class (skeleton). Thanks very much for your help! -- View this message in context: http://tomcat.10.n6.nabble.com/org-apache-axis2-AxisFault-was-class-java-net-ConnectException-Connection-refuse

GlobalSign certificates install on Tomcat 7

2012-09-05 Thread Tom Anthony
Hi, I would like to install globalsign certificates on my tomcat server. I am running Tomcat 7 on linux. I did the following: (on the server) 1) received 4 files from globalsign: * globalsign.root.pem * globalsign.intermediate.pem * abccompany.secure * abccompany.pem 2) created a chai

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-31 Thread Anthony J. Biacco
Thanks for the fix btw -Tony -Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Tuesday, May 29, 2012 11:39 AM To: users@tomcat.apache.org Subject: Re: jk 1.2.36 throwing 503/sendfull/cping errors On 05/29/2012 07:28 PM, Anthony J. Biacco wrote: > Trunk works. >

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-29 Thread Anthony J. Biacco
Trunk works. -Tony --- Manager, IT Operations Format Dynamics, Inc. P: 303-228-7327 F: 303-228-7305 abia...@formatdynamics.com http://www.formatdynamics.com > -Original Message- > From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] > Sent: Tuesda

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-29 Thread Anthony J. Biacco
t: Sunday, May 27, 2012 10:27 PM > To: users@tomcat.apache.org > Subject: Re: jk 1.2.36 throwing 503/sendfull/cping errors > > On 05/27/2012 05:27 PM, Anthony J. Biacco wrote: > > Yeah, I can do that, thanks much. > > > > Cool. > In between can you check the code

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-27 Thread Anthony J. Biacco
Yeah, I can do that, thanks much. -Tony -Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Saturday, May 26, 2012 2:35 AM To: users@tomcat.apache.org Subject: Re: jk 1.2.36 throwing 503/sendfull/cping errors On 05/25/2012 08:11 PM, Anthony J. Biacco wrote: > G

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-25 Thread Anthony J. Biacco
ime. So it's somewhere in between or right in jk_lb_worker.c -Tony --- Manager, IT Operations Format Dynamics, Inc. P: 303-228-7327 F: 303-228-7305 abia...@formatdynamics.com http://www.formatdynamics.com > -----Original Message- > From: Anthony J. Biacco [mailt

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-25 Thread Anthony J. Biacco
> > What if you remove the jkstatus worker? > worker.list=app-03,loadbalancer app-03: works loadbalancer: does NOT work (503) worker.list=loadbalancer,app-03 app-03: does NOT work (503) loadbalancer: works > What if you put jkstatus at the end of the list? > worker.list=app-03,loadbalancer,j

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-25 Thread Anthony J. Biacco
> > > I'm sure that once we had 'must not be in worker.list', > > but someone changed that to 'should' inside > > http://tomcat.apache.org/connectors-doc/reference/workers.html > > (see balance_workers directive) > > > > > > Probably needs to be changed back, or a strong warning added. > And t

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-25 Thread Anthony J. Biacco
> On 05/24/2012 09:40 PM, Anthony J. Biacco wrote: > > > > > > I'm still puzzled as to why this behavior just changed between .35 and > > .36 > > > > OK, but if you follow the recommended configuration > by making sure that workers which are members

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-24 Thread Anthony J. Biacco
> > You have the worker app-03 referenced both as a worker in its own right, > and as a balanced > worker. Isn't this a bit strange ? > Normally, if it is accessed via the balancer, you do not list it in workers.list. I have it in the list because sometimes I reference a specific worker in the

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-24 Thread Anthony J. Biacco
> > 1.2.32 and 1.2.35 work fine. > > > > [Wed May 23 15:56:32 2012] [32504:1138178368] [debug] > > jk_open_socket::jk_connect.c (609): trying to connect socket 22 to > > 0.0.0.0:0 > > Connecting to 0.0.0.0:0 ? > Yeah, I balked at that too. > > [Wed May 23 15:56:32 2012] [32504:1138178368] [debu

RE: jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-23 Thread Anthony J. Biacco
> > Centos 5.8, x86_64, apache 2.2.22, java 1.6.0_32, tomcat 7.0.27, apr > 1.4.6 (also happens on another machine with apache 2.2.21 and java > 1.6.0_29, rest of the versions are the same) > FWIW I also tried the following combos with the same effects: tomcat 7.0.25/jni 1.1.22/apr 1.4.5 tomcat

jk 1.2.36 throwing 503/sendfull/cping errors

2012-05-23 Thread Anthony J. Biacco
Centos 5.8, x86_64, apache 2.2.22, java 1.6.0_32, tomcat 7.0.27, apr 1.4.6 (also happens on another machine with apache 2.2.21 and java 1.6.0_29, rest of the versions are the same) Connecting apache to tomcat ajp, same machine. Once I upgraded to 1.2.36 I started receiving 503 errors when trying t

SSLProtocol with TLSv1+SSLv3 or SSLv3+TLSv1 does not work APR based Apache Tomcat Native 1.1.20 or 1.1.22

2012-02-21 Thread Mark Anthony
Referring to http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/sslcontext.c?r1=1149279&view=log there something thats broke that does not support TLSv1+SSLv3. Tomcat Version 6.0.35 APR Details : INFO: Loaded APR based Apache Tomcat Native library 1.1.22. Feb 19, 2012 1

RE: EXTERNAL: Re: install of Tomcat 6.0.33

2011-10-10 Thread Palmer, Anthony
- Hash: SHA1 Anthony, On 10/10/2011 3:00 PM, Palmer, Anthony wrote: > [...] most of the problems found tell us the same thing of how to > fix them which is to go to the next upgrade/update of Apache. So, you should upgrade to the latest version of Apache Tomcat (note that "Apache" i

Re: install of Tomcat 6.0.33

2011-10-10 Thread Palmer, Anthony
The vendor has released an update to address the issue: http://tomcat.apache.org/security-7.html Anthony Palmer Business Information Solutions ETL Data Warehouse Analyst LM Aeronautics IS&t - Marietta Phone: 770-494-1031 Email: anthony.pal...@lmco.com<mailto:anthony.pal...@lmco.com>

RE: EXTERNAL: Re: install of Tomcat 6.0.33

2011-10-10 Thread Palmer, Anthony
lmer, Anthony wrote: > Hello, I am looking for documentation on doing a patch install. There is no documentation since the ASF does not release patches. Each release of Apache Tomcat is a full release. There is no mechanism to patch an older release to a newer one. There are some really ugly hac

install of Tomcat 6.0.33

2011-10-10 Thread Palmer, Anthony
Hello, I am looking for documentation on doing a patch install. I am really new to doing this type of work so I could really use some help on how to do this. I am currently running JIRA 4.2.2 which apache was bundled with and was told that this update was needed. Since there is no .exe file run

delegatingresultset for tomcat-jdbc?

2011-09-08 Thread Anthony J. Biacco
So I'm trying to switch from commons-dbcp to tomcat-jdbc, tomcat 7.0.21. I have a webapp that uses DelegatingResultSet from org.apache.commons.dbcp.DelegatingResultSet Is there a comparable way of doing this in tomcat-jdbc? Or should I just use a regular ResultSet? Thanks, -Tony -

RE: thread name in extended access log valve

2011-07-20 Thread Anthony J. Biacco
abia...@formatdynamics.com http://www.formatdynamics.com > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Wednesday, July 20, 2011 3:38 PM > To: users@tomcat.apache.org > Subject: Re: thread name in extended access log valve > > On 20.07.201

thread name in extended access log valve

2011-07-20 Thread Anthony J. Biacco
I was using AccessLogValve in Tomcat 7 and am now starting to play with ExtendedAccessLogValve, but can't find an equivalent to AccessLogValve's %I identifier. Is there one? Thanks, -Tony --- Manager, IT Operations Format Dynamics, Inc. P: 303-228-7327 F: 303-228-7305 abia

RE: tomcat and apache log entry correlation with mod_jk

2011-04-05 Thread Anthony J. Biacco
apache_host:unique_id Thanks, -Tony > -Original Message- > From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] > Sent: Tuesday, April 05, 2011 1:55 PM > To: Tomcat Users List > Subject: RE: tomcat and apache log entry correlation with mod_jk > > Nothing yet, was in resea

RE: tomcat and apache log entry correlation with mod_jk

2011-04-05 Thread Anthony J. Biacco
and apache log entry correlation with mod_jk > > -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Anthony, > > On 4/5/2011 2:21 PM, Anthony J. Biacco wrote: > > I'm using apache 2.0.17, tomcat 6.0.28 (and soon tomcat 7) with mod_jk > > 1.2.28 on CentOS 5.5

tomcat and apache log entry correlation with mod_jk

2011-04-05 Thread Anthony J. Biacco
I'm using apache 2.0.17, tomcat 6.0.28 (and soon tomcat 7) with mod_jk 1.2.28 on CentOS 5.5 I'd like to put a unique identifier in the tomcat request log and the apache request log so that I can match up log entries between the two. Is there any way to do this with mod_jk, maybe with JkEnvVar? And

RE: 7.0.4 problem

2010-11-17 Thread Anthony J. Biacco
I can confirm my thread issue is fixed in trunk (Revision 1036249) using defaults. -Tony --- Manager, IT Operations Format Dynamics, Inc. P: 303-228-7327 F: 303-228-7305 abia...@formatdynamics.com http://www.formatdynamics.com > -Original Message- > From: A

RE: Using mod_jk in cluster environment responds HTTP 500

2010-11-16 Thread Anthony J. Biacco
> > > > > worker.list=loadbal_hub_prod,jkstatus,hub0,hub1 > > > > This is wrong. If the workers are already balanced (by the loadbal_hub_prod > balancer), > then they should not be separately listed in worker.list. > Correct : > worker.list=loadbal_hub_prod,jkstatus > Well, assuming he doesn't

RE: 7.0.4 problem

2010-11-14 Thread Anthony J. Biacco
rom: Mark Thomas [mailto:ma...@apache.org] > Sent: Saturday, November 13, 2010 5:27 AM > To: Tomcat Users List > Subject: Re: 7.0.4 problem > > On 13/11/2010 00:30, Anthony J. Biacco wrote: > > > > Centos 5.5 Linux x64 > > Mysql connector j 5.1.13 > > Tomcat 7.0.4

7.0.4 problem

2010-11-12 Thread Anthony J. Biacco
Centos 5.5 Linux x64 Mysql connector j 5.1.13 Tomcat 7.0.4 w/apr ajp Mysql cluster 7.1.3 Jdk 1.6.0_21 x64 Anybody aware of any problems with this combination? Using jmeter to load test my servlet, i see mysql threads held up indefinately until i get a 'Too many connections' error from mysql. Aj

RE: Absence of isapi_redirect log file

2010-11-08 Thread Anthony Tuffour
(1026297) Is there anything that might have caused that error I should be aware of? Thank you. Anthony -Original Message- From: George Sexton [mailto:geor...@mhsoftware.com] Sent: 08 November 2010 15:00 To: 'Tomcat Users List' Subject: RE: Absence of isapi_redirect log file Ev

RE: HTTP Error 403 - Forbidden: Access is denied - IIS6 & Tomcat 6.0 Connector

2010-11-08 Thread Anthony Tuffour
will not work. Have you got your ISAPI Redirector working and for how long? How stable is it? I need to get it working again badly. My application was suppose to go live this evening and for some unknown reason is crashed on me. Thanks. Anthony -Original Message- From: Nick Beare

HTTP Error 403 - Forbidden: Access is denied - IIS6 & Tomcat 6.0 Connector

2010-11-08 Thread Anthony Tuffour
the ISAPI redirector is loaded and the green arrow is pointing upwards and priority is high. Accessing the same URL from port 8080 displays the page without any problems. Is there anything that needs to get back to normal and searched and tried everything in the book without success. Any help will be

RE: Tomcat Warning about existing attribute for Host

2010-09-07 Thread Anthony J. Biacco
I think those flags are only valid in the Context blocks now. -Tony -Original Message- From: Mohammad M. AbuZer Sent: Tuesday, September 07, 2010 6:53 PM To: Tomcat Users List Subject: Tomcat Warning about existing attribute for Host I'm using tomcat 7.0.2 BETA -- Forwarded m

buffersize in tomcat 7

2010-09-06 Thread Anthony J. Biacco
Ok, got another simple question. I don't see bufferSize listed in the tomcat 7 docs under the http/ajp connector..is it still supported? Didn't see it deprecated in the changelog. Thanks, -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@format

RE: nio ajp connector status

2010-09-06 Thread Anthony J. Biacco
tember 06, 2010 1:18 AM > To: Tomcat Users List > Subject: Re: nio ajp connector status > > On 06/09/2010 03:34, Anthony J. Biacco wrote: > > Anybody know if there's any plans to make this connector > > production-ready in the near future for 6.x/7.x? > > Also, wha

nio ajp connector status

2010-09-05 Thread Anthony J. Biacco
Anybody know if there's any plans to make this connector production-ready in the near future for 6.x/7.x? Also, what the current major problems/gotchas are for it and the circumstances where it may be beneficial vs. APR AJP? Thanks much, -Tony --- Manager, IT Operations Fo

Re: CGIServlet followed by a Filter that modifies the response

2010-07-25 Thread Anthony Brew
> I had hoped to use a CGIServlet to do some stuff for me and then modify the > response on the fly on the way back with a > > like this: > > > mod > com.util.web.PageFilter > > > > mod > cgi > > > cgi > > org.apache.catalina.servlets.CG

RE: APR Question

2010-03-22 Thread Anthony J. Biacco
This kind of tomcat log message would tell you it's running: Mar 18, 2010 3:01:16 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.19. The Tomcat 6.0.26 branch is considered stable. -Tony --- Manager, IT Operati

RE: APR Question

2010-03-19 Thread Anthony J. Biacco
How did you configure apr, i.e. what's your configure line? Are you mixing 32-bit with 64-bit between your libraries and JVM? -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com > -Original M

RE: mod_jk 1.2.30 error problem after upgrade

2010-03-18 Thread Anthony J. Biacco
> > However notice that there is 5 minutes gap between the actual data > has been read from the client and send to the tomcat. > By that time tomcat already closed the connection (30 seconds in > server.xml) and then > any request to send the data fails. Actually all sockets shut down. > > > So

RE: mod_jk 1.2.30 error problem after upgrade

2010-03-17 Thread Anthony J. Biacco
upgrade > > On 03/17/2010 07:15 PM, Anthony J. Biacco wrote: > >> > >> On 03/16/2010 10:07 PM, Anthony J. Biacco wrote: > >>> > >>> The errors are: > >>> [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152): > >> sending

RE: mod_jk 1.2.30 error problem after upgrade

2010-03-17 Thread Anthony J. Biacco
> > On 03/16/2010 10:07 PM, Anthony J. Biacco wrote: > > > > The errors are: > > [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152): > sending > > to ajp13 pos=4 len=4 max=8192 > > [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152):

mod_jk 1.2.30 error problem after upgrade

2010-03-16 Thread Anthony J. Biacco
System: x86_64/CentOS 5.4/Apache 2.2.14/Tomcat 6.0.20 Problem: I just upgraded from mod_jk 1.2.28 to 1.2.30. I have 4 apache servers JKing to 4 tomcat servers in load balanced worker. Both apache and tomcat are on the same servers. After upgrading, I have started to see mod_jk reporting connection

RE: DB connection error -Tomcat 6 config

2010-03-04 Thread Anthony J. Biacco
If you're still getting the error: "Could not create resource factory instance [Root exception is java.lang.InstantiationException : org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory" Make sure you have tomcat-dbcp.jar in your tomcat/lib. The .dbcp.dbcp. factory comes from that jar (versus j

RE: DB connection error -Tomcat 6 config

2010-03-02 Thread Anthony J. Biacco
We're using the 11.2.0.1 oracle jar with the seperate commons-dbcp 1.4 without any problems or modifications. This is with 6.0.24 and 6.0.20 under 1.6.0_18 on centos 5. -Tony Sent from my Windows® phone. -Original Message- From: Mark Shifman Sent: Tuesday, March 02, 2010 6:08 PM To

  1   2   3   >