Re: Keeping http-8443 threads in check (Apache Tomcat/6.0.29)

2015-07-20 Thread Brad Spry
Konstantin Kolinko, Thank You Very Much for pointing me in the right direction. Brad On Sat, Jul 18, 2015 at 4:23 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-07-17 23:53 GMT+03:00 Brad Spry dbs...@uncc.edu: After ingesting copious amounts of objects into Fedora Commons

Keeping http-8443 threads in check (Apache Tomcat/6.0.29)

2015-07-17 Thread Brad Spry
on the AJP and org.apache.coyote.http11.Http11AprProtocol Connector's, but have observed no change in behavior. I'm writing to ask of anyone has any knowhow or advice for automatically pruning idle Connector's like this? Thank you ahead of time. Sincerely, Brad Spry Atkins Library UNC Charlotte

Re: disable handling of expect:continue

2013-02-12 Thread Brad McEvoy
over the headers from Request1 to Request2 then thats not necessarily a problem, as long as there's some way for the servlet to connect the two requests. Eg if there's some identifier for the TCP connection, for example, that would be sufficient. Thanks, Brad On 13/02/13 03:23, Christopher

Re: disable handling of expect:continue

2013-02-12 Thread Brad McEvoy
On 13/02/13 03:56, Konstantin Kolinko wrote: Certainly not. Have you read the source code, or only that old thread? No, was just looking at the old thread. Its been a while since i dug around in tomcat. The processor is The method that sends acknowledgment is

disable handling of expect:continue

2013-02-11 Thread Brad McEvoy
? Thanks, Brad - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: disable handling of expect:continue

2013-02-11 Thread Brad McEvoy
On 12/02/13 09:53, Mark Thomas wrote: Can anyone suggest a way to disable this feature short of hacking tomcat? You don't want to disable sending 100 Continue responses. Ideally, you want to delay when it is sent until after any authentication (so the 401 goes back to the client before they

Behavior change to JspWriterImpl in 7.0.24

2012-09-21 Thread Brad Root
/bugzilla/show_bug.cgi?id=52328), after which it is no longer being flushed on every write. Thanks, Brad

tomcat redirection

2012-08-06 Thread Finkeldei, Brad
We want to do a redirect based on context of the URL. We don't use apache and For example say https://anydomain.com/orders/* To https://anydomain/mtcepage I know how to do in apache but not tomcat... Thanks, Brad

RE: tomcat redirection

2012-08-06 Thread Finkeldei, Brad
Thanks I am seeing that in a lot of threads I've been researching. Have a good one!! Brad -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Monday, August 06, 2012 11:06 AM To: users@tomcat.apache.org Subject: Re: tomcat redirection On 8/6/2012 9:02 AM

how to do directory listing in tomcat 5.5

2010-03-17 Thread Brad Lajoie
://linux-sxs.org/internet_serving/c581.html http://wso2.org/blog/sumedha/1096 http://www.karakas-online.de/forum/viewtopic.php?t=9784 They're all relatively the same but nothing I do works! Please help!! Thanks, -Brad

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Brad Lajoie
I have stated what I tried, I provided links to numerous sites describing what to do and as I stated, I tried them all. If you opened any of the links you would see exactly what I mean by how I'm supposed to edit the web.xml -Brad On Wed, Mar 17, 2010 at 3:45 AM, Pid p...@pidster.com wrote

bootstrap.jar hangs on startup/shutdown/restart.

2009-06-12 Thread Brad Heller
resource [java] Jun 12, 2009 10:54:30 AM org.apache.catalina.startup.Catalina start [java] INFO: Server startup in 1095 ms Thanks, Brad Heller

Re: bootstrap.jar hangs on startup/shutdown/restart.

2009-06-12 Thread Brad Heller
: From: Brad Heller [mailto:brad.hel...@gmail.com] Subject: bootstrap.jar hangs on startup/shutdown/restart. I was using Tomcat 6.0 but I've moved to Tomcat 5.5 as I was hoping my issue would be resolved be migrating. No, you're just more likely to introduce other problems. Stay on 6.0

Re: HttpServletResponse.sendRedirect() not working?

2009-02-18 Thread Brad Whitaker
of the redirect request was taking place in my servlet even before the original error-causing request had completed. The debugging statements for both requests were intermingled in my log files. Brad Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brad, On 2/17/2009 12

Re: filter debugging or logging?

2009-02-16 Thread Brad Whitaker
this is not my problem. (My problem seems to be that Tomcat 6 is not sending a redirect when I invoke HttpServletResponse.sendRedirect(redirectUrl) but I'll put that in a separate topic.) Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brad, On 2/13/2009 7:34 PM

HttpServletResponse.sendRedirect() not working?

2009-02-16 Thread Brad Whitaker
I'm having a problem with Tomcat 6.0.18 that I don't understand. I'm invoking HttpServletResponse.sendRedirect() but no redirect is being sent to the browser. Is there a valid reason why this might occur, or is this likley a bug in Tomcat? My code has thrown an exception prior to invoking the

Re: HttpServletResponse.sendRedirect() not working?

2009-02-16 Thread Brad Whitaker
the problem? On Mon, Feb 16, 2009 at 5:55 PM, Brad Whitaker dbw...@yahoo.com wrote: I'm having a problem with Tomcat 6.0.18 that I don't understand. I'm invoking HttpServletResponse.sendRedirect() but no redirect is being sent to the browser. Is there a valid reason why this might occur

filter debugging or logging?

2009-02-13 Thread Brad Whitaker
think this would be enough to follow the chains. Thanks, Brad -- View this message in context: http://www.nabble.com/filter-debugging-or-logging--tp22007573p22007573.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Threads

2008-04-03 Thread Harper, Brad
. It turned out to be thread leak; unnecessary threads were being created and the GC wasn't reclaiming their space [and therefore the native thread stack space]. Brad Harper EPSIIA Inc. -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 11:34 AM

Bug 33594: ClassCastException compiling jsp (very infrequently happens)

2008-03-31 Thread Harper, Brad
? [Organizational/operational issues prevent timely migration to Tomcat 5.5.23 at the customer site.] Thanks. Brad Harper [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Tomcat default context

2007-02-19 Thread Gardner, Brad
I am using tomcat 5.5.20 and attempting to set up a default context without placing the context tag inside of the server.xml file. I created the ROOT.xml file under Tomcat Home Dir/conf/engine/host/ and placed this tag into the file: Context docBase=mywebapp/ This resulted in no

RE: Tomcat default context

2007-02-19 Thread Gardner, Brad
of the server.xml file. I thought Tomcat required that. -Original Message- From: Gardner, Brad [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 10:43 AM To: users@tomcat.apache.org Subject: Tomcat default context I am using tomcat 5.5.20 and attempting to set up a default context

Solution suggestion for Invalid direct reference to form login page

2006-09-19 Thread Homer, Brad
my default configuration setting Then, Tomcat would say nope...that's protected - let me send you to the form login - and voila - a happy user. Brad Homer - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

The Jakarta NT Service - The service stops immediately

2006-06-30 Thread McDaniel, Brad
variables and registry settings), but to no avail. Any advice on getting the service stating and keeping it running? Thanks, Brad McDaniel Compensation Systems Analyst [EMAIL PROTECTED] 214-828-7975 Fax: 214-828-7512

RE: The Jakarta NT Service - The service stops immediately

2006-06-30 Thread McDaniel, Brad
Subject: Re: The Jakarta NT Service - The service stops immediately Did you say Tomcat 3.3.1? McDaniel, Brad wrote: Hello all - I am using Callidus TrueComp Viewer 3.2, which comes bundled with Jakarta Tomcat 3.3.1. I have followed all the documentation (to the best of knowledge) to get Jakarta set

RE: The Jakarta NT Service - The service stops immediately

2006-06-30 Thread McDaniel, Brad
. Any thoughts on this? Off to do more searching... -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 1:41 PM To: McDaniel, Brad Cc: Tomcat Users List Subject: Re: The Jakarta NT Service - The service stops immediately Good Afternoon Mr McDaniel

RE: The Jakarta NT Service - The service stops immediately

2006-06-30 Thread McDaniel, Brad
to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. From: McDaniel, Brad [EMAIL PROTECTED] Reply

Start page without redirect

2006-06-18 Thread Brad
Hi All, I have a user who's webpage is all in java. His start page is named Main.do. This is successfully passed on to tomcat via mod_jk using the following directives: IfModule mod_jk.c JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 JkMount /servlets/* ajp13 JkMount /*.do ajp13 JkMount

Re: tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-25 Thread Brad O'Hearne
messages are coming from XML parsing, and the xerces jars are part of the compatibility package. Brad On Feb 24, 2006, at 7:52 PM, Glen Mazza wrote: Brad O'Hearne wrote: This is a real incredible nuisance. It appears that Tomcat is using java.util.logging, so I altered all the log levels

Re: why use mod_jk?

2006-02-24 Thread Brad O'Hearne
explains the configuration of it? Brad Bill Barker wrote: Brad O'Hearne [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] After wasting time trying to configure mod_jk, I thought I'd just wipe my mind free and just play dumb for a moment. If Apache can proxy requests using mod_proxy

Re: why use mod_jk?

2006-02-24 Thread Brad O'Hearne
to mod_proxy_ajp -- does this mean its not available yet, or you just aren't using it yet? While I am glad to learn now of mod_proxy_ajp, I guess this kind of adds to my frustration a bit -- what is the way to go now and why: mod_proxy_ajp or mod_jk? Thanks for your help. Brad -- Jess Holle

Which direction: mod_jk or mod_proxy_ajp? (was: why use mod_jk?)

2006-02-24 Thread Brad O'Hearne
I suppose this question deserved its own thread. Before I spend any more time trying to get this configured, I would like to know what is the best way to proceed: mod_jk or mod_proxy_ajp? Thanks, Brad On Feb 24, 2006, at 7:49 AM, Brad O'Hearne wrote: Jess, Thanks for the reply

Re: why use mod_jk?

2006-02-24 Thread Brad O'Hearne
Question below: On Feb 24, 2006, at 2:05 AM, Bill Barker wrote: Brad O'Hearne [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] mod_proxy_ajp? Yet another twist. Its just hard for me to believe that how do I integrate tomcat and apache httpd? is such a mystery / unknown

Re: Which direction: mod_jk or mod_proxy_ajp? (was: why use mod_jk?)

2006-02-24 Thread Brad O'Hearne
? Is there documentation on this somewhere? Brad On Feb 24, 2006, at 8:07 AM, Fenlason, Josh wrote: That depends if you want to use Apache 2.0.x, Apache 2.2.x, or some other web server (i.e. IIS). If you're planning on using Apache 2.2.x, mod_proxy_ajp is the way to go. For anything else, mod_jk

After adding mod_jk, tomcat won't shutdown cleanly

2006-02-24 Thread Brad O'Hearne
workarounds? Brad: server.xml: Server port=8005 shutdown=SHUTDOWN !-- Comment these entries out to disable JMX MBeans support used for the administration web application -- Listener className=org.apache.catalina.core.AprLifecycleListener / Listener className

default Tomcat 5.5 won't shutdown cleanly (Was: After adding mod_jk, tomcat won't shutdown cleanly)

2006-02-24 Thread Brad O'Hearne
I guess I have to alter my original assertion. Vanilla tomcat 5.5 isn't shutting down cleanly (default server.xml). Are there known causes for this? Anything in particular that I need to check? Brad Brad O'Hearne wrote: Ok, it appears I may have mod_jk running properly. However, now when I

Re: default Tomcat 5.5 won't shutdown cleanly (Was: After adding mod_jk, tomcat won't shutdown cleanly)

2006-02-24 Thread Brad O'Hearne
Vanilla Tomcat (with the jdk1.4 compatibility jars added), and vanilla server.xml. Apache httpd isn't even started yet. I just installed a fresh copy of Tomcat direct from the tar file, and while it starts up, shutdown hangs. Brad Fenlason, Josh wrote: Are you using the native apr

Re: default Tomcat 5.5 won't shutdown cleanly (Was: After adding mod_jk, tomcat won't shutdown cleanly)

2006-02-24 Thread Brad O'Hearne
No worries. /etc/hosts issue. B Brad O'Hearne wrote: Vanilla Tomcat (with the jdk1.4 compatibility jars added), and vanilla server.xml. Apache httpd isn't even started yet. I just installed a fresh copy of Tomcat direct from the tar file, and while it starts up, shutdown hangs. Brad

tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-24 Thread Brad O'Hearne
level messages. It appears that most of the messages are coming from the commons.digester and digester packages. Does this problem lie in Tomcat, or in the web app? How do I filter the LOG level for this information? Thanks! Brad

Re: tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-24 Thread Brad O'Hearne
that this means that I should only be getting INFO level messages, no? Brad Rob Gregory wrote: Please post your log4j.properties file - it sounds like your root logger is too general. Rob -Original Message- From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Sent: 24 February 2006 19:35 To: Tomcat

mod_jk set up, running, no errors in log, but no connections between Tomcat / httpd

2006-02-24 Thread Brad O'Hearne
, where should I be looking next to debug, as I see no errors in the logs? Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Configuring mod_jk, and the notion of webapps

2006-02-23 Thread Brad O'Hearne
requests with a particular prefix to Tomcat, regardless of the web application, and based upon the prefix, tomcat will determine which web application will respond (just as if you were using Tomcat without Apache httpd). Can someone give me a heads up on how to configure this? Thanks! Brad

where can I find server.xml documentation?

2006-02-23 Thread Brad O'Hearne
Where can I find comprehensive documentation on the contents of the server.xml file? Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

