Re: Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Mark Thomas
Will Holmes wrote: > Mark, > > Do you know if I have to regenerate a CSR and do a reissue with our CA or > can I import the existing cert? As far as I know, the keystore files are the same format so you can just re-use the file. There should be no need to go back to our CA. Mark ---

Re: DST Issue

2007-03-18 Thread Mark Eggers
It's odd that you would have this issue on one server and not the other. By one hour off, do you mean the OS (as reported in the task bar) or some application running in Tomcat? If it's an application, then there is an issue with tzupdater that was announced on the Sun site just a few days before

Re: DST Issue

2007-03-18 Thread epyonne
I asked the same question prior to March 11 but nobody responded. Anyway, I did not apply the TZUpdater.jar. Instead, I installed the JRE 1.4.2_13 over our 1.4.2_8. We also patched the OS which is important. Our servers and applications are working fine. epy. - Original Message - From: "

Re: DST Issue

2007-03-18 Thread Will Holmes
Mark, I verified the time zone and the patch did apply because the time zone info says eastern daylight time instead of eastern standard time. Anything else you can think of? This is pretty strange!! Thanks again! Will -- Original Message -- From: Mark

Re: Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Will Holmes
Mark, Do you know if I have to regenerate a CSR and do a reissue with our CA or can I import the existing cert? Thanks Will -- Original Message -- From: Mark Thomas <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" Date: Sun, 18 Mar 2007 20:41:02 -0400

Re: DST Issue

2007-03-18 Thread Mark Thomas
Will & Kim Holmes wrote: > Hello all, > > Just wondered if anyone has had any problems with the DST change and > Tomcat. We are running JDK version 1.4.2.10 and Tomcat version 5.0.28. > I ran Sun's tzupdater DST tool, on our test and production servers, and > verified that it worked. Our prod

Re: Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Mark Thomas
Will & Kim Holmes wrote: > Hello all, > > I need to upgrade my JDK to a newer version but I have imported a SSL > cert on the current JDK version. Does anyone know how to import an > existing SSL cert into a newer JDK version? The keystore should work with the newer version. You will need to r

DST Issue

2007-03-18 Thread Will & Kim Holmes
Hello all, Just wondered if anyone has had any problems with the DST change and Tomcat. We are running JDK version 1.4.2.10 and Tomcat version 5.0.28. I ran Sun's tzupdater DST tool, on our test and production servers, and verified that it worked. Our production server is one hour off.

Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Will & Kim Holmes
Hello all, I need to upgrade my JDK to a newer version but I have imported a SSL cert on the current JDK version. Does anyone know how to import an existing SSL cert into a newer JDK version? Thanks Will _ i'm making a diffe

Re: Explicit header definition

2007-03-18 Thread Peter Kennard
It looks like a Filter receives the same ServletResponse object as what is passed back from the servlet. Are their methods on that that allow you to access the Date: and Server: headers (or the whole big header string)? PK At 16:55 3/18/2007, you wrote: for each servlet / jsp where you want

Re: Explicit header definition

2007-03-18 Thread Peter Kennard
I found this: http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: Explicit header definition

2007-03-18 Thread Peter Kennard
Thanks - is there a good doc around on "howto write a tomcat filter" :) ? It sure would be nice to have default headers defined in web.xml :) PK At 16:55 3/18/2007, you wrote: for each servlet / jsp where you want to change the default headers, write a filter, which changes the headers, include i

Re: Explicit header definition

2007-03-18 Thread Gregor Schneider
mod_headers doesn't worker when connecting to tomcat via ajp13 - apache httpd simply doesn't touch headers coming from tomcat mounted via ajp13, therefore your information is not correct. however, to shorten this thread, this is what we did: - tomcat always delivers default headers, and until no

Re: Explicit header definition

2007-03-18 Thread Rashmi Rubdi
Upon searching on Google, I came accross Apache mod_headers. mod_headers This module provides directives to control and modify HTTP request and response headers. Headers can be merged, replaced or removed. If you key the following as-is, you'll see mod_headers for the latest version of Apache:

Re: Explicit header definition

2007-03-18 Thread Peter Kennard
It might mean don't hi-jack threads. Mark ??? I thought I created a new one for this question. (different Subject:) At 10:57 3/18/2007, you wrote: Peter Kennard wrote: > Does no commnent on this mean: > > "This is not possible"? > or: > "Of course, it is obvious you can, as stated *h

Re: How to increate memory resonably with Tomcat6, java 1.6..system: winxp , help appreciated.

2007-03-18 Thread Steve R Burrus
well what exactly is your problem anyway? U have just said : >>"i m tomcat newer"<< please be more specific!! - Original Message - From: "Rashmi Rubdi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, March 18, 2007 12:32 PM Subject: Re: How to increate memory resonably with To

Re: Tomcat 6 - Help with storing updated configuration

2007-03-18 Thread Ber Past
Is there any alternative way to save the configuration? I'm using JMX, but my program runs as a servlet inside of Tomcat. Regards, Ber From: "Rémy Maucherat" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Tomcat 6 - Help with storing updated configura

Re: How to increate memory resonably with Tomcat6, java 1.6..system: winxp , help appreciated.

2007-03-18 Thread Martin Gainty
Yes..You must be encountering the dreaded "PermGen Memory Space exhausted error" Go to admin Configurations / JVM Settings / JVM Options screen in the admin console change config Permanent size to 128M log to /tmp/gcoutput.log enable Bright Map for Garbage Collection of Permanently alloc'ed objec

Re: Tomcat 6 - Help with storing updated configuration

2007-03-18 Thread Rémy Maucherat
On 3/18/07, Ber Past <[EMAIL PROTECTED]> wrote: I'm using the JMX interface to configure Tomcat 6. At the end of the configuration I would like to store the modified configuration. I'm currently calling the storeConfig method of the MBean having object name "Catalina:type=Server". This calls the

apache tomcat manager problem

2007-03-18 Thread u01jmg3
hi, basically i cannot access my tomcat manager thus my ant build.xml script is failing when it comes to install/remove a .war archive of my servlet with my tomcat manager. i can access the examples shipped with Tomcat visiting the URI http://localhost:8080/servlets-examples/ but when i visit http:

Re: How to increate memory resonably with Tomcat6, java 1.6..system: winxp , help appreciated.

2007-03-18 Thread Rashmi Rubdi
This has some tips on JDK 1.4 - may be different for JavaSE6 http://tomcat.apache.org/articles/performance.pdf - Original Message From: James liu <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sunday, March 18, 2007 3:56:52 AM Subject: How to increate memory resonably with Tomcat6, j

Tomcat 6 - Help with storing updated configuration

2007-03-18 Thread Ber Past
I'm using the JMX interface to configure Tomcat 6. At the end of the configuration I would like to store the modified configuration. I'm currently calling the storeConfig method of the MBean having object name "Catalina:type=Server". This calls the storeConfig method of class StandardServer.java,

Re: Explicit header definition

2007-03-18 Thread Mark Thomas
Peter Kennard wrote: > Does no commnent on this mean: > > "This is not possible"? > or: > "Of course, it is obvious you can, as stated *here*"? > > PK It might mean don't hi-jack threads. Mark - To start a new topic,

Re: Explicit header definition

2007-03-18 Thread Peter Kennard
Does no commnent on this mean: "This is not possible"? or: "Of course, it is obvious you can, as stated *here*"? PK At 15:24 3/16/2007, you wrote: If I want to remove or alter headers that are the "default" for a specific servlet, webapp or instance of tomcat, how might I? Either pro

RE: Same session for one IP

2007-03-18 Thread Peter Crowther
> From: kz [mailto:[EMAIL PROTECTED] > Im working on a product which requires that only a single > client instance can be connected through a machine. There is no way, to my knowledge, to implement this in the general case. It's always possible for a power user to assign two IP addresses to the

Paul Lewandowski/Corp/Kohls is out of the office

2007-03-18 Thread Paul . Lewandowski
I will be out of the office starting 03/18/2007 and will not return until 03/26/2007. If you need any testing assistance please contact Tony Pladies at x1860. If this is an emergency, please contact me on my business cell phone at 262-951-1008. CONFIDENTIALITY NOTICE: This is a transmission fr

tomcat 5.5.20 and 1.1.3 of the Apache Tomcat Native library

2007-03-18 Thread francois
Hello, I've installed from sources the 5.5.20 tomcat version. Because I've read in tomcat's logs : "The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path", i've made the compilation of the tomcat-native which was in the