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 wrote: > 2015-07-17 23:53 GMT+03:00 Brad Spry : >> After ingesting copious amounts of objects into Fedora Commons, the >> system returns t

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

2015-07-17 Thread Brad Spry
ble [0x7fb6aa5a7000] "http-8443-1" daemon prio=10 tid=0x4226f800 nid=0x5ee2 runnable [0x7fb6aa9ab000] I've experimented with placing connectionTimeout="2" on the AJP and org.apache.coyote.http11.Http11AprProtocol 's, but have observed no change in

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 o.a.catalina.connector.Response.se

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

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

disable handling of expect:continue

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

Behavior change to JspWriterImpl in 7.0.24

2012-09-21 Thread Brad Root
change in 7.0.24 was an optimization to OutputBuffer ( https://issues.apache.org/bugzilla/show_bug.cgi?id=52328), after which it is no longer being flushed on every write. 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:

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: 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 wrote: > On 17/03

how to do directory listing in tomcat 5.5

2010-03-16 Thread Brad Lajoie
t-5.5-doc/default-servlet.html http://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: bootstrap.jar hangs on startup/shutdown/restart.

2009-06-12 Thread Brad Heller
nisys.com> wrote: > > 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, y

bootstrap.jar hangs on startup/shutdown/restart.

2009-06-12 Thread Brad Heller
Jun 12, 2009 10:54:30 AM org.apache.catalina.storeconfig.StoreLoader load [java] INFO: Find registry server-registry.xml at classpath 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: HttpServletResponse.sendRedirect() not working?

2009-02-18 Thread Brad Whitaker
f 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 > >

Re: HttpServletResponse.sendRedirect() not working?

2009-02-16 Thread Brad Whitaker
Qiao Jin wrote: > > What's after the sendRedirect() call in your code? And what's in the > final? > Can you post a simple code sample that would demonstrate the problem? > > On Mon, Feb 16, 2009 at 5:55 PM, Brad Whitaker wrote: > >> >> I'm having a

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 red

Re: filter debugging or logging?

2009-02-16 Thread Brad Whitaker
ot 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, >

filter debugging or logging?

2009-02-13 Thread Brad Whitaker
ith the name of the filter). I 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 mail

RE: Threads

2008-04-03 Thread Harper, Brad
route. 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] > Se

Bug 33594: ClassCastException compiling jsp (very infrequently happens)

