Re: inconsistency with session persistence

2018-10-23 Thread Robert J. Carr
ent with the documentation, so not sure what I'm doing wrong. Thanks- Robert

inconsistency with session persistence

2018-10-23 Thread Robert J. Carr
(long story). Thanks for any help! Robert

RE: RSS Feed for Markmail

2018-10-17 Thread Robert Shipway
Thank you for your help. All fixed now. I recreated from scratch the RSS feed within the browser of Outlook 2016 and it is now working again, but unfortunately have lost the history of the last 6 months of e-mails. -Original Message- From: Robert Shipway Sent: 17 October 2018

RE: RSS Feed for Markmail

2018-10-17 Thread Robert Shipway
): 'Unknown Error 0x800c0019' 'Task 'RSS Feeds' reported error (0x80070026): 'Synchronization to RSS Feed: 'https://tomcat,markmail.org/atom/+list:org.apache.tomcat.users' has failed.' -Original Message- From: Robert Shipway Sent: 17 October 2018 12:18 To: Tomcat Users List Subject: RE: RSS

RE: RSS Feed for Markmail

2018-10-17 Thread Robert Shipway
That is what I have been trying to do the last three days, with no response!! -Original Message- From: Konstantin Kolinko Sent: 17 October 2018 12:15 To: Tomcat Users List Subject: Re: RSS Feed for Markmail ср, 17 окт. 2018 г. в 14:09, Robert Shipway : > > Hello, > > Fo

RE: RSS Feed for Markmail

2018-10-17 Thread Robert Shipway
From: Robert Shipway Sent: 17 October 2018 12:09 To: users@tomcat.apache.org Subject: RSS Feed for Markmail Hello, For the last 6 months, I have been getting the e-mails for Markmail on RSS feed but last Thursday that seem to stop for some reason and I get the following error

RSS Feed for Markmail

2018-10-17 Thread Robert Shipway
inkedin logo) (Robert Shipway)-Image01]<http://panserve.co/> This message (and any associated files) is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential, subject to copyright or constitutes a trade secret. If you are

RE: Using F5 to load balance tomcat servers

2018-07-03 Thread Robert Sulliman
Is there a version difference between those tomcat instances? I recently ran into an issue with our F5's looking for a "200 OK", but after an upgrade it stopped working. In newer versions of Tomcat the optional reason code has been removed. Thanks, Robert Sulliman -Origin

RE: setupenv.sh

2018-04-20 Thread Robert Sulliman
. Thanks, Robert From: Cheltenham, Chris <ccheltenham-...@philasd.org> Sent: Friday, April 20, 2018 6:32 AM To: 'Tomcat Users List' <users@tomcat.apache.org> Subject: setupenv.sh CAUTION: This email is from an external source. Do not click links or open attachments unless you recogniz

Re: capturing response output in filter

2018-01-29 Thread Robert J. Carr
On Mon, Jan 29, 2018 at 9:27 AM, Mark Thomas <ma...@apache.org> wrote: > > On 29/01/18 17:19, Robert J. Carr wrote: > > I have a Filter that uses the output stream from the response of the > > servlet in the chain. In order to do this I create a custom response >

capturing response output in filter

2018-01-29 Thread Robert J. Carr
I have a Filter that uses the output stream from the response of the servlet in the chain. In order to do this I create a custom response wrapper that has a custom servlet output stream. This works fine, but in moving to a newer Java EE API there have been a couple new (abstract) methods added

tomcat version question

2018-01-25 Thread Robert J. Carr
reason why this is omitted? Currently, I have to look up the servlet spec, and then cross reference that with the Java EE to find the appropriate docs. Or am I missing something? Thanks- Robert

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-24 Thread Robert J. Carr
On Tue, Jan 23, 2018 at 1:03 PM, Robert J. Carr <rjc...@gmail.com> wrote: > On Tue, Jan 23, 2018 at 9:54 AM, Konstantin Kolinko < > knst.koli...@gmail.com> wrote: > >> 2018-01-22 11:25 GMT+03:00 Robert J. Carr <rjc...@gmail.com>: >> > Hi Mark, everyon

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-23 Thread Robert J. Carr
On Tue, Jan 23, 2018 at 9:54 AM, Konstantin Kolinko <knst.koli...@gmail.com> wrote: > 2018-01-22 11:25 GMT+03:00 Robert J. Carr <rjc...@gmail.com>: > > Hi Mark, everyone- > > > > I've constructed a sample app of ~5 files. The code is bundled in the > jar &

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-22 Thread Robert J. Carr
Please let me know if you have any questions. Thanks again for the help! Robert (Note: I ripped this code from a larger codebase, so please don't hold me to the strictest coding standards :) ) On Fri, Jan 19, 2018 at 12:37 AM, Robert J. Carr <rjc...@gmail.com> wrote: > > OK, thanks

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-19 Thread Robert J. Carr
OK, thanks Mark, I'll try to come up with a test plan, but I'm seriously pressed for time as this has eaten two full days. Thanks again for the help! On Fri, Jan 19, 2018 at 12:14 AM, Mark Thomas <ma...@apache.org> wrote: > On 18/01/18 22:03, Robert J. Carr wrote: > >

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-19 Thread Robert J. Carr
(significant) changed to login() between tomcat 8.5 and 9 that could be related? Thanks- Robert

roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-18 Thread Robert J. Carr
. Robert

oauth guidance

2018-01-01 Thread Robert J. Carr
eady available. Any suggestions? Thanks! Robert

Re: Configuring DIGEST auth for manager

2017-12-08 Thread Robert J. Carr
the last part of password following "password1234:" in This should also include the iterations. It should be something like: $1$b9c950640e1b3740e98acb93e669c65766f6670dd1609ba91ff41052ba48c6f3 Good luck! Robert On Fri, Dec 8, 2017 at 12:59 AM, Philippe Mouawad < p.moua...@ubik-ing

Re: Is it possible to externally authenticate using OAuth?

2017-12-08 Thread Robert J. Carr
Hi Mark- Thanks for the quick reply and I'll look into Authenticators. Since you suggest 8.5.x, does that mean I was on the right track with JASPIC? Thanks again! Robert On Fri, Dec 8, 2017 at 12:26 AM, Mark Thomas <ma...@apache.org> wrote: > On 08/12/17 07:08, Robert J. C

Is it possible to externally authenticate using OAuth?

2017-12-07 Thread Robert J. Carr
! Robert

Project to help data analysis on thread dumps

2017-06-01 Thread Robert Anderson
Hi, I've started a project that make data analysis on thread dumps easier (at least I hope so :) ). An example of jupyter notebook: https://github.com/ranophoenix/jvmthreadparser/blob/master/Thread%20Analysis.ipynb All suggestions are welcomed. Thanks, Robert

Re: Intercepting WebSocket ping messages

2017-03-31 Thread Robert Lewis
o-8443-exec-10: clearHandler (start) 909703826:1000491596 http-nio-8443-exec-10: clearHandler (end) http-nio-8443-exec-10: onWritePossible (end) http-nio-8443-exec-10: doWrite (end) On Fri, Mar 31, 2017 at 9:01 AM, Mark Thomas <ma...@apache.org> wrote: > On 30/03/17 21:13, Rob

Intercepting WebSocket ping messages

2017-03-30 Thread Robert Lewis
Is there a way to intercept a ping message to send a pong? I need to do this synchronize sends to the endpoint. I tried session.addMessageHandler(new javax.websocket.MessageHandler.Whole() { @Override public void onMessage(PongMessage message) {

Re: Tracking down a Basic.sendBinary() issue

2017-03-30 Thread Robert Lewis
moved out of the sync block to fix a deadlock situation indicates otherwise. Ping on every call fixes the problem for us, and we will be working to move to 8.5 soon anyway. Thanks, -Rob On Thu, Mar 30, 2017 at 1:09 PM, Mark Thomas <ma...@apache.org> wrote: > On 29/03/17 04:04, Robert Lewi

Re: need help with websocket

2017-03-29 Thread Robert Lewis
WSS will work if you enable and configure the HTTPS connector in server.xml. This part of the configuration is not really wss specific and tomcat site contains a bunch of good docs on how to do this. > On Mar 29, 2017, at 4:40 PM, Sharat Jagannath wrote: > > The code on

Re: Tracking down a Basic.sendBinary() issue

2017-03-28 Thread Robert Lewis
r 28, 2017 at 3:46 PM, Mark Thomas <ma...@apache.org> wrote: > On 28/03/17 00:30, Robert Lewis wrote: > > Hi, > > > > I am tracking down a fairly sporadic bug in our software that uses Tomcat > > 8.0.38. Long story short, sometimes calls to Basic.sendBinary() to a

Tracking down a Basic.sendBinary() issue

2017-03-27 Thread Robert Lewis
Hi, I am tracking down a fairly sporadic bug in our software that uses Tomcat 8.0.38. Long story short, sometimes calls to Basic.sendBinary() to a full buffer then to a small buffer (eg. 8192x3 then 444 bytes). The first 8192 sends will succeed and occasionally we see the last 444 byte send

Tracking down a Basic.sendBinary() issue

2017-03-27 Thread Robert Lewis
Hi, I am tracking down a fairly sporadic bug in our software that uses Tomcat 8.0.38. Long story short, sometimes calls to Basic.sendBinary() to a full buffer then to a small buffer (eg. 8192x3 then 444 bytes). The first 8192 sends will succeed and occasionally we see the last 444 byte send

RE: Tomcat - Two Way SSL as Server

2016-11-14 Thread Robert Sulliman
this natively, I haven't actually tested it yet.) Robert Sulliman  -Original Message- From: john.e.gr...@wellsfargo.com [mailto:john.e.gr...@wellsfargo.com] Sent: Monday, November 14, 2016 1:24 PM To: users@tomcat.apache.org Subject: RE: Tomcat - Two Way SSL as Server > -Origi

Tomcat - Two Way SSL as Server

2016-11-14 Thread Robert Sulliman
Hi All, I'm trying to implement two way SSL on a new web service that we are building and I'm having some issues. First some info on the environment. Server version: Apache Tomcat/8.0.36 Server built: Jun 9 2016 13:55:50 UTC Server number: 8.0.36.0 OS Name:Linux OS Version:

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Robert Winch
Mark / Rémy, Thanks again for your responses. I'd like to point out one more thing. Mark stated: > To date, the only problem we have seen with RFC6265 that comes to mind > is that Tomcat rejects domain values with leading '.' when an > application creates a cookie. The problem I am

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Robert Winch
6/09/2016 19:02, Robert Winch wrote: > > Mark, > > > > Thank you for the detailed response. > > > > I'm looking to assess the full impact of applications that might choose > to > > use LegacyCookieProcessor. Can you elaborate on why using >

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Robert Winch
6, 2016 at 12:17 PM, Mark Thomas <ma...@apache.org> wrote: > On 06/09/2016 18:11, Mark Thomas wrote: > > On 06/09/2016 17:38, Robert Winch wrote: > >> Thank you for your response. > >> > >> I don't see how the Tomcat documentation can be fixed unless

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Robert Winch
! Rob On Fri, Sep 2, 2016 at 4:46 PM, Rémy Maucherat <r...@apache.org> wrote: > 2016-09-02 23:19 GMT+02:00 Robert Winch <rwi...@gmail.com>: > > > I realize that I can manually configure LegacyCookieProcessor > > > > Yes, you'll have to configure the legacy co

Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-02 Thread Robert Winch
It appears that Tomcat 8.5.4 does not conform to the Servlet 3.1 specification in regards to the Cookie RFC that should be used. = Servlet 3.1 Specification Tomcat 8.5.4 states it follows the Servlet 3.1 specification [1]. The Servlet 3.1 Cookie class level Javadoc states [2]: > This class

Re: How to disable CSRF checks?

2016-07-28 Thread Robert Alsdorff
On 26.07.2016 12:22, Mark Thomas wrote: On 26/07/2016 11:18, Robert Alsdorff wrote: Hey folks, during some tests I had several 403 Validation of CSRF security token failed errors. Since it's only a testing system I'd like to disable the CSRF checks but I don't find any information on how to do

How to disable CSRF checks?

2016-07-26 Thread Robert Alsdorff
Hey folks, during some tests I had several 403 Validation of CSRF security token failed errors. Since it's only a testing system I'd like to disable the CSRF checks but I don't find any information on how to do that. Has anybody already done that and can help me out?

RE: SSL/TLS and ciphers vulnerability

2016-07-15 Thread Robert Sulliman
for internal scanning with a web front end like SSL Decoder, but this script works well if you are comfortable in Linux. Cheers, Robert Sulliman -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: July 15, 2016 7:49 AM To: Tomcat Users List <us

Issue with redirects

2016-07-07 Thread Robert Sulliman
This is what I have added to my web.xml: registration-portal /* CONFIDENTIAL Thanks! Robert

Re: Direct url access to protected page: /docs*

2016-05-27 Thread Robert Youngblood
quot; < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Robert, > > On 5/27/16 1:16 PM, Robert Youngblood wrote: > > I was recently cited for these pages not being locked down. Is > > there a way to remove or lockdown the

Direct url access to protected page: /docs*

2016-05-27 Thread Robert Youngblood
I was recently cited for these pages not being locked down. Is there a way to remove or lockdown the default pages? Bobby

Re: [Tomcat-JDBC] RemovedAbandoned doesn't trigger JdbcInterceptors

2015-12-18 Thread Robert Anderson
Thanks, Keiichi. 2015-12-18 3:21 GMT-03:00 Keiichi Fujino <kfuj...@apache.org>: > 2015-12-17 22:25 GMT+09:00 Robert Anderson <ranom...@gmail.com>: > > > Hi, > > > > When a connection is closed by "ResetAbandoned" the invoke() method from > &g

[Tomcat-JDBC] ResetAbandoned doesn't trigger JdbcInterceptors

2015-12-17 Thread Robert Anderson
't close to force RemovedAbandonedTimeout } catch (Exception e) {} } } %> Server version: Apache Tomcat/7.0.65 Server built: Oct 9 2015 08:36:58 UTC Server number: 7.0.65.0 OS Name:Linux OS Version: 2.6.18-194.32.1.el5 Architecture: amd64 JVM Version:1.7.0_80-b15 JVM Vendor: Oracle Corporation Thanks in advance. Robert

[Tomcat-JDBC] RemovedAbandoned doesn't trigger JdbcInterceptors

2015-12-17 Thread Robert Anderson
Hi, When a connection is closed by "ResetAbandoned" the invoke() method from JdbcInterceptor is not called. Is it the expected behaviour? -->server.xml --> pool.ExampleInterceptor public class ExampleInterceptor extends JdbcInterceptor { public Object invoke(Object proxy, Method

Re: Errors at INFO level despite "Note: further occurrences of ... errors will be logged at DEBUG level."

2015-09-09 Thread Robert Tupelo-Schneck
> On 2015-08-20, at 06:03, Konstantin Kolinko <knst.koli...@gmail.com> wrote: > 2015-08-19 18:21 GMT+03:00 Robert Tupelo-Schneck <schn...@cnri.reston.va.us>: >> I'm running Tomcat 8.0.24. I see lots of errors in catalina.out with lines >> like >> >>

Re: Errors at INFO level despite Note: further occurrences of ... errors will be logged at DEBUG level.

2015-08-20 Thread Robert Tupelo-Schneck
) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745) I use an HTTP connector with default configuration (which I think for Tomcat 8 means NIO). Robert

Errors at INFO level despite Note: further occurrences of ... errors will be logged at DEBUG level.

2015-08-19 Thread Robert Tupelo-Schneck
. Thanks, Robert - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Robert Jacobs
noticed that Tomcat returns 143 when deploying first webapp (which is the Tomcat docs folder). Is there additional troubleshooting info which we can gather to provide you with some more input? We are lost here. Thanks again! Regards, Robert Op vr 24 jul. 2015 om 21:49 schreef Philippe Anctil

Tomcat8 startup service exit (return value 143)

2015-07-24 Thread Robert Jacobs
/apache-tomcat-8.0.24//temp Command line argument: -Dcommons.daemon.process.id=13312 Command line argument: -Dcommons.daemon.process.parent=13311 Command line argument: -Dcommons.daemon.version=1.0.15-dev Command line argument: abort Any advice would be appreciated. -- With kind regards, Robert

Re: Tomcat8 startup service exit (return value 143)

2015-07-24 Thread Robert Jacobs
On Fri, Jul 24, 2015 at 10:15 AM, Mark Eggers its_toas...@yahoo.com.invalid wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/24/2015 12:59 AM, Robert Jacobs wrote: Hello, We are having problems getting tomcat to work with JSVC on RHEL 7.1 (maipo). We found out that Tomcat

Many Threads in TIMED_WAITING (parking) - [org.apache.tomcat.util.threads.TaskQueue]

2015-07-16 Thread Robert Anderson
in advance. Robert

Re: Many Threads in TIMED_WAITING (parking) - [org.apache.tomcat.util.threads.TaskQueue]

2015-07-16 Thread Robert Anderson
. Thanks. 2015-07-16 13:44 GMT-03:00 Daniel Mikusa dmik...@pivotal.io: On Thu, Jul 16, 2015 at 12:04 PM, Robert Anderson ranom...@gmail.com wrote: Thanks, Dan. This is not a problem. The thread is in the pool waiting for work. It's what you'd normally see on a server that's

Re: Many Threads in TIMED_WAITING (parking) - [org.apache.tomcat.util.threads.TaskQueue]

2015-07-16 Thread Robert Anderson
Hi Mark, How can I disable it? 2015-07-16 13:56 GMT-03:00 Mark Thomas ma...@apache.org: On 16 July 2015 16:37:53 CEST, Robert Anderson ranom...@gmail.com wrote: Hi, Sometimes, in moments of high traffic for our patterns (170 req/sec), we have a lot of threads like that: ajp-apr-8009

Re: Many Threads in TIMED_WAITING (parking) - [org.apache.tomcat.util.threads.TaskQueue]

2015-07-16 Thread Robert Anderson
a firewall in between HTTPD Tomcat? Is there anything that could be breaking the connection? No. Best regards. 2015-07-16 12:44 GMT-03:00 Daniel Mikusa dmik...@pivotal.io: On Thu, Jul 16, 2015 at 10:37 AM, Robert Anderson ranom...@gmail.com wrote: Hi, Sometimes, in moments of high traffic

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2015-05-14 Thread Purvis Robert (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
If you have a file upload that works in Tomcat, but not through Apache and mod-jk going to Tomcat, then it could be a problem with the maximum allowed post size in Apache. Check in the httpd.conf configuration file for Apache, and see what value you have for LimitRequestBody. Se the value to 0

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2015-04-17 Thread Robert Anderson
Issue fixed: https://github.com/psi-probe/psi-probe/commit/9f233d0f0ccb02062f2b094710897b2a551d0ca5 2014-09-04 11:07 GMT-03:00 Robert Anderson ranom...@gmail.com: 2014-09-04 10:57 GMT-03:00 Christopher Schultz ch...@christopherschultz.net: I don't know. You could inspect a Subversion

Re: Slow http denial of service

2015-03-16 Thread Robert Klemme
pick to not discriminate large organizations? Kind regards robert

Re: tomcat-jdbc PoolCleaner deadlock

2015-02-06 Thread Robert Anderson
Hi, After a full week of normal usage, no deadlocks were found. Thank you very much. Robert 2015-01-30 16:38 GMT-03:00 Robert Anderson ranom...@gmail.com: Ok, Filip! Thanks, Robert 2015-01-30 16:31 GMT-03:00 Filip Hanik fi...@hanik.com: Robert, kindly let us know if disabling

tomcat-jdbc PoolCleaner deadlock

2015-01-30 Thread Robert Anderson
Every day we are getting deadlocks like that: Found one Java-level deadlock: = ajp-apr-8009-exec-13 ^ 30/01/2015 - 09:39:58 - DB:DATASOURCE(java:/comp/env/jdbc/cacheapp): waiting to lock monitor 0x1504e6d8 (object 0x00071ba001d0, a

Re: tomcat-jdbc PoolCleaner deadlock

2015-01-30 Thread Robert Anderson
would probably decrease performance). The same problem happens with fairQueue=true. :( 2015-01-30 14:31 GMT-03:00 Christopher Schultz ch...@christopherschultz.net : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 1/30/15 12:19 PM, Robert Anderson wrote: Every day we

Re: tomcat-jdbc PoolCleaner deadlock

2015-01-30 Thread Robert Anderson
Sorry, [1] https://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html 2015-01-30 15:15 GMT-03:00 Robert Anderson ranom...@gmail.com: Filip, however, disabling the pool cleaner it should yield better results. The documention[1] says: This value should not be set under 1 second Isn't

Re: tomcat-jdbc PoolCleaner deadlock

2015-01-30 Thread Robert Anderson
PoolCleaner(this, properties .getTimeBetweenEvictionRunsMillis()); 513 poolCleaner.start(); 514 } //end if 515 } On Fri, Jan 30, 2015 at 12:05 PM, Robert Anderson ranom...@gmail.com wrote: Filip, timeBetweenEvictionRunsMillis=0 does not disable PoolCleaner [1

Re: tomcat-jdbc PoolCleaner deadlock

2015-01-30 Thread Robert Anderson
Filip, however, disabling the pool cleaner it should yield better results. The documention[1] says: This value should not be set under 1 second Isn't true? 2015-01-30 15:07 GMT-03:00 Filip Hanik fi...@hanik.com: Looking at the locks that are involved in the dead lock, it's all in the

Re: tomcat-jdbc PoolCleaner deadlock

2015-01-30 Thread Robert Anderson
:555) at java.util.TimerThread.run(Timer.java:505) Are there any exceptions logged before? There are many exceptions every day (invalid parameters, syntax error, ...) 2015-01-30 14:33 GMT-03:00 Felix Schumacher felix.schumac...@internetallee.de: Am 30.01.2015 um 18:19 schrieb Robert

Re: tomcat-jdbc PoolCleaner deadlock

2015-01-30 Thread Robert Anderson
Ok, Filip! Thanks, Robert 2015-01-30 16:31 GMT-03:00 Filip Hanik fi...@hanik.com: Robert, kindly let us know if disabling the pool cleaner does resolve your dead lock Filip On Fri, Jan 30, 2015 at 12:25 PM, Robert Anderson ranom...@gmail.com wrote: Great, Filip! Returns true

Re: tomcat-jdbc PoolCleaner deadlock

2015-01-30 Thread Robert Anderson
Robert Anderson ranom...@gmail.com: Sorry, [1] https://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html 2015-01-30 15:15 GMT-03:00 Robert Anderson ranom...@gmail.com: Filip, however, disabling the pool cleaner it should yield better results. The documention[1] says: This value should

Does the securePort for Cluster/Channel/Receiver work yet?

2015-01-07 Thread Purvis Robert (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
-secureport ) Has it been implemented yet? I'd like to know if it is possible to have tomcat-to-tomcat traffic encrypted by setting the securePort options on the Receiver object and Interceptor/Member objects. Another way of getting secure traffic, of course, is through ssh tunnels. Robert Purvis

strangeness with MemoryUserDatabase

2014-11-19 Thread Robert J. Carr
Yesterday I asked a question about using tomcat authorization with httpd authentication. Here's the subject: httpd authentication with tomcat authorization. I'm still awaiting a response, but I thought I'd come up with a solution anyway. I've got something working, but wanted to dig a bit

httpd authentication with tomcat authorization

2014-11-18 Thread Robert J. Carr
I have a setup where httpd is doing my (basic) authentication but I need tomcat (6, if it matters) to manage the roles and do the authorization. The link between httpd and tomcat is through the ajp connector and on this connector's config I've added: tomcatAuthentication=false This passes

Setting CacheTTL on Apache Tomcat 8

2014-09-14 Thread Robert Boyle
understood the syntax required here so any help is gratefully received. Environment: Tomcat 8.0.12 Windows 7 / 32bit Robert

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2014-09-04 Thread Robert Anderson
2014-09-04 10:57 GMT-03:00 Christopher Schultz ch...@christopherschultz.net : I don't know. You could inspect a Subversion log between the two. It's no fun, but it will show you what actually changed instead of what was documented to have been changed. It's exactly what I'm doing at this

Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2014-09-03 Thread Robert Anderson
Hi, In a privileged context, a have the following jsp to test a global jndi resource: %@ page session=false import=java.util.*,java.sql.*,javax.naming.*, javax.sql.*,org.apache.commons.dbcp.* contentType=text/html % %! protected void doLookup(JspWriter out) throws ServletException, IOException

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2014-09-03 Thread Robert Anderson
doubt tomcat will go back to pre 6.0.41 days :) Filip On Wed, Sep 3, 2014 at 9:36 AM, Robert Anderson ranom...@gmail.com wrote: Hi, In a privileged context, a have the following jsp to test a global jndi resource: %@ page session=false import=java.util.*,java.sql.*,javax.naming

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2014-09-03 Thread Robert Anderson
AM, Robert Anderson ranom...@gmail.com wrote: Ok! :) Steps to reproduce: 1)Download and unpack 6.0.39 http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.39/bin/apache-tomcat-6.0.39.tar.gz 2) Create a global jndi resouce in server.xml GlobalNamingResources

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2014-09-03 Thread Robert Anderson
; } } } else { resource.setLookedUp(false); } We are suspecting that this fix broke something: https://issues.apache.org/bugzilla/show_bug.cgi?id=56451. 2014-09-03 15:25 GMT-03:00 Filip Hanik fi...@hanik.com: On Wed, Sep 3, 2014 at 11:09 AM, Robert

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2014-09-03 Thread Robert Anderson
This behavior began in versions 6.0.41 and 7.0.54. Before that, everything worked as expected. 2014-09-03 15:33 GMT-03:00 Robert Anderson ranom...@gmail.com: This is the complete code that was working: https://code.google.com/p/psi-probe/source/browse/trunk/core/src/main/java/com/googlecode

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2014-09-03 Thread Robert Anderson
2014-09-03 16:13 GMT-03:00 Daniel Mikusa dmik...@pivotal.io: Do you see this being logged? Yes. Thanks, Felix. We'll analyze this solution.

Re: Global JNDI resources lookup behavior difference between version 6.0.39 and 6.0.41/7.0.55

2014-09-03 Thread Robert Anderson
datasources are working very well in any version of Tomcat. Only the psi-probe cannot find global datasources to show in the datasources.html. Please read the issue: https://code.google.com/p/psi-probe/issues/detail?id=411 Thanks. -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 9/3/14 11:36 AM

WsSessionListener closes WebSocket Session on unprotected endpoint

2014-06-25 Thread Robert Winch
= Description I believe I may be experiencing a bug in Tomcat or simply misinterpreting JSR 356. Any thoughts on how to resolve the issue or if I a bug should be created would be welcome. To reproduce: 1) Authenticate to the application over HTTP. In my instance I am using Spring Security which

Re: Maximum number of JSP ?

2014-05-05 Thread Robert Klemme
our monitoring tool correctly and by increasing the size of the permgen. Did you also try G1 GC? I'd be curios to learn how well that did with your workload and especially how well it manages to keep GC times within given limit via -XX:MaxGCPauseMillis. Kind regards robert -- [guy, jim].each

Re: Maximum number of JSP ?

2014-04-11 Thread Robert Klemme
out of space and an increase is in order. And then of course GC logging or monitoring via jvisualjm and similar tools is also a good idea. Kind regards robert -- [guy, jim].each {|him| remember.him do |as, often| as.you_can - without end} http://blog.rubybestpractices.com

Re: Maximum number of JSP ?

2014-04-11 Thread Robert Klemme
On Fri, Apr 11, 2014 at 5:35 PM, Mikolaj Rydzewski m...@ceti.pl wrote: On 11.04.2014 17:22, Robert Klemme wrote: JSP _is_ a templating mechnism. In what way do you expect another templating mechanism to help here? All the strings (among other stuff) need to be stored somewhere in memory

Re: [OT] HeartBleed bug

2014-04-09 Thread Robert Klemme
anyway. That may be a costly recommendation because one might buy more new and revoke more old certificates than necessary. Cheers robert -- [guy, jim].each {|him| remember.him do |as, often| as.you_can - without end} http://blog.rubybestpractices.com

External entities in web.xml

2014-03-26 Thread Robert Olofsson
Hi! I just started an upgrade of our tomcat, 7.0.47, to 7.0.52 and got into a problem. Tomcat did not want to start our webapp. Looking in the log I see: Mar 26, 2014 2:10:42 PM org.apache.catalina.startup.ContextConfig parseWebXml SEVERE: Parse error in application web.xml file at

Re: Tomcat slow during startup = 7.0.28

2013-11-21 Thread Robert Olofsson
On 11/21/2013 03:17 PM, Mark Thomas wrote: You appear to be complaining about specification mandated behaviour. The scan is required as soon as there is an SCI that declares an interest in a class. As far as I know we do not use any such thing. We do use two ServletContextListener and from the

Tomcat slow during startup = 7.0.28

2013-11-21 Thread Robert Olofsson
Hi! I have tried to upgrade our system to more modern tomcat (from 7.0.28) to 7.0.47 and we also get the slow startup due to annotations processing. In my case it makes tomcat startup go from 1 second to ~8 seconds and for development that is annoying, even if it is not critical for production

Using websocket with Tomcat 7.0.37

2013-04-08 Thread eric . robert . c
Hi all ! I would like to use web socket, and I started looking to do so with tomcat API. I'm currently using Tomcat 7.0.37 on Windows Seven, integrated in Eclipse Juno. I tried to follow the example code from tomcat documentation, and read the associated JavaDoc for package

Re: Using websocket with Tomcat 7.0.37

2013-04-08 Thread eric . robert . c
- Mail original - De: Howard W. Smith, Jr. smithh032...@gmail.com À: Tomcat Users List users@tomcat.apache.org Envoyé: Lundi 8 Avril 2013 14:19:50 Objet: Re: Using websocket with Tomcat 7.0.37 On Mon, Apr 8, 2013 at 7:01 AM, Muralidhar Yaragalla java.yaraga...@gmail.com wrote:

Re: Nessus scan claims vulnerability in Tomcat 6

2013-02-26 Thread Robert Klemme
Hi Mark, thank you for the feedback! On Tue, Feb 26, 2013 at 2:27 AM, Mark Thomas ma...@apache.org wrote: On 25/02/2013 08:42, Robert Klemme wrote: Hi there, I have been confronted with a Nessus scan result which claims vulnerability to exploit TLS CRIME. Plugin 62565 allegedly has found

Re: Nessus scan claims vulnerability in Tomcat 6

2013-02-26 Thread Robert Klemme
On Tue, Feb 26, 2013 at 4:04 PM, Mark Thomas ma...@apache.org wrote: On 26/02/2013 03:09, Robert Klemme wrote: So one solution would be to remove APR lib from the system. Yes, although you will see performance for SSL drop. Yes, of course. That's not important in our case. export

Nessus scan claims vulnerability in Tomcat 6

2013-02-25 Thread Robert Klemme
robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: JVM Crashes

2013-01-31 Thread Robert Anderson
, but I decided to post here because the level of users is very good. :) Thanks, Robert On Thu, Jan 31, 2013 at 9:35 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2013/1/31 Robert Anderson ranom...@gmail.com: Hi, Sometimes the Tomcat's JVM is crashing: # # A fatal error has been

RE: Tomcat tried to execute wine! I am going crazy?

2013-01-22 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
It sounds like you are trying to start one of the tomcat .exe files instead of the Linux shell script. Robert Purvis Senior Technical Specialist Systems and Service Delivery NHS Connecting for Health 01392 206691 robert.pur...@nhs.net http://www.connectingforhealth.nhs.uk NHS Connecting

Re: jvmRoute with multiple AJP Connectors for one Engine

2012-12-21 Thread Robert Anderson
. Robert On Fri, Dec 21, 2012 at 12:55 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 12/20/12 8:39 PM, Robert Anderson wrote: Now, the trick: VirtualHost *:80 ... Include conf.d/mod_jk.mounts ... /VirtualHost

Re: jvmRoute with multiple AJP Connectors for one Engine

2012-12-20 Thread Robert Anderson
/* balancersec Now, the trick: --httpd.conf VirtualHost *:80 ... Include conf.d/mod_jk.mounts ... /VirtualHost VirtualHost *:443 ... Include conf.d/mod_jk_sec.mounts ... /VirtualHost Regards, Robert On Thu, Dec 20, 2012 at 1:59 PM

Re: jvmRoute with multiple AJP Connectors for one Engine

2012-12-19 Thread Robert Anderson
=tomsrv02* worker.tomsrv02sec.lbfactor=1 worker.tomsrv02sec.connection_pool_timeout=20 We use two connectors to apply separate rules (e.g. firewall, monitoring tools) for each one of them. Best regards, Robert On Wed, Dec 19, 2012 at 12:03 AM, Bob Myers b...@nextfort.com wrote: On Dec 18

Re: Data sources definitions are lost in memory

2012-12-14 Thread Robert Anderson
without the intervention of sysadmins :( ). It's a powerfull and bad jar! It makes two tomcats (load balanced) lose all data sources definitions and we need restart them. The strange thing is that most of the time everything works normal. Thanks, Robert On Fri, Dec 14, 2012 at 1:58 PM

Re: Data sources definitions are lost in memory

2012-12-14 Thread Robert Anderson
/fileURLContext.class com/sun/jndi/url/file/fileURLContextFactory.class It's a third party application. Now we need to get in touch with suppliers. Best regards, Robert On Fri, Dec 14, 2012 at 2:33 PM, Robert Anderson ranom...@gmail.com wrote: Hi Christopher, I'm suspecting that some webapp

<    1   2   3   4   5   6   >