Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-12 Thread Sean Brett
In case anyone else has such an issue, it appears that this was all caused by the rt.jar in the webapps WEB-INF/lib directory. I removed that jar for one of the other webapps exhibiting the same issue and it resolved the issue. On 12/01/2018 14:38, "Sean Brett" wrote: >Comments

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-12 Thread Sean Brett
Comments at the bottom. (Spoiler alert: Good news!) On 11/01/2018 22:38, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Sean, > >On 1/11/18 11:58 AM, Sean Brett wrote: >> On 11/01/2018 15:48, "Christopher Schultz"

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-11 Thread Sean Brett
acted discussion. See below for more, inline.) > >On 1/10/18 9:08 AM, Sean Brett wrote: >> I've been tasked with migrating a site from one institution to >> another. As part of the process we are attempting to update the >> versions the site uses. >> >> In

Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-10 Thread Sean Brett
I've been tasked with migrating a site from one institution to another. As part of the process we are attempting to update the versions the site uses. Initially I was asked to use Java 8 with Tomcat 5.5 (on Linux), which led to issues - not to mention Tomcat 5 being 'out of support¹. I have sinc

Re: [Off Topic] Forwarding tomcat logs

2014-03-19 Thread Brett Delle Grazie
te to Syslog (see logback docs: http://logback.qos.ch/documentation.html), just as you would for Log4J. Depending upon the syslog implementation used in CentOS 5.4 you may want to look at alternatives for improved performance / avoidance of dropped messages etc. For example, you could use rsyslog or

Re: tomcat 7 with APR connector on ubuntu

2014-01-16 Thread Brett Delle Grazie
Mubeen, On 16 January 2014 08:53, Mubeen Shah wrote: > Thank you Brett for your comments. > > You're welcome. However as per list convention, please do not top post ( http://tomcat.apache.org/lists.html) > Here is tomcat startup script (/etc/init.d/tomcat7) > > #!/bi

Re: tomcat 7 with APR connector on ubuntu

2014-01-16 Thread Brett Delle Grazie
Christopher, On 16 January 2014 22:28, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Brett, > > On 1/15/14, 7:41 PM, Brett Delle Grazie wrote: > > On 15 January 2014 16:53, Mubeen Shah > > wrote: > > > >> Hello, &

Re: tomcat 7 with APR connector on ubuntu

2014-01-15 Thread Brett Delle Grazie
r. You'll need to use jsvc to start Tomcat and drop privileges. It is simply apache commons daemon and you should use version 1.0.15 or higher, I'm not sure what version is in 12.04 LTS so you may need to compile it. Some documentation is here: http://tomcat.apache.org/tomcat-7.0-doc/setup.html http://commons.apache.org/proper/commons-daemon/jsvc.html There are a couple of other options described here: http://wiki.apache.org/tomcat/HowTo#How_to_run_Tomcat_without_root_privileges.3F But the best one is commons daemon / jsvc. > Regards, > Mubeen > -- Kind regards, Brett

Re: JSVC error

2014-01-02 Thread Brett Delle Grazie
> So, are you sure that the "jsvc" that you're using matches your platform ? > What about "file (path_to)/jsvc" ? what does it say ? > > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > -- Kind regards, Brett Delle Grazie

Re: Apache2 mod_jk segfaults with OS X Mavericks

2013-10-28 Thread Brett Delle Grazie
Please see interleaved. This is off list so you can object to my interference :) Sent from my mobile so please forgive any auto correct errors Kind regards, Brett On 24 Oct 2013 22:55, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > >

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Brett Delle Grazie
lternatives are (1) use Java Mail to mail the user the file, since > mail > > > apps open their attachments; and (2) write iOS and Android apps file > > query > > > and downloading. Neither prospect thrills me. > Is this over HTTPS or standard HTTP? > > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > > > > > -- > "Hell hath no limits, nor is circumscrib'd In one self-place; but where we > are is hell, And where hell is, there must we ever be" --Christopher > Marlowe, *Doctor Faustus* (v, 121-24) > -- Best Regards, Brett Delle Grazie