2008-03-31 Thread Harper, Brad
olution, or even a work-around? [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 unsubsc

RE: Tomcat default context

2007-02-19 Thread Gardner, Brad
outside 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

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 /conf/// and placed this tag into the file: This resulted in no change, and the default tomcat page still appears when I

Solution suggestion for Invalid direct reference to form login page

2006-09-19 Thread Homer, Brad
ot of the domain per 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 t

RE: The Jakarta NT Service - The service stops immediately

2006-06-30 Thread McDaniel, Brad
ents relates 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,

RE: The Jakarta NT Service - The service stops immediately

2006-06-30 Thread McDaniel, Brad
tartup.bat. 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 M

RE: The Jakarta NT Service - The service stops immediately

2006-06-30 Thread McDaniel, Brad
Users List 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 knowle

The Jakarta NT Service - The service stops immediately

2006-06-30 Thread McDaniel, Brad
nged the environment 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

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: JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 JkMount /servlets/* ajp13 JkMount /*.do ajp13 JkMount /*.mc ajp13 JkMount

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

2006-02-25 Thread Brad O'Hearne
the DEBUG 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 th

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

2006-02-24 Thread Brad O'Hearne
Does anyone know how and where to shut these off? I now have the Tomcat logging.properties file and my log4j.properties file set, and they appear to be having no effect at all. Help! Thanks.... Brad Brad O'Hearne wrote: Here is my log4j.properties file: log4j.rootLogger=INFO, R log4j.

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]

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

2006-02-24 Thread Brad O'Hearne
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: T

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

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 nativ

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,

After adding mod_jk, tomcat won't shutdown cleanly

2006-02-24 Thread Brad O'Hearne
workarounds? Brad: server.xml: className="org.apache.catalina.mbeans.ServerLifecycleListener" /> className="org.apache.catalina.mbeans.GlobalResourcesLifecycleList ener" /> className="org.apache.catalina.storeconfig.StoreConfigLifecycleLis tener"/

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

2006-02-24 Thread Brad O'Hearne
otocol? 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

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

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

Re: why use mod_jk?

2006-02-24 Thread Brad O'Hearne
bit faster. You say you are "looking forward 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_prox

Re: why use mod_jk?

2006-02-24 Thread Brad O'Hearne
urce which 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.

Re: Configuring mod_jk, and the notion of "webapps"

2006-02-23 Thread Brad O'Hearne
nderscores 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]> es

why use mod_jk?

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

Tomcat documentation

2006-02-23 Thread Brad O'Hearne
Suppose I wanted to completely rewrite (or write) 100% of the Tomcat documentation. Other than reading source code, are there any other resources (design docs, diagrams, etc.) available to use as reference or is this information just held inside the heads of developers? Brad

The bottomless pit of mod_jk

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

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]

Configuring mod_jk, and the notion of "webapps"

2006-02-23 Thread Brad O'Hearne
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 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

Does mod_jk work with Tomcat 5.5?

2006-02-21 Thread Brad O'Hearne
-worker.so into server: /etc/httpd/modules/jakarta-tomcat-connectors-jk-1.2 .14-linux-sles9-x86_64-worker.so: cannot open shared object file: No such file o r directory Any ideas? Does mod_jk work with Tomcat 5.5? Thanks Brad

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 b

configuring mod_jk with apache / tomcat

2006-02-16 Thread Brad O'Hearne
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.200

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 Real

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

2005-10-20 Thread Brad O'Hearne
principal, and broke role authorization. Alasa regression test that escaped... :-) B On Oct 20, 2005, at 9:09 PM, Caldarale, Charles R wrote: From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Subject: Re: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role author

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

2005-10-20 Thread Brad O'Hearne
f the code. 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'

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

2005-10-20 Thread Brad O'Hearne
bug, but it is certainly a bug, and it breaks authorization. Please let me know what the options are for getting this bug fixed, as it prevents container managed security in Tomcat using JAAS. Thanks, Brad - To unsubscribe,

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

2005-10-20 Thread Brad O'Hearne
my subject, Tomcat's RealmBase 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 use

Tomcat 5.5.12 common/lib jars and classpath

2005-10-20 Thread Brad O'Hearne
placing jars into any of the directories governed by Tomcat's classloader hierarchy, but rather that I ought to place all jars on the classpath? Help! I need to get to the bottom of this problem! Brad - To unsubscribe,

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

2005-10-20 Thread Brad O'Hearne
m up on a website. JAAS 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 en

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

2005-10-18 Thread Brad O'Hearne
s well. I 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 Tom

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

2005-10-18 Thread Brad O'Hearne
sing the boat, but I do 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 1

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

2005-10-17 Thread Brad O'Hearne
have access to the session, I don't 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

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

2005-10-17 Thread Brad O'Hearne
f the answer to #1 is yes, how is this done? Does anyone have a working code snippet that demonstrates this? Thanks, I'm about to head to the developer list to ask this question, as its pretty crucial for our security implementation. Brad Brad O'Hearne wrote: Response below: We

Re: Tomcat user principal

2005-10-17 Thread Brad O'Hearne
Response below: Wendy Smoak wrote: From: "Brad O'Hearne" <[EMAIL PROTECTED]> I would have expected that designation of the user class name would have resulted in my being returned the class I specified for the user class name from the requestion.getUserPrincpal() m

Re: Tomcat user principal

2005-10-15 Thread Brad O'Hearne
need to get back my own custom principal, (i.e. the com.redbarnsoftware.web.security.UserPrincipal listed in the realm config), or at least have a way to get to it. Surely there's got to be a way to do this. Any thoughts? Brad Wendy Smoak wrote: From: "Brad O'Hearne" <[EMAIL

Tomcat user principal

2005-10-15 Thread Brad O'Hearne
anyone know how to do this in Tomcat? Thanks, Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]