Re: 8.0->8.5 migration - digests

2016-08-16 Thread Anthony Biacco
On Mon, Aug 15, 2016 at 11:02 PM, Mark Thomas <ma...@apache.org> 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 > > manag

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.

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

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

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) <a...@ice-sa.com> wrote: > On 13.07.2016 16:34, Anthony Biacco wrote: > >> On Mon, Jul 11, 2016 at 5:39 PM, Wayne Li <wayneli0...@gmail.com> wrote: >> >> Probably the quickest : download these files,

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 :

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.

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 >

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

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

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

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

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

Re: minSpareThreads for AJP connector

2016-05-26 Thread Anthony Biacco
On Thu, May 26, 2016 at 2:19 PM, Anthony Biacco <abia...@handll.com> 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? >

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

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

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

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 >

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

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