RE: Tomcat in port 80 and Debian

2013-02-07 Thread Brett Delle Grazie
On 6 Feb 2013 14:06, "Caldarale, Charles R" wrote: > > > From: Brett Delle Grazie [mailto:brett.dellegra...@gmail.com] > > Subject: Re: Tomcat in port 80 and Debian > > > > This topic is mentioned in the FAQ, > > > http://wiki.apache.org/tomcat/HowT

Re: Tomcat in port 80 and Debian

2013-02-06 Thread Brett Delle Grazie
On 5 Feb 2013 10:58, "Konstantin Kolinko" wrote: > > 2013/2/5 Roberto : > > Hi, > > > > I need help with a seemingly trivial question: How to make tomcat use > > port 80. > > > > I have fresh Debian 6.0.6/64 bit install, with Tomcat 6 installed. > > Following some messages, I found in Debian a set

Re: NIO connector issue: SEVERE: Error processing request

2013-01-17 Thread Brett Delle Grazie
on or all set to a fixed specific rate (include switches in this check) I've seen situations where this has caused responses to be terminated prematurely particularly when the response is larger than usual. Brett Kevin > > > -Original Message- > From: Igor Cicimov [mail

catalina.properties on Windows 7 64bit

2013-01-14 Thread Delia, Brett
configure this the same way on Windows and Linux would be greatly appreciated. According to the properties file itself I should be able to do so. Thanks Brett Delia

Re: Tomcat 7 | Tracking the completion of the WAR file deployment

2012-10-29 Thread Brett Delle Grazie
n minimising downtime. > > -- > Anurag Kapur > > Twitter: @anuragkapur <http://www.twitter.com/anuragkapur> > AboutMe: http://www.anuragkapur.com -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: very basic question about apache and tomcat

