RE: Limiting the number of threads Tomcat 4.1 creates

2005-10-03 Thread Bovy, Stephen J
set sparethreads Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: Rob Shields [mailto:[EMAIL PROTECTED] Sent: Friday, September 30, 2005 2:31 PM To: Tomcat

RE: Capturing User Passwords

2005-09-29 Thread Bovy, Stephen J
Hi Greg , thanks for the link. Your download does not have any source, ( can you share it ?? ) Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: Aaron Loucks

RE: Capturing User Passwords

2005-09-29 Thread Bovy, Stephen J
:58 AM To: Tomcat Users List Subject: RE: Capturing User Passwords Hi Stephen, Aaron posted the link (Thanks Aaron!) - so I guess your request is best directed to him. Cheers, Greg -Original Message- From: Bovy, Stephen J [mailto:[EMAIL PROTECTED] Sent: Thu

RE:problems with cvs and ant tomcat build script (please help cvs proxy authenticate ???)

2005-09-23 Thread Bovy, Stephen J
My proxy server requires authentication, please tell me how to get cvs and ant tomcat build script working ??? C:\tomcat-sourcecvs -d :pserver;proxy=caproxy.ca.com;proxyport=80:[EMAIL PROTECTED]:/home/cvs public login Logging in to :pserver:[EMAIL PROTECTED]:2401:/home/cvspublic CVS password:

RE: Help customize socket options ??

2005-09-23 Thread Bovy, Stephen J
Is there any way to customize some of the socket options used by tomcat ?? I would like to add the so_reuseaddr option to the sockets created by tomcat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: help with stupid cvs proxy question ??

2005-09-22 Thread Bovy, Stephen J
C:\tomcat-sourceant checkout Buildfile: build.xml checkout: [echo] If the checkout fails, run `cvs -d :pserver:[EMAIL PROTECTED]:/ home/cvspublic login` and try again. The password for the anonymous CVS access i s `anoncvs` [cvs] cvs [checkout aborted]: connect to cvs.apache.org:2401

RE: 5.5.9 Build Script Error Help !!!

2005-09-20 Thread Bovy, Stephen J
BUILD FAILED C:\ESI\jakarta-tomcat-5.5.9-src\build.xml:49: The following error occurred while executing this line: C:\ESI\jakarta-tomcat-5.5.9-src\jakarta-tomcat-5\build.xml:1811: The following e rror occurred while executing this line:

RE: CVS and Build Script ????

2005-09-20 Thread Bovy, Stephen J
I have downloaded the build script and executed the build, I am getting the following errors: [jasper2] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(De faultExecutor.java:40) [jasper2] at org.apache.tools.ant.Project.executeTargets(Project.java:1068 ) [jasper2]

RE: Build 5.5.9 three simple newbie questions ?????

2005-09-20 Thread Bovy, Stephen J
I have set my proxy in the build.properties file per directions on the jakarta build faq: # - Proxy setup - # Uncomment if using a proxy server. proxy.host=caproxy.ca.com proxy.port=80 proxy.use=on But I am still getting the following:

RE: Cutomized SingleSignOn Valve Help Please

2005-09-20 Thread Bovy, Stephen J
I have created a new version of the singlesignon valve with a new class name SingleSignOn - ThreadSignOn It compiles successfully, but I do not know how to package and/or deploy ?? Please Help should I create a Jar package with a new customized mbean-descriptor.xml ?? And then deploy in

RE: Create Valve and Deploy How to Help Please ????

2005-09-20 Thread Bovy, Stephen J
I have created a new Valve in the authenticator package called ThreadSignOn I added a descritpion for it to the mbean description xml file. I re-built and verified that my new valve and the new description is in catalina.jar But When I refference my new valve nothing happens it does not work

RE: custom valve help ???

2005-09-02 Thread Bovy, Stephen J
Are there any good tutorials or how-to documents for using and writing a custom valve for tomcat ??? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED]

RE: Installing JavaServer Faces

2005-09-02 Thread Bovy, Stephen J
Is there a JSF implementation included in certain levels or version of the JDK ??? If so which ones ??? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: Wendy

RE: Tomcat 5.5 Running out of Threads

2005-09-02 Thread Bovy, Stephen J
MaxThreads Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 5:21 PM To:

RE: JSF Please Help with a simple question thanks ???

2005-09-02 Thread Bovy, Stephen J
Does Tomcat 5.x have a JSF implementation Does JSF have to be installed separately Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED]

RE: JSF Please Help with a simple question thanks ???

2005-09-02 Thread Bovy, Stephen J
Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: David Haynes [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 6:48 PM To: Tomcat Users List Subject: Re: JSF Please Help with a simple question thanks ??? Bovy, Stephen J wrote

RE: Tomcat imbedded open source componets ??

2005-09-02 Thread Bovy, Stephen J
Our company has a strictly controlled policy for using open source. We must get approval for each and every component on a version by version basis. Can someone give me a list or point me to a link where the list is located of all imbedded open source sub components that are used by tomcat

RE: Valve and Thread Level Security

2005-09-01 Thread Bovy, Stephen J
The IBM platform has a unique capability to create a thread level security environment. I have an application requirement to do so.. I can invoke the necessary function using JNI. Someone has suggested to me that using the technique of a Custome Valve would enable me to implement the

Thread Security ON IBM z/OS

2005-08-25 Thread Bovy, Stephen J
I am running tomcat on z/OS using JZOS. I would like to create a thread security context thru jni using pthread_security_np(). I have the following questions: 1) Does tomcat create a thread when it processes a client request ?? 2) Can tomcat create a session where one thread processes all