RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Harris, Jeffrey E.
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Friday, February 08, 2013 7:56 PM > To: Tomcat Users List > Subject: RE: Need to Specify keystorePass on Command Line > > > From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > > Subjec

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Caldarale, Charles R
> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Subject: RE: Need to Specify keystorePass on Command Line > > I have a suggestion then : the password should be typed and stored in a > > file mapped into RAM. As long as the system is on, Tomcat can read it, > > and you can stop a

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Harris, Jeffrey E.
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, February 08, 2013 5:43 PM > To: Tomcat Users List > Subject: Re: Need to Specify keystorePass on Command Line > > Harris, Jeffrey E. wrote: > > > > > > For our implementation, it does not matter whether an

Re: Need to Specify keystorePass on Command Line

2013-02-08 Thread André Warnier
Harris, Jeffrey E. wrote: For our implementation, it does not matter whether another process can read the startup parameters - as long as the password is not stored in a file and disappears when the Tomcat's host server is shutdown. I have a suggestion then : the password should be typed and

Re: Tomcat 6.0.36: configure/make of jsvc on Solaris 10

2013-02-08 Thread G Kitagawa
On Fri, Feb 8, 2013 at 10:45 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > G, > > On 2/8/13 2:26 PM, G Kitagawa wrote: >> Operating System: Solaris 10 10/09 >> >> Following the example from the Tomcat set up page, the configure >> script appears to me (plea

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Harris, Jeffrey E.
> -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Friday, February 08, 2013 4:48 PM > To: Tomcat Users List > Subject: Re: Need to Specify keystorePass on Command Line > > On 08/02/2013 16:11, Caldarale, Charles R wrote: > >> From: Harris, Jeffrey E. [mailto:jeffrey.har..

Re: Need to Specify keystorePass on Command Line

2013-02-08 Thread Pid
On 08/02/2013 16:11, Caldarale, Charles R wrote: >> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] >> Subject: RE: Need to Specify keystorePass on Command Line > >> First, I cannot store the password ANYWHERE on the system, which is why >> it needs to be entered on the command line

Re: BUILD FAILED: Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found ...

2013-02-08 Thread Albretch Mueller
> Maybe try to download a fresh copy of Ant and compare it with your > installation? thank you, that did it: ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ $ date; _DT=$(date +%Y%m%d%H%M%S); ant test -logfile ant_test_apache-tomcat-7.0.35-src_${_DT}.log 2>&1; dat

Re: Tomcat 6.0.36: configure/make of jsvc on Solaris 10

2013-02-08 Thread G Kitagawa
On Fri, Feb 8, 2013 at 9:42 AM, Konstantin Kolinko wrote: > 2013/2/8 G Kitagawa : >> Hi - >> >> I'm new to Tomcat and Apache. >> >> Hardware: Dual Proc, UltraSPARC-IIIi, 8GB memory, Sun-Blade-2500 >> Operating System: Solaris 10 10/09 >> Java: JRE 1.5.0.0_20-b2 >> Downloaded/Installed: Apache 2.

Re: Tomcat 6.0.36: configure/make of jsvc on Solaris 10

2013-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 G, On 2/8/13 2:26 PM, G Kitagawa wrote: > Operating System: Solaris 10 10/09 > > Following the example from the Tomcat set up page, the configure > script appears to me (please remember I'm new to Tomcat) to run > well. When I do the make (using

Re: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 2/6/13 3:05 PM, André Warnier wrote: > As maybe one more rant to add to this series, and as a reply to > the "just throw more hardware at it, it's cheap" line. In my defense, I was mostly talking about the trade-offs between something tha

Re: Tomcat 6.0.36: configure/make of jsvc on Solaris 10

2013-02-08 Thread Konstantin Kolinko
2013/2/8 G Kitagawa : > Hi - > > I'm new to Tomcat and Apache. > > Hardware: Dual Proc, UltraSPARC-IIIi, 8GB memory, Sun-Blade-2500 > Operating System: Solaris 10 10/09 > Java: JRE 1.5.0.0_20-b2 > Downloaded/Installed: Apache 2.0.63, Tomcat 6.0.36, Jetspeed 2.2.2, > Maven 2.2.1, gcc 3.3.2 > > Apa

Re: ServletException including path '/WEB-INF/layouts/standard.jsp'.

2013-02-08 Thread Lou Henry
On Fri, Feb 8, 2013 at 2:05 PM, Mark Eggers wrote: > On 2/8/2013 10:29 AM, Lou Henry wrote: > >> Thanks for responding. >> >> 1. Why such an old version? >>This is what the product was distributed with. >> 2. Does the above file exist and is readable (in the exploded war)? >>

Tomcat 6.0.36: configure/make of jsvc on Solaris 10

2013-02-08 Thread G Kitagawa
Hi - I'm new to Tomcat and Apache. Hardware: Dual Proc, UltraSPARC-IIIi, 8GB memory, Sun-Blade-2500 Operating System: Solaris 10 10/09 Java: JRE 1.5.0.0_20-b2 Downloaded/Installed: Apache 2.0.63, Tomcat 6.0.36, Jetspeed 2.2.2, Maven 2.2.1, gcc 3.3.2 Apache 2.0.63 runs fine (despite a very basi

Re: AJAX Authentification

2013-02-08 Thread Konstantin Kolinko
2013/2/8 Johannes Meyer : > Hi Konstantin, > > thank you for answer. > >> HttpServletRequest.login(..) ? >> (in a Servlet 3.0 application) > > If I call this function, only the current request is authorized, but > not the whole session. > Whether authorization is cached in the session depends on a

Re: ServletException including path '/WEB-INF/layouts/standard.jsp'.

2013-02-08 Thread Konstantin Kolinko
2013/2/8 Lou Henry : > Thanks for responding. > > 1. Why such an old version? > This is what the product was distributed with. Can you ask the vendor of the product about the issue? Still, you would better try with a current version as well. At least you will know whether there is a dif

Re: ServletException including path '/WEB-INF/layouts/standard.jsp'.

2013-02-08 Thread Mark Eggers
On 2/8/2013 10:29 AM, Lou Henry wrote: Thanks for responding. 1. Why such an old version? This is what the product was distributed with. 2. Does the above file exist and is readable (in the exploded war)? Yes, the file exist in ...tomcat/webapps/[appname]/WEB-INF/layouts/st

Re: ServletException including path '/WEB-INF/layouts/standard.jsp'.

2013-02-08 Thread Lou Henry
Thanks for responding. 1. Why such an old version? This is what the product was distributed with. 2. Does the above file exist and is readable (in the exploded war)? Yes, the file exist in ...tomcat/webapps/[appname]/WEB-INF/layouts/standard.jsp 3. The server logs may contain a

Re: ServletException including path '/WEB-INF/layouts/standard.jsp'.

2013-02-08 Thread Konstantin Kolinko
2013/2/8 Lou Henry : > Hi, > > I am at a complete loss with this error. I am running Apache Tomcat/7.0.14. 1. Why such an old version? > I attempted to re-deploy a backup copy of war files that were previously > working. I did not make any changes to the content of any files. I stopped > Tomcat,

Re: BUILD FAILED: Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found ...

2013-02-08 Thread Konstantin Kolinko
2013/2/8 Albretch Mueller : > after (apparently) compiling tc just fine: > > > $ java -version > java version "1.6.0_39" > > $ ant -version > Apache Ant(TM) version 1.8.4 compiled on October 13 2012 > > $ ant -logfile ant_apache-tomcat-7.0.35-src_201308075437.log 2>&1 > Buildfile: > /media/sdb1/pr

BUILD FAILED: Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found ...

2013-02-08 Thread Albretch Mueller
after (apparently) compiling tc just fine: $ java -version java version "1.6.0_39" $ ant -version Apache Ant(TM) version 1.8.4 compiled on October 13 2012 $ ant -logfile ant_apache-tomcat-7.0.35-src_201308075437.log 2>&1 Buildfile: /media/sdb1/prjx/tomcat/srcs/7.0.35/apache-tomcat-7.0.35-src/b

Thomas McGowan est absent.

2013-02-08 Thread Thomas MC-GOWAN
Je serai absent(e) du 08/02/2013 au 18/02/2013. Je répondrai à votre message dès mon retour. En cas de problème urgent, merci de vous adresser à dsp-cspit-cellul...@edf.fr avec le mot clé "[GED]" dans l'objet. Vous pouvez adresser vos demandes de support GED à la boite DSP-CSPIT-CELLULEDI av

Re: AJAX Authentification

2013-02-08 Thread Johannes Meyer
Hi Konstantin, thank you for answer. > HttpServletRequest.login(..) ? > (in a Servlet 3.0 application) If I call this function, only the current request is authorized, but not the whole session. Is there any solution to authorize the session? Thank you, Johannes 2013/2/8 Konstantin Kolinko :

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Caldarale, Charles R
> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Subject: RE: Need to Specify keystorePass on Command Line > First, I cannot store the password ANYWHERE on the system, which is why > it needs to be entered on the command line. Then you can't run Tomcat as a service - there is no

Re: deploy application in new service in tomcat

2013-02-08 Thread Daniel Mikusa
On Feb 8, 2013, at 5:23 AM, Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: > Hi Daniel, > > 'deployIgnore' option work for me. Can you please tell me how we can add > multiple context path (context path for multiple applications) in this. It's a regular expression and whatever

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Harris, Jeffrey E.
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Friday, February 08, 2013 9:24 AM > To: Tomcat Users List > Subject: RE: Need to Specify keystorePass on Command Line > > > From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > > Subjec

Re: AJAX Authentification

2013-02-08 Thread Konstantin Kolinko
2013/2/8 Johannes Meyer : > Hello all, > > I'm developing a web application with asynchronous techniques (ExtJS). > > The most pages are secured with a "security-constraint", so the user > has to log in at first. > > > The users gets prompted a login dialog and can type in his username > and passwo

AJAX Authentification

2013-02-08 Thread Johannes Meyer
Hello all, I'm developing a web application with asynchronous techniques (ExtJS). The most pages are secured with a "security-constraint", so the user has to log in at first. The users gets prompted a login dialog and can type in his username and password. The data will be sent asynchronous to

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-08 Thread Mark Thomas
On 08/02/2013 14:28, dku...@ccilindia.co.in wrote: > Hello All, > > We are using - > Tomcat Version - 6.0.18 > Operating System Version : HP-UX 11.31 > SSL Version - OpenSSL 0.9.8k 25 Mar 2009 > Port - 8443 > > By running the venerability assessment test we are getting the following > observati

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-08 Thread Mark Thomas
On 08/02/2013 14:34, Caldarale, Charles R wrote: >> From: dku...@ccilindia.co.in [mailto:dku...@ccilindia.co.in] >> Subject: How to limit the number of renegotiations for a single TLS >> / SSL connection > >> We are using - Tomcat Version - 6.0.18 > >> Please suggest the recommended solution for

Re: 6.0.18, UNIX,

2013-02-08 Thread Daniel Mikusa
On Feb 8, 2013, at 4:23 AM, dku...@ccilindia.co.in wrote: > Hello to All, > > We are using - > Tomcat Version - 6.0.18 > Operating System Version : HP-UX 11.31 > SSL Version - OpenSSL 0.9.8k 25 Mar 2009 > Port - 8443 > > By running the venerability assessment test we are getting the following

RE: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-08 Thread Caldarale, Charles R
> From: dku...@ccilindia.co.in [mailto:dku...@ccilindia.co.in] > Subject: How to limit the number of renegotiations for a single TLS / SSL > connection > We are using - > Tomcat Version - 6.0.18 > Please suggest the recommended solution for tomcat Try using a version of Tomcat that's newer tha

How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-08 Thread dkumar
Hello All, We are using - Tomcat Version - 6.0.18 Operating System Version : HP-UX 11.31 SSL Version - OpenSSL 0.9.8k 25 Mar 2009 Port - 8443 By running the venerability assessment test we are getting the following observation The remote service encrypts traffic using TLS / SSL and permits cl

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Caldarale, Charles R
> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Subject: Need to Specify keystorePass on Command Line > However, for security reasons, I must specify the keystore password on > the command line. Before making your own life unnecessarily complicated, read this: http://wiki.apac

Need to Specify keystorePass on Command Line

2013-02-08 Thread Harris, Jeffrey E.
I am running Tomcat 7.0.35 on Windows Server 2003 SP2, x32. I have SSL configured, and if add the keystorePass parameter to server.xml, SSL starts correctly. However, for security reasons, I must specify the keystore password on the command line. I have searched and the only possible way to I

Re: problem with context.xml for parallel deployments

2013-02-08 Thread Mark Thomas
On 08/02/2013 01:06, Zippy Zeppoli wrote: > Ah, the author himself! Perhaps this will help Ha ha. If you want to help improve the Tomcat documentation then answers to the following questions would be a good place to start. >>> >>> What led you to believe that such a configuration was valid? I

Re: deploy application in new service in tomcat

2013-02-08 Thread André Warnier
Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: Hi. On this list, the convention is to not "top post". Put your answers either in-line, in the text, or at the end. That is much easier for others to follow the conversation in a logical order. Anil Goyal -X (anigoyal - Aricent Tech

RE: deploy application in new service in tomcat

2013-02-08 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Hi. On this list, the convention is to not "top post". Put your answers either in-line, in the text, or at the end. That is much easier for others to follow the conversation in a logical order. Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: > Thanks for the reply Andre. > > L

Re: deploy application in new service in tomcat

2013-02-08 Thread André Warnier
Hi. On this list, the convention is to not "top post". Put your answers either in-line, in the text, or at the end. That is much easier for others to follow the conversation in a logical order. Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: Thanks for the reply Andre. Let m

RE: deploy application in new service in tomcat

2013-02-08 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Hi Daniel, 'deployIgnore' option work for me. Can you please tell me how we can add multiple context path (context path for multiple applications) in this. -Original Message- From: Daniel Mikusa [mailto:dmik...@vmware.com] Sent: Thursday, February 07, 2013 6:43 PM To: Tomcat Users List

6.0.18, UNIX,

2013-02-08 Thread dkumar
Hello to All, We are using - Tomcat Version - 6.0.18 Operating System Version : HP-UX 11.31 SSL Version - OpenSSL 0.9.8k 25 Mar 2009 Port - 8443 By running the venerability assessment test we are getting the following observation The remote service encrypts traffic using TLS / SSL and permits