2012-09-20 Thread Brett Delle Grazie
On 20 September 2012 17:20, Mark Thomas wrote: > "Mead, Jen L" wrote: > >>Hi Chris, >> >>I met you at a PERL conference years and years ago along with a bunch >>of other people you met. Anyways. Exactly what I am trying to do is >>allow folks to use their web browser (I would like to stick with

Re: Setting JVM Parameters in Windows Service for Tomcat7

2012-09-20 Thread Brett Delle Grazie
b you would use: %CATALINA_HOME%/bin/tomcat.exe //US//Tomcat7 --JvmMx=512 > > -- > Mikolaj Rydzewski > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For addit

Re: Best practices for upgrading Tomcat on Windows?

2012-09-20 Thread Brett Delle Grazie
GnuPG with Mozilla - http://www.enigmail.net/ > > iEYEARECAAYFAlBaTi8ACgkQ9CaO5/Lv0PDpaACeNNxBsU4it2CXaxdpNp/5x5n+ > 5KQAnA0l0i07nPgYTUBOkfsa5VF4EWYH > =uuLR > -END PGP SIGNATURE- > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: How to get heap dump of Tomcat running as windows service.

2012-09-14 Thread Brett Delle Grazie
ng to run jmap? These should be the same. > > This too gives the same problem ": Not enough storage is available to > process this command" > > Thanks & Regards, > Aditi > > > On Thu, Sep 13, 2012 at 1:40 PM, Brett Delle Grazie > wrote: >> >>

Re: How to get heap dump of Tomcat running as windows service.

2012-09-13 Thread Brett Delle Grazie
>> running as windows service? > > make some more disk space available, sufficient to permit the heap to be > written to file. > > > p > >> Thanks & Regards, >> >> Aditi >> > > > -- > > [key:62590808] > -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Problem with tomcat and jk module

2012-07-24 Thread Brett Delle Grazie
On 24 Jul 2012 19:59, "André Warnier" wrote: > > Piotr Wąchała wrote: >> >> ok, thanks for advice, but I checked my "front end" enviroment. >> Before connection goes to front end apache, must go to firewall and next to load balancer. >> I remove from this chain load balancer, and it was still the

Re: Forms authentication without cookies in 6.0.33

2012-07-22 Thread Brett Mason
On Fri, Jul 20, 2012 at 7:20 PM, Mark Thomas wrote: > Brett Mason wrote: > >Could someone please clarify if Tomcat supports forms authentication > >without cookies? > > It should. > > > If it is intended to be a supported configuration I'm > >happy

Re: Forms authentication without cookies in 6.0.33

2012-07-22 Thread Brett Mason
On Fri, Jul 20, 2012 at 7:06 PM, Pid * wrote: > On 20 Jul 2012, at 03:38, Brett Mason wrote: > > Could someone please clarify if Tomcat supports forms authentication > > without cookies? If it is intended to be a supported configuration I'm > > happy to submit a bug

Forms authentication without cookies in 6.0.33

2012-07-19 Thread Brett Mason
authentication without cookies? If it is intended to be a supported configuration I'm happy to submit a bug report and can provided a simple standalone test app to reproduce the problem. Thanks, Brett. Environment details: - Windows 7 64-bit, Oracle JVM 1.6.0u32 & 1.7.0u4. - Deb

Re: AJP communication failures

2012-05-30 Thread Brett Delle Grazie
- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Reading a file in tomcathome/conf folder

2011-02-17 Thread Brett Delle Grazie
cides where it should go, not you and you can supply an internal default if you wish. If you're using Spring this is very easily accomplished with their ServletContextPropertyPlaceholderConfigurer class hope this helps -- Best

Re: Tomcat 6 - Multiple JMX Remote Lifecycle Listeners

2011-02-16 Thread Brett Delle Grazie
Hi, On 16 February 2011 11:18, Brett Delle Grazie wrote: > Hi, > > I'm running Tomcat 6.0.23 and Sun Java 1.6.0.22 on RHEL 5.6 x86_64. > > I've currently got one JMX Remote Lifecycle listener configured in server.xml: >         className="org.apache.catalina.

Tomcat 6 - Multiple JMX Remote Lifecycle Listeners

2011-02-16 Thread Brett Delle Grazie
d now like to use. Can I add another listener with different ports (and no useLocalPorts="true") or should I use rmiRegistryPort as the same or should I avoid having two of these listeners at all. Thanks, -- Best Regards,

Re: Nio Connector and self signed SSL certificate giving "No client certificate chain in this request"

2011-02-05 Thread Brett Delle Grazie
licy Files for whatever JVM they are using? > > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.10 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk1Mf2IACgkQ9CaO5/Lv0PBG+QCgmrd5uUAl+yaXjmd8/WknbpJE > WQsAnjj2lr9Swn2RROocNCrb521mk3ZF > =2+Gu > -END PGP SIGNATURE- > -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Monitoring production tomcat

2011-02-03 Thread Brett Delle Grazie
products/tcserver/performance-monitoring-diagnostics (tcserver) That's all I've got right now. > > Many thanks - Adam > -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Optimize CPU Hogging Tomcat 6

2011-02-02 Thread Brett Delle Grazie
Hi, On 2 February 2011 13:21, jan gestre wrote: > Hi Olaf and Brett, > > I already made those changes similar to what is mentioned here --> > http://spiralbound.net/blog/2008/03/17/rhel-system-configuration-changes-for-oracle-10g, > it appears that the changes improved th

Re: Optimize CPU Hogging Tomcat 6

2011-02-02 Thread Brett Delle Grazie
;>> >>> That looks like something you should take care of... >>> >>> Is your webapp opening files (or sockets) and failing to close them?   >>> Running out of fd numbers will normally be fatal, and is almost always due

Re: cannot access welcome page on Windows Server 2003 R2 SP2

2011-02-01 Thread Brett Delle Grazie
Hi, On 1 February 2011 16:50, Philip Anil-QBW348 wrote: > I found, using netstat, that process with pid 4 opened port 80. I killed > the process tree from Task Manager and the system shut down saying it > was a system critical process (DCOM). Might be malware... -- Best Regards, Br

Re: custom class as resource

2011-01-30 Thread Brett Delle Grazie
stener approach for instantiation in a web application. If you go for option (b) you should consider whether simply to use the framework only and drop your factory class (if that's possible). > > thanks > -- Best Regards, Brett ---

Re: Using logback for Tomcat internal logging

2011-01-28 Thread Brett Delle Grazie
ministrator > MDI Biological Laboratory > mcmor...@mdibl.org -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Security question about Multiple instances of Tomcat running as non-admin users on a single box

2011-01-25 Thread Brett Delle Grazie
everything again (separate user accounts, separate instances etc). Both solutions are feasible, it just depends upon: (a) the amount of work you want to do and (b) the experience you have with both operating systems. Good luck. -- Best Re

Re: Security question about Multiple instances of Tomcat running as non-admin users on a single box

2011-01-22 Thread Brett Delle Grazie
cipient you are hereby notified that any dissemination, > distribution, or copying of this communication is strictly prohibited. > > If you have received this transmission in error, please immediately reply to > the sender or telephone (512) 343-9100 and delete this transmission from your > system. > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: RemoteIP valve and multiple X-Forwarded-For headers

2011-01-11 Thread Brett Delle Grazie
;ve manually compiled 6.0.29 with the patch and applied it to our test and then production systems (we couldn't wait for 6.0.30). This works perfectly. Thank you very much to all who helped. -- Best Regards, Brett Delle Grazie - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: RemoteIP valve and multiple X-Forwarded-For headers

2010-12-10 Thread Brett Delle Grazie
On 10 December 2010 13:59, Mark Thomas wrote: > On 10/12/2010 13:54, Konstantin Kolinko wrote: > > 2010/12/10 Brett Delle Grazie : > >> (...) > >> > >> Everything works fine except if the client has an X-Forwarded-For header > >> _already_ in the requ

RemoteIP valve and multiple X-Forwarded-For headers

2010-12-10 Thread Brett Delle Grazie
eader to: e.g. X-Forwarded-For: 192.168.0.4, 224.212.128.2 Or should Tomcat's RemoteIP valve handle this situation? I'm also not sure which situation is 'correct' according to standards anyway... Any ideas? Thanks, -- Best Regards, Brett Delle Grazie

RE: SSL Certificate : Unable to configure Tomcat "server.xml"

2010-10-26 Thread Brett Delle Grazie
Hi Richard, Comments below, Regards, Brett From: Richard da Silva [mailto:roman_s...@yahoo.com] Sent: 26 October 2010 13:30 To: Tomcat Users List; Brett Delle Grazie; crypto@gmail.com Cc: darryl.le...@unsw.edu.au Subject: RE: SSL Certificate : Unable to configure Tomcat

RE: SSL Certificate : Unable to configure Tomcat "server.xml"

2010-10-26 Thread Brett Delle Grazie
option (simpler). The APR solution is supposed to be faster since it uses the native SSL libraries compiled specifically for your system. Best Regards, Brett From: Richard da Silva [mailto:roman_s...@yahoo.com] Sent: 26 October 2010 09:09 To: Tomcat Users List; Brett Delle Grazi

Re: SSL Certificate : Unable to configure Tomcat "server.xml"

2010-10-25 Thread Brett Delle Grazie
ne other minor detail - I think I remember reading something about only using '/' form of slash in Tomcat configs regardless of OS. But can't remember where it was (somewhere in Tomcat docs I think). Regards, Brett On Sun, 2010-10-24 at 23:47 -0700, Richard da Silva wrote: > Hi guy

Tomcat 6.0.29, Manager App, multiple virtual hosts

2010-10-07 Thread Brett Delle Grazie
vhost specific but I thought I'd get confirmation. Thanks, -- Best Regards, Brett Delle Grazie __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs

Re: Connect the same Database from two different web application

2010-09-21 Thread Brett Delle Grazie
t; > org.hibernate.connection.C3P0ConnectionProvider.configure(C3P0ConnectionProvider.java:181) > > ... 22 more > > [/code] > > > > > > Here is my Hibernate.Cfg.xml file: > > > > [code] > > >"-//Hibernate/Hibernate Configuration DTD

Re: Tomcat AJP APR connector to mod_jk can result in SEND_BODY_CHUNK message after END_RESPONSE message, was Re: unusual mod_jk 1.2.30 log messages

2010-09-14 Thread Brett Delle Grazie
On Tue, 2010-09-14 at 07:50 +0200, Mladen Turk wrote: > On 09/14/2010 12:28 AM, Brett Delle Grazie wrote: > >> > >> Detaching AJP streams from the servlet and using them > >> as a OutputStream is not very well handled in Tomcat. > >> I suppose if using APR th

Re: Tomcat AJP APR connector to mod_jk can result in SEND_BODY_CHUNK message after END_RESPONSE message, was Re: unusual mod_jk 1.2.30 log messages

2010-09-13 Thread Brett Delle Grazie
On Mon, 2010-09-13 at 19:41 +0200, Mladen Turk wrote: > On 09/13/2010 07:15 PM, Brett Delle Grazie wrote: > > > > Our problem is that in a servlet that retrieves a file that is then sent > > to the client we are receiving a 'flush' message _after_ the > > END_

Tomcat AJP APR connector to mod_jk can result in SEND_BODY_CHUNK message after END_RESPONSE message, was Re: unusual mod_jk 1.2.30 log messages

2010-09-13 Thread Brett Delle Grazie

Re: unusual mod_jk 1.2.30 log messages

2010-09-09 Thread Brett Delle Grazie
On Thu, 2010-09-09 at 09:18 +0100, Brett Delle Grazie wrote: > On Tue, 2010-09-07 at 08:00 +0100, Brett Delle Grazie wrote: > > On Thu, 2010-09-02 at 18:26 +0200, Rainer Jung wrote: > > > On 02.09.2010 13:39, Brett Delle Grazie wrote: > > > > Hi, > > > >

Re: unusual mod_jk 1.2.30 log messages

2010-09-09 Thread Brett Delle Grazie
On Tue, 2010-09-07 at 08:00 +0100, Brett Delle Grazie wrote: > On Thu, 2010-09-02 at 18:26 +0200, Rainer Jung wrote: > > On 02.09.2010 13:39, Brett Delle Grazie wrote: > > > Hi, > > > > > > We're having some strange errors being reported in the 1.2.30 vers

Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Brett Delle Grazie
On Tue, 2010-09-07 at 17:11 +0200, Rainer Jung wrote: > On 07.09.2010 17:04, Brett Delle Grazie wrote: > > On Tue, 2010-09-07 at 11:15 +0200, Mladen Turk wrote: > >> On 09/07/2010 11:02 AM, Amol Puglia wrote: > >>> Hello Team, > >>> > >>>

Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Brett Delle Grazie
ses the balancer and one (for jk-manager access) which does not, both use sticky sessions - would this cause problems with the balancer code? > > > Regards Thanks -- Best Regards, Brett Delle Grazie __ This email h

Re: unusual mod_jk 1.2.30 log messages

2010-09-07 Thread Brett Delle Grazie
On Thu, 2010-09-02 at 18:26 +0200, Rainer Jung wrote: > On 02.09.2010 13:39, Brett Delle Grazie wrote: > > Hi, > > > > We're having some strange errors being reported in the 1.2.30 version of > > mod_jk. We think they might be related to the performance issues w

Re: unusual mod_jk 1.2.30 log messages

2010-09-02 Thread Brett Delle Grazie
On Thu, 2010-09-02 at 12:39 +0100, Brett Delle Grazie wrote: > Hi, > > We're having some strange errors being reported in the 1.2.30 version of > mod_jk. We think they might be related to the performance issues we're > experiencing under load. > > OS: RHEL 5.5

unusual mod_jk 1.2.30 log messages

2010-09-02 Thread Brett Delle Grazie
u Sep 02 07:23:33.014 2010] [32082:1138403648] [info] jk_handler::mod_jk.c (2611): Aborting connection for worker=balancer The rest of the log continues in the same pattern albeit with higher frequency as the load increases. -- Best Regards, Brett Delle Grazie

RE: Engine Cluster definition and FarmWarDeployer

2010-08-27 Thread Brett Delle Grazie
Hi Pid, That's what I suspected. Thanks for your help. Regards, Brett -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Fri 27/08/2010 15:13 To: Tomcat Users List Subject: Re: Engine Cluster definition and FarmWarDeployer On 27/08/2010 11:40, Brett Delle Grazie

Re: Engine Cluster definition and FarmWarDeployer

2010-08-27 Thread Brett Delle Grazie
On Fri, 2010-08-27 at 10:18 +0100, Pid wrote: > On 27/08/2010 09:41, Brett Delle Grazie wrote: > > Hi, > > > > Tomcat: 6.0.29, binary distribution downloaded from apache.org > > JVM: 1.6.0_21 (Sun, 64-bit). > > OS: Linux RHEL 5.5, fully patched. > > > &g

Engine Cluster definition and FarmWarDeployer

2010-08-27 Thread Brett Delle Grazie
Regards, Brett Delle Grazie __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email __

Re: Tomcat hangs every few hours

2010-08-17 Thread Brett Delle Grazie
sor.java:849) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Thr

Re: mod_jk and tomcat virtual hosts not connecting

2010-07-27 Thread Brett Delle Grazie
Hi Moritz, Try adding: jira.example.com www.jira.example.com To the server.xml inside the Best Regards, Brett -Original Message- From: Moritz Winter [mailto:moritz.a.win...@googlemail.com] Sent: Tuesday, July 27, 2010 7:11 PM To: users@tomcat.apache.org

Re: SSL, mod_proxy_ajp and AJP connectors query

2010-07-23 Thread Brett Delle Grazie
To Christopher and Rainer, Thanks, that resolved the issue completely. Best Regards, Brett On Thu, 2010-07-22 at 17:35 -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brett, > > On 7/22/2010 1:31 PM, Brett Delle Grazie wrote: > &g

SSL, mod_proxy_ajp and AJP connectors query

2010-07-22 Thread Brett Delle Grazie
/examples/ ajp://tomcat:8010/examples/ Any advice appreciated, Thanks, Best Regards, Brett Delle Grazie __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.

RE: Prevent JSP Session

2010-05-19 Thread Brett Birschbach
Always happens...as soon as I ask the question, I figure out the answer. The problem is I am running tags to import some JSPs, and those imported JSPs do not have the <%@ page session="false" %> directive. If I add the directive to those JSPs, I'm golden. -- Brett Bir

Prevent JSP Session

2010-05-19 Thread Brett Birschbach
ut_005fnav_002dadmin_jsp._jspService(layout_005fnav_002dadmin_jsp.java:44) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) Thanks! -- Brett Birschbach HS2 Solutions, Inc brett.birschb...@hs2solutions.com

