Re: [tomcat-users] Re: getting web application version string?

2020-08-17 Thread Michael Osipov
Am 2020-08-17 um 17:57 schrieb Jason Pyeron: -Original Message- From: Michael Osipov Sent: Sunday, August 16, 2020 1:27 PM Am 2020-08-16 um 18:16 schrieb Jason Pyeron: Is there a better way than this? Specifically - detect running Tomcat, then if under Tomcat (today only interested

RE: [tomcat-users] Re: getting web application version string?

2020-08-17 Thread Jason Pyeron
> -Original Message- > From: Michael Osipov > Sent: Sunday, August 16, 2020 1:27 PM > > Am 2020-08-16 um 18:16 schrieb Jason Pyeron: > > Is there a better way than this? > > > > Specifically - detect running Tomcat, then if under Tomcat (today only > > interested in v7 and v9) > obtain

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
:14 AM To: Tomcat Users List Cc: 'RUBIN, JACOB' ; lsrv...@list.att.com; Vasudev Wadhawan Subject: RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5 HI Jason, Below are the details for the Tomcat 6 version, that we used before, Server version: Apache

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Lavitesh Verma
3 PM To: 'Tomcat Users List' Cc: 'RUBIN, JACOB' ; lsrv...@list.att.com; Vasudev Wadhawan Subject: RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5 What I see here is that there is a bit of custom code that is "causing&qu

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
: Monday, June 15, 2020 9:29 AM To: Jason Pyeron ; 'Tomcat Users List' Cc: 'RUBIN, JACOB' ; lsrv...@list.att.com; Vasudev Wadhawan Subject: RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5 Hi Jason, We have updated the xercesImpl from version 2.6.2 to 2.12.0

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Lavitesh Verma
ject: RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5 Sounds like you have added Jars to the old environment that are not in the new environment. What is the offending code that causes the error? What were your customizations against the 6.0.35 environ

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
Sounds like you have added Jars to the old environment that are not in the new environment. What is the offending code that causes the error? What were your customizations against the 6.0.35 environment? Is the Woodstox StAX jar in the web application or Tomcat lib directory? Where

RE: [tomcat-users] Password encryption in Tomcat 8.5.35

2019-09-15 Thread Jason Pyeron
While there is no real value in doing so - you can provide your own datasource factory class. This class should extend the provided datasource, and would use a "method" to decrypt the password field. Keep in mind as you have described, the decryption mechanism(s) would be just as available to

Re: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason, On 6/16/16 2:45 PM, Jason Pyeron wrote: >> -Original Message- From: Mark Thomas Sent: Thursday, June >> 16, 2016 14:39 To: Tomcat Users List Subject: [tomcat-users] Re: >> SSLVerifyClient="optionalNoCA" stops working in tomcat

RE: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Jason Pyeron
> -Original Message- > From: Mark Thomas > Sent: Thursday, June 16, 2016 14:39 > To: Tomcat Users List > Subject: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" > stops working in tomcat 8.0.32? > > On 16/06/2016 11:29, Florian Kleedorfer wrote: > > Hi! > > > > There was no response

RE: [tomcat-users] How to force Tomcat to use the system clock?

2015-03-06 Thread Jason Pyeron
-Original Message- From: Salisbury, Richard W DLA CTR INFORMATION OPERATIONS Sent: Friday, March 06, 2015 16:29 Greetings, We have found a need to stop and start Tomcat once in a while to allow How long is a while? Tomcat to connect via HTTPS with some other servers. We think

RE: [tomcat-users] DISA compliance tomcat 7.0.53

2014-07-10 Thread Jason Pyeron
-Original Message- From: Jason Ricles Sent: Thursday, July 10, 2014 15:28 Where can I find a checklist so that I may make my tomcat server DISA compliant? I think the term you are looking for is STIG compliant. Please let us know more about the context, can you view the IASE

RE: Tomcat users

2012-12-08 Thread Caldarale, Charles R
From: Raf Roger [mailto:raf.n...@gmail.com] Subject: Fwd: Tomcat users Where can i find a very good documentation or tutorial/video about users and roles for tomcat 7.x ? Step 1: read the servlet spec: http://download.oracle.com/otndocs/jcp/servlet-3.0-fr-eval-oth-JSpec/ with emphasis on

Re: Tomcat users

2012-12-08 Thread Pid *
On 8 Dec 2012, at 11:00, Raf Roger raf.n...@gmail.com wrote: Hi, Where can i find a very good documentation or tutorial/video about users and roles for tomcat 7.x ? i'm new and i must say i'm a little bit confused :( thx -- Alain

Re: [tomcat users] Length Encoding

2012-07-11 Thread Mark Thomas
On 11/07/2012 19:41, Salvatore Lionetti wrote: Hi to all, I'm using Tomcat 7.0.28, a simple doGet() synchronous customization of HttpServlet, responding with a 'push' multipart. This response is generated by tomcat server and my webapp: does in yours opinion looks like correct? Yes.

Re: [tomcat users] Length Encoding

2012-07-11 Thread Salvatore Lionetti
Thanks for the quick response, i'm reading the rfc, although multipart/x-mixed-replace is 'experimental' and then not mentioned in the spec. Anyway, for the opposite case (multipart request), i've found: http://java.net/jira/browse/JERSEY-488 'sandoz' suggest as workaround to avoid chunck

Re: Tomcat Users Meetup: London 30th April

2009-04-29 Thread S Arvind
Come to india , lot lot of us here using tomcat .!!! -Arvind s * Many of lifes failure are people who did not realize how close they were to success when they gave up. -Thomas Edison * On Wed, Apr 29, 2009 at 5:58 PM, Pid p...@pidster.com wrote: Not a great deal of enthusiasm so far, so I'm

Re: Tomcat Users Meetup: London 30th April

2009-04-29 Thread Mark Thomas
Pid wrote: Not a great deal of enthusiasm so far, so I'm reposting this to see if it prompts any additional interest. Failing that, I'm up for a couple of light refreshing jars of pop if anyone else is interested in an informal game of The Hunting of the Chuck. Prizes may include a bar of

Re: Tomcat Users Meetup: London 30th April

2009-04-29 Thread Pid
Mark Thomas wrote: Pid wrote: Not a great deal of enthusiasm so far, so I'm reposting this to see if it prompts any additional interest. Failing that, I'm up for a couple of light refreshing jars of pop if anyone else is interested in an informal game of The Hunting of the Chuck. Prizes

Re: Tomcat users meetup in London

2009-04-25 Thread Mark Thomas
Caldarale, Charles R wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat users meetup in London So, how does the Thursday or Friday evening next week suite folks? Either should be ok for us. Friday daytime is tentatively set for the British Museum, with a friend

Re: Tomcat users meetup in London

2009-04-25 Thread Leon Rosenberg
I hope you guys plan to visit munich or any other germany city soon :-) Leon On Sat, Apr 25, 2009 at 11:01 PM, Mark Thomas ma...@apache.org wrote: Caldarale, Charles R wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat users meetup in London So, how does the Thursday

RE: Tomcat users meetup in London

2009-04-25 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat users meetup in London Thursday is better for me, so lets say Thursday. I'll let someone else pick the time and place. Anywhere accessible by Tube or bus is fine by me. We did make it to London, now recovering from the jet lag

RE: Tomcat users meetup in London

2009-04-23 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Tomcat users meetup in London Just trying to gauge interest at this point. How many folks would be interested in some form of meetup in London, UK? If it were next week, I'd be up for it - putting faces on names would be enlightening. I

Re: Tomcat users meetup in London

2009-04-23 Thread Mikolaj Rydzewski
Mark Thomas wrote: Just trying to gauge interest at this point. How many folks would be interested in some form of meetup in London, UK? If so, what would you want to do? Discuss something, have a presentation on something, hack up some code to do something, just have a few beers, something

RE: Tomcat users meetup in London

2009-04-23 Thread Edward Bicker
I am up for fish 'n' chips at duggy's -Original Message- From: Caldarale, Charles R chuck.caldar...@unisys.com Sent: Apr 23, 2009 9:17 AM To: Tomcat Users List users@tomcat.apache.org Subject: RE: Tomcat users meetup in London From: Mark Thomas [mailto:ma...@apache.org] Subject

Re: Tomcat users meetup in London

2009-04-23 Thread Pid
Mark Thomas wrote: Just trying to gauge interest at this point. How many folks would be interested in some form of meetup in London, UK? If so, what would you want to do? Discuss something, have a presentation on something, hack up some code to do something, just have a few beers, something

RE: Tomcat users meetup in London

2009-04-23 Thread Caldarale, Charles R
From: Edward Bicker [mailto:g...@travelin.com] Subject: RE: Tomcat users meetup in London I am up for fish 'n' chips at duggy's I would love some authentic fish 'n' chips like what we used to get on High Street in Tring; haven't found anything comparable in this country. Where's

Re: Tomcat users meetup in London

2009-04-23 Thread Pid
Caldarale, Charles R wrote: From: Edward Bicker [mailto:g...@travelin.com] Subject: RE: Tomcat users meetup in London I am up for fish 'n' chips at duggy's I would love some authentic fish 'n' chips like what we used to get on High Street in Tring; haven't found anything comparable

RE: Tomcat users meetup in London

2009-04-23 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat users meetup in London Out of date listing: http://www.timeout.com/london/restaurants/features/28.html New 'posh': http://www.urbanpath.com/london/fish-and-chips/ Thanks for the tips; Fryer's Delight is not too far from where

Re: Tomcat users meetup in London

2009-04-23 Thread Pid
Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat users meetup in London Out of date listing: http://www.timeout.com/london/restaurants/features/28.html New 'posh': http://www.urbanpath.com/london/fish-and-chips/ Thanks for the tips; Fryer's Delight

RE: Tomcat users meetup in London

2009-04-23 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat users meetup in London You'll also be temptingly close to some decent Indian restaurants then. Thanks; we've seen a few on Google Earth. My wife is a curry fanatic. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: Tomcat users meetup in London

2009-04-23 Thread Mark Thomas
Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat users meetup in London You'll also be temptingly close to some decent Indian restaurants then. Thanks; we've seen a few on Google Earth. My wife is a curry fanatic. So, how does the Thursday or Friday

Re: Tomcat users meetup in London

2009-04-23 Thread Pid
Mark Thomas wrote: Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat users meetup in London You'll also be temptingly close to some decent Indian restaurants then. Thanks; we've seen a few on Google Earth. My wife is a curry fanatic. So, how does

RE: Tomcat users meetup in London

2009-04-23 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat users meetup in London So, how does the Thursday or Friday evening next week suite folks? Either should be ok for us. Friday daytime is tentatively set for the British Museum, with a friend of ours from here whose visit

Re: Tomcat Users List

2008-05-21 Thread Antonio Petrelli
2008/5/21 Riaz, Bob [EMAIL PROTECTED]: web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd

RE: Tomcat Users List

2008-05-21 Thread Riaz, Bob
Thanks, Antonio! -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 10:08 AM To: Tomcat Users List Subject: Re: Tomcat Users List 2008/5/21 Riaz, Bob [EMAIL PROTECTED]: web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http

Re: TomCat users' list, forum or documentation ?

2007-05-13 Thread Sven
Stephen, On May 11, 2007, at 8:54 AM, Stephen Caine wrote: Sorry I misunderstood you. I wish you luck. No problem, I was probably not as clear as I should have been. To close out the thread; I switched over from JForum to phpBB this morning. After about 2-3 hours I had it up and running

Re: TomCat users' list, forum or documentation ?

2007-05-13 Thread Martin Gainty
and destroy the original message without making a copy. Thank you. - Original Message - From: Sven [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, May 13, 2007 3:57 AM Subject: Re: TomCat users' list, forum or documentation ? Stephen, On May 11, 2007, at 8:54

Re: TomCat users' list, forum or documentation ?

2007-05-11 Thread David Delbecq
En l'instant précis du 11/05/07 04:15, Sven s'exprimait en ces termes: I downloaded a fresh copy of TomCat and put it on another server since I didn't know how to set up JForum to use the same TomCat as my MySQL-based Confluence and JIRA installations. If you downloaded tomcat+jira/confluence

Re: TomCat users' list, forum or documentation ?

2007-05-11 Thread Sven
On May 11, 2007, at 8:24 AM, Caldarale, Charles R wrote: By the way, the product is Tomcat, not TomCat. Ooops, I'd actually read that but forgot it in the heat of the hunt. Didn't mean to offend anyone's sensibilities :-) -Sven

Re: TomCat users' list, forum or documentation ?

2007-05-11 Thread Sven
Hi David, On May 11, 2007, at 4:28 AM, David Delbecq wrote: for tomcat architecture, http://tomcat.apache.org/ - see the left bar, something called documentation Been there, still exploring. Apache + tomcat - Apache is a fundation, not a software (dont confuse with the 'apache http

Re: TomCat users' list, forum or documentation ?

2007-05-11 Thread Sven
Stephen, On May 11, 2007, at 8:33 AM, Stephen Caine wrote: Before your give up with Tomcat Not at all. I'm very happily using it with Confluence, JIRA and JForum ... I just have to debug the JForum installation, but that's not a Tomcat problem. -Sven

Re: TomCat users' list, forum or documentation ?

2007-05-11 Thread Stephen Caine
Sven, Before your give up with Tomcat Not at all. I'm very happily using it with Confluence, JIRA and JForum ... I just have to debug the JForum installation, but that's not a Tomcat problem. Sorry I misunderstood you. I wish you luck. Stephen Caine CommonGround Softworks, Inc.

Re: TomCat users' list, forum or documentation ?

2007-05-10 Thread Sven
Hassan, On May 10, 2007, at 12:59 PM, Hassan Schroeder wrote: If this directory that's in the ZIP file is the webapp itself, you should be able to just copy it into the webapps directory and run. Though you may want to rename it as suggested to something simple like 'jforum' because that's

Re: TomCat users' list, forum or documentation ?

2007-05-09 Thread Hassan Schroeder
On 5/9/07, Sven [EMAIL PROTECTED] wrote: Is there a TomCat users' list yep, and you're there :-) I'm just trying to figure out how to install JForum Sounds like you need a JForum mailing list instead, if you're having an application-specific problem, yes? -- Hassan Schroeder

Re: tomcat users file

2006-04-03 Thread Hadraba Petr
Hi, check if the different user has read permissions for the /opt/jakarta-tomcat-5.5.9/conf/tomcat-users.xml.new file PETR On 4/3/06, Ali Kassem [EMAIL PROTECTED] wrote: Hi I am using tomcat 5.5.9 with linux, and jdk1.5.0_6 When I start the tomcat as root user every thing it started, but

RE: tomcat users file

2006-04-03 Thread Ali Kassem
P.O.Box:11/5544 Beirut, Lebanon Tel:961-1-75 ext 4110 Fax:961-1-343316 -Original Message- From: Hadraba Petr [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 4:25 PM To: Tomcat Users List Subject: Re: tomcat users file - (on bdlmail

Re: tomcat users file

2006-04-03 Thread Rainer Jung
During startup, tomcat reads tomcat-users.xml and then immediately writes it out again as tomcat-users.xml.new and afterwards renames tomcat-users.xml.new to tomcat-users.xml (I don't know who invented that ...). So either: - the runtime user has write access to the directory tomcat-users.xml