Re: AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-14 Thread Christopher Schultz
Brian, On 9/13/23 23:25, Brian Wolfe wrote: The PKCS12 is the industry standard keystore format. Your mac should be creating it in that version. You should get familiar using the pkcs12. Its not difficult to set it up. keytool and openssl support pkcs12 and have for some time now. Its possible

Re: AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-13 Thread Brian Wolfe
The PKCS12 is the industry standard keystore format. Your mac should be creating it in that version. You should get familiar using the pkcs12. Its not difficult to set it up. keytool and openssl support pkcs12 and have for some time now. Its possible your older keystores are of the storetype JKS

Re: AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-13 Thread James H. H. Lampert
Java Keystores work. And I don't find them especially difficult to work with (other than new formats not being backward-compatible with older JVMs, and as one who has made a comfortable living banging out code for IBM Midrange boxes for over a quarter century, I am quite familiar with a much

Re: AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-13 Thread Christopher Schultz
Shawn and Mark, On 9/13/23 09:30, Mark Thomas wrote: On 13/09/2023 14:00, Shawn Heisey wrote: On 9/12/23 01:06, Thomas Hoffmann (Speed4Trade GmbH) wrote: I moved away from using the proprietary java keystore format. I switched to using Base64 PEM format. This is usually also the format you

AW: AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Shawn Heisey > Gesendet: Mittwoch, 13. September 2023 15:00 > An: users@tomcat.apache.org > Betreff: Re: AW: Solution to "Invalid keystore format" (cross-posted to > Tomcat Users List at Apache, and Java 400 List at

Re: AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-13 Thread Mark Thomas
On 13/09/2023 14:00, Shawn Heisey wrote: On 9/12/23 01:06, Thomas Hoffmann (Speed4Trade GmbH) wrote: I moved away from using the proprietary java keystore format. I switched to using Base64 PEM format. This is usually also the format you get from the certificate issuer. No need to convert it

Re: AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-13 Thread Shawn Heisey
On 9/12/23 01:06, Thomas Hoffmann (Speed4Trade GmbH) wrote: I moved away from using the proprietary java keystore format. I switched to using Base64 PEM format. This is usually also the format you get from the certificate issuer. No need to convert it into Java format any more and you can also

Re: AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-12 Thread Michael Osipov
On 2023/09/12 07:06:52 "Thomas Hoffmann (Speed4Trade GmbH)" wrote: > Hallo James, > > > -Ursprüngliche Nachricht- > > Von: James H. H. Lampert > > Gesendet: Montag, 11. September 2023 18:31 > > An: Java 400 List ; Tomcat Users List > > >

AW: Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-12 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hallo James, > -Ursprüngliche Nachricht- > Von: James H. H. Lampert > Gesendet: Montag, 11. September 2023 18:31 > An: Java 400 List ; Tomcat Users List > > Betreff: Solution to "Invalid keystore format" (cross-posted to Tomcat Users > List at Apache

Solution to "Invalid keystore format" (cross-posted to Tomcat Users List at Apache, and Java 400 List at Midrange)

2023-09-11 Thread James H. H. Lampert
Ladies and Gentlemen of Both Lists: Last Friday evening, I ran into a problem updating SSL/TLS keystores on two customer boxes, and spent three hours yesterday, finding the cause, doping out a way to salvage the certs they'd paid for, and doping out a solution to keep it from happening in the

TOMCAT-USERS

2021-02-11 Thread KARTHIK SHIVAKUMAR
-- *N.S.KARTHIKR.M.S.COLONYBEHIND BANK OF INDIAR.M.V 2ND STAGEBANGALORE560094*

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: [OT] [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-16 Thread Lavitesh Verma
All, From: Christopher Schultz Sent: Tuesday, June 16, 2020, 23:29 To: users@tomcat.apache.org Subject: Re: [OT] [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 6/15/20 10

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

2020-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 6/15/20 10:02, Jason Pyeron wrote: > A quick brief on etiquette. > > 1. Please do not harvest emails and send linked in requests OMG +1 many many times to this. If I haven't met you in person, don't send me a LinkedIn request. > 2.

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
ards Lavitesh Verma Software Engineering Associate Amdocs Global SmartOps [download12]+91.9810157771 OOO - 06/16 - 06/19 [cid:image001.jpg@01D2912B.17505E90] From: Jason Pyeron Sent: Monday, June 15, 2020 6:15 PM To: 'Tomcat Users List' Cc: 'RUBIN, JACOB' ; lsrv...@list.att.com; Vasudev Wadhawan Sub

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

2020-06-15 Thread Jason Pyeron
@tomcat.apache.org Cc: RUBIN, JACOB ; lsrv...@list.att.com; Vasudev Wadhawan Subject: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5 Importance: High Hi Team, Below are the details of the system and tomcat version Old tomcat version: Apache Tomcat/6.0.35 New tomcat

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

2019-09-15 Thread Jason Pyeron
om TPMs, Smart Cards, networked sources, etc. v/r, Jason Pyeron > -Original Message- > From: Mohan T > Sent: Monday, September 16, 2019 12:05 AM > To: users@tomcat.apache.org > Subject: [tomcat-users] Password encryption in Tomcat 8.5.35 > > Hi, > > We are u

Re: Subscription to tomcat-users

2018-01-08 Thread Mark Thomas
et me (ma...@apache.org) know if you don't get a subscription confirmation back within 10-15 minutes. Kind regards, Mark > > Cheers, > > On Fri, Jan 5, 2018 at 3:40 PM, Alex <my.s...@zoho.com> wrote: >> Hello, >> >> This is my address that doesn't get into the to

Re: Subscription to tomcat-users

2018-01-05 Thread Coty Sutherland
hat doesn't get into the tomcat-users mailing list. > Can I please get subscribed? > > Thank you! > - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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

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

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

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

[tomcat users] Lenght Encoding

2012-07-11 Thread Salvatore Lionetti
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? HTTP/1.1 200 OK Server: Apache-Coyote/1.1 ... Connection:

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

Survey Results: Tomcat users spend ~145 hours redeploying annually, considered one of fastest containers

2009-09-09 Thread David Booth
Info for Tomcat users: Compared to other containers out there, the Tomcat web container is one of the fastest when it comes to startup and redeploy times. In a survey conducted over the summer ( http://www.zeroturnaround.com/blog/java-ee-container-heaven-hell-survey-results/), Tomcat users

Re: [OT] Tomcat users meetup in London

2009-05-01 Thread Gregor Schneider
Whish I could have made it to London, however, since I'm packed here like never b4 and - most important - my wife is due with our first kid within the next couple of weeks, I earned a few vetoes :( And concerning why it's quiet on the list: In most European countries today is labour-day meaning

Re: [OT] Tomcat users meetup in London

2009-04-30 Thread André Warnier
Eerily quiet on the Tomcat list tonight. Insider tip : if you ever dreamed of posting a request on this list entitled HELP!!! and asking why your PHP script in the Zend-packaged Tomcat is not working when you type it in the browser, now's the time. Better yet, you can get a verbal answer here

Re: [OT] Tomcat users meetup in London

2009-04-30 Thread André Warnier
André Warnier wrote: Eerily quiet on the Tomcat list tonight. Insider tip : if you ever dreamed of posting a request on this list entitled HELP!!! and asking why your PHP script in the Zend-packaged Tomcat is not working when you type it in the browser, now's the time. Better yet, you can

RE: [OT] Tomcat users meetup in London

2009-04-30 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: [OT] Tomcat users meetup in London André Warnier wrote: Eerily quiet on the Tomcat list tonight. Insider tip : if you ever dreamed of posting a request on this list entitled HELP!!! and asking why your PHP script in the Zend

Tomcat Users Meetup: London 30th April

2009-04-29 Thread Pid
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 chocolate. p

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

Tomcat users meetup in London

2009-04-23 Thread Mark Thomas
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 else? Mark

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

Tomcat Users List

2008-05-21 Thread Riaz, Bob
Hi, This is my web.xml file. Nothing special. I'm just getting started. ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app xmlns=http://java.sun.com/xml/ns/j2ee;

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

pls unsubscribe my name from tomcat users group

2008-03-07 Thread Sneha Manohar
pls unsubscribe [EMAIL PROTECTED] from tomcat uers group - Share files, take polls, and discuss your passions - all under one roof. Click here.

Re: pls unsubscribe my name from tomcat users group

2008-03-07 Thread tomcat
Please use a mail client that you can read email headers in. The unsubscribe address is in your email header from the listgroup. List-Unsubscribe: mailto:[EMAIL PROTECTED] Cheers! At 12:19 PM 3/7/2008, you wrote: pls unsubscribe [EMAIL PROTECTED] from tomcat uers group

change the email address for Tomcat Users List

2007-05-24 Thread Abdelmonaam Kallali
Did anybody figure out how to change the email address for Tomcat Users List? Abdelmonaam KALLALI Test Specialist DragonWave 411 Legget Dr mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] tel: mobile: http://www.plaxo.com/click_to_call?src=jj_signatureTo=613-599++ext

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
Good Morning Sven Didnt necessarily want to push you to a Apache solution but considering these (albeit dated) tests http://mail-archives.apache.org/mod_mbox/tomcat-users/200308.mbox/[EMAIL PROTECTED] demonstrates that for situations for serving small static pages Apache does serve small

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

TomCat users' list, forum or documentation ?

2007-05-09 Thread Sven
Is there a TomCat users' list, forum or documentation that is for actual end-users of TomCat as opposed to developers ? I've read through he last 200 messages on the list hoping to get some insight into how to use TomCat as an end user and am concluding that this is not the right list

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

tomcat users file

2006-04-03 Thread Ali Kassem
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 when I start it with another user It start 8080 port but I get the message in Catalina.out: ... ... Apr 4, 2006 2:54:27 AM

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