The bottomless pit of mod_jk

2006-02-23 Thread Brad O'Hearne
recent version of Tomcat and Httpd? Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

why use mod_jk?

2006-02-23 Thread Brad O'Hearne
I understand is not recommended for Tomcat 5.5? Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configuring mod_jk, and the notion of webapps

2006-02-23 Thread Brad O'Hearne
the lack of documentation surrounding this area of Tomcat. Brad Vanessa Campos wrote: Brad, I found a good how-to that helped me put mod_jk to work. www.howtoforge.com/apache2_tomcat5_mod_jk It's very simple, and it works. --- Brad O'Hearne [EMAIL PROTECTED] escreveu: I have been having

Re: Does mod_jk work with Tomcat 5.5?

2006-02-21 Thread Brad O'Hearne
Francis, That's just it though. The file *is* there, named exactly right, is has the same permissions and is owned by the same owner as all the other modules. Is there something else, perhaps another file, that its looking for? Brad Francis Galiegue wrote: 2006/2/21, Brad O'Hearne [EMAIL

Re: configuring mod_jk with apache / tomcat

2006-02-17 Thread Brad O'Hearne
Bump. Does anyone have any idea on these? I need to get Tomcat configured with apache. Thanks! Brad On Feb 16, 2006, at 8:00 PM, Brad O'Hearne wrote: I am trying to get the Tomcat connector configured to connect tomcat and apache and I have two questions: 1) I downloaded the binary

configuring mod_jk with apache / tomcat

2006-02-16 Thread Brad O'Hearne
of workers.properties should I have? There is no sample in the http/conf or tomcat/conf directory. Thanks, Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Antwort: Re: JAASRealm, Tomcat 5.5 getting HTTP error page 403 Access denied

2005-10-21 Thread Brad O'Hearne
Carsten, This is a confirmed bug -- I've just spent a couple days wrestling with it myself. It is a logged bug and fixed on the trunk. http://issues.apache.org/bugzilla/show_bug.cgi?id=37044 Brad Carsten Schiller wrote: Jukka Uusisalo [EMAIL PROTECTED] wrote on 20.10.2005 17:37:31

Re: JAASRealm, Tomcat 5.5 getting HTTP error page 403 Access denied

2005-10-20 Thread Brad O'Hearne
authentication and single signon is too important for there to be confusion surrounding it. Hopefully next week I'll be able to do this. Brad On Oct 20, 2005, at 8:37 AM, Jukka Uusisalo wrote: Carsten Schiller wrote: Hello! We are trying to implement a login/security environment using Tomcat 5.5's

Tomcat 5.5.12 -- Roles being lost and causing authorization to fail

2005-10-20 Thread Brad O'Hearne
is not finding the role, and authorization is failing, hence the request errors out. The log is below, can anyone help me out with why this is failing? Thanks, Brad 20-10 13:59:06,322 DEBUG (JAASRealm.java:authenticate:393) -JAAS LoginContext created for username brado 20-10 13:59:06,324

Re: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization

2005-10-20 Thread Brad O'Hearne
. B Caldarale, Charles R wrote: From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Subject: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization When this statement executes, principal is not a GenericPrincipal, by merits of the request's getUserPrincipal

Re: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization

2005-10-20 Thread Brad O'Hearne
custom user principal with the roles. Btw, it appears that this was already logged as bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=37044 B On Oct 20, 2005, at 9:25 PM, Caldarale, Charles R wrote: From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Subject: Re: Bug in RealmBase

Re: Is it even possible to retrieve a custom user principal? (Was: Tomcat user principal)

2005-10-18 Thread Brad O'Hearne
not see that I have access to the session in my JAAS login module. If you know of a way to access the session from within a JAAS login module, that is the code I need to see. I should have been more clear about this before. Thanks for your help Mark. Brad On Oct 18, 2005, at 1:30 AM, Mark

Re: Is it even possible to retrieve a custom user principal? (Was: Tomcat user principal)

2005-10-18 Thread Brad O'Hearne
have a couple of responses (and one important question) below. Mark Benussi wrote: Brad, From my understanding of j_security_check (Which I used to use) it integrated seamlessly with JAAS. However: 1) You will not be able to get at the Principal to place in the session if you let Tomcat do

Re: Is it even possible to retrieve a custom user principal? (Was: Tomcat user principal)

2005-10-17 Thread Brad O'Hearne
believe, which is where my user principal is created. If I had my principal in the session, then the default isUserInRole() should work as is, I'll just retrieve my custom user principal out of the session for other custom data. Mark, where can I add my user principal to the session? Brad Mark