How does Tomcat handle a slow HTTP DoS?

2009-06-19 Thread Brett
It is described here: http://ha.ckers.org/slowloris/ Basically the attacker invokes thousands of connections, slowly sending header after header until the server has exhausted resources, most likely threads. Can tomcat use nio to process the headers then create a thead and execute the webapp?

jmx notification of WebModule stopping

2009-05-27 Thread Okken,Brett
,host=host), even the WebapClassLoader (*:type=WebappClassLoader,path=/app,host=host), all to no avail. Do any of the MBeans send out notifications, or must I poll to determine if applications are still running? Brett Okken | MMF Archive | Software Architect | 816.201.6112 | www.cerner.com | bok

WebappClassLoader appears to ignore LifecyceListeners

2009-05-27 Thread Okken,Brett
(org.apache.catalina.LifecycleListener) Brett Okken | MMF Archive | Software Architect | 816.201.6112 | www.cerner.com | bok...@cerner.com -- CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are

Re: Solaris jk-1.2.20

2007-01-24 Thread Brett D. Ellis
Figured it might be a joke, but since I'd gotten binaries in the solaris realm as recently as 1.2.19, from http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.19/ I figured I'd ask. Thanks, Brett Christopher Schultz wrote: -BEGIN PGP SIGN

Solaris jk-1.2.20

2007-01-24 Thread Brett D. Ellis
any idea when 1.2.20 will be available in binary format for Solaris? Thanks, Brett - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [