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

2007-03-18 Thread James liu

i m tomcat newer.


--
regards
jl


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 $CATALINA_HOME/bin directory.
When I've restarted the Tomcat server, i've read in the logs : INFO: An
older version 1.1.3 of the Apache Tomcat Native library is installed,
while Tomcat recommends version greater than 1.1.4.
It's only a recommendation. What could be the disadvantages of letting
things in this state ?
Which is the first version of Tomcat package that has the 1.1.4 version
of ATN lib intgrated in the tarball ?
Can a project member make the change to integrate the recommended
version (1.1.4) of ATN library in the 5.5.20 tomcat source tarball ?

Regards,

François

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.

CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received.  Kohl's 
reserves the right to monitor messages to or from authorized Kohl's Associates 
at any time
without any further consent.



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
machine and run two browser processes, each bound to one of the IP
addresses.  You have no way of distinguishing that case from the case of
two separate machines.  And what about the other case: that of multiple
users of (say) a Windows terminal server through thin clients where
there is a machine with one IP address but several legitimate users?

Are there some features of your network that make this problem more
tractable, for example assumptions that there are no proxies that might
confuse IP addresses, that machines will only ever have single IP
addresses and that machines will only ever have single users?  If you're
writing an Internet webapp, then answer to the above is almost certainly
no.  If you're writing for a corporate environment with tight control
over the clients, you might be able to get somewhere.

I have to ask: why is this a requirement?

- Peter

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 
programmtically or in a config file.


ie:
   - remove or replace the Date: header.
   - remove or replace the Server: header.

The reasoning is for servicing a special client's requests.  I would 
still want other browser serving servlets in the same tomcat 
instance to use the normal headers.


Thanks.
PK




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, which in 
turns calls the storeConfig method of the mbean Catalina:type=StoreConfig.


But it seems that Catalina:type=StoreConfig is no longer available in 
Tomcat 6. Is my understanding correct?


Is there any alternative way to save the configuration?

Regards,
Ber

_
Fanatico dei Quiz? Sfida gli amici con Duell Live…Gratis su Messenger! 
http://specials.it.msn.com/DuelLive.aspx



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 users@tomcat.apache.org
Sent: Sunday, March 18, 2007 3:56:52 AM
Subject: How to increate memory resonably with Tomcat6, java 1.6..system: winxp 
, help appreciated.


i m tomcat newer.


-- 
regards
jl


 

The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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://localhost:8080/manager/ it gives a 404 error. I have added
a user to tomcat-users.xml with a manager role and manager.xml was already
in apache-tomcat-5.5.15\conf\Catalina\localhost when I downloaded it.
From my understanding of the documentation once a user is defined with a
manager role and manager.xml is in
apache-tomcat-5.5.15\conf\Catalina\localhost visiting
http://localhost:8080/manager/ should work? Any help would be much
appreciated. Regards.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 storeConfig method of class StandardServer.java, which in
turns calls the storeConfig method of the mbean Catalina:type=StoreConfig.

But it seems that Catalina:type=StoreConfig is no longer available in
Tomcat 6. Is my understanding correct?

Is there any alternative way to save the configuration?


Storeconfig has not been officially ported at the moment (and same for
the admin webapp).

Rémy

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 objects with 
+PrintGCDetails

so your JVM_OPTS will look like (alternatively you can set this in 
%JAVA_HOME%/jre/lib/i386/jvm.cfg)

-XX:MaxPermSize=128m -Xloggc:/tmp/gcoutput.log -XX:+PrintGCDetails

Make use of memory profile tools
http://weblogs.java.net/blog/jfarcand/archive/2006/02/using_mustangs.html (JDK6 
only)
JDK 1.4-1.5
http://www.lshift.net/blog/2006/03/08/java-memory-profiling-with-jmap-and-jhat

When actual PermGen memory allocation  defaultMemoryAllocation ..you will see 
these permgen memory errors

Anyone else...Mark..??

M--
--- 
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
--- 
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.
- Original Message - 
From: Rashmi Rubdi [EMAIL PROTECTED]
To: Tomcat Users List users@tomcat.apache.org
Sent: Sunday, March 18, 2007 1:32 PM
Subject: Re: How to increate memory resonably with Tomcat6, java 1.6..system: 
winxp , help appreciated.


 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 users@tomcat.apache.org
 Sent: Sunday, March 18, 2007 3:56:52 AM
 Subject: How to increate memory resonably with Tomcat6, java 1.6..system: 
 winxp , help appreciated.
 
 
 i m tomcat newer.
 
 
 -- 
 regards
 jl
 
 
 
 
 The fish are biting. 
 Get more visitors on your site using Yahoo! Search Marketing.
 http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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 users@tomcat.apache.org
To: Tomcat Users List users@tomcat.apache.org
Subject: Re: Tomcat 6 - Help with storing updated configuration
Date: Sun, 18 Mar 2007 19:22:27 +0100

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 storeConfig method of class StandardServer.java, which in
turns calls the storeConfig method of the mbean 
Catalina:type=StoreConfig.


But it seems that Catalina:type=StoreConfig is no longer available in
Tomcat 6. Is my understanding correct?

Is there any alternative way to save the configuration?


Storeconfig has not been officially ported at the moment (and same for
the admin webapp).

Rémy

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



_
Ogni ricerca da questo sito, una donazione per i bambini rifugiati 
http://click4thecause.live.com/Search/Charity/Default.aspx?locale=it-it



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 users@tomcat.apache.org
Sent: Sunday, March 18, 2007 12:32 PM
Subject: Re: How to increate memory resonably with Tomcat6, java 1.6..system: 
winxp , help appreciated.


 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 users@tomcat.apache.org
 Sent: Sunday, March 18, 2007 3:56:52 AM
 Subject: How to increate memory resonably with Tomcat6, java 1.6..system: 
 winxp , help appreciated.
 
 
 i m tomcat newer.
 
 
 -- 
 regards
 jl
 
 
 
 
 The fish are biting. 
 Get more visitors on your site using Yahoo! Search Marketing.
 http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


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 *here*?

 PK


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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:

mod_headers Version 2.2 -List-Post site:httpd.apache.org


If a similar functionality is not available on Tomcat , you could connect 
Tomcat to Apache 
http://tomcat.apache.org/faq/connectors.html 

I haven't tried the above and can't provide additional help/details.

-Rashmi

- Original Message 
From: Peter Kennard [EMAIL PROTECTED]
To: Tomcat Users List users@tomcat.apache.org
Sent: Friday, March 16, 2007 3:24:46 PM
Subject: Explicit header definition


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 
programmtically or in a config file.

ie:
- remove or replace the Date: header.
- remove or replace the Server: header.

The reasoning is for servicing a special client's requests.  I would 
still want other browser serving servlets in the same tomcat 
instance to use the normal headers.

Thanks.
PK


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 

Don't get soaked.  Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 now there's not
possibility to change those headers via some configuration
i.e.(web.xml)

what to do?

for each servlet / jsp where you want to change the default headers,
write a filter, which changes the headers, include it into the
web-app's web.xml and you're done.

hth

greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 it into the
web-app's web.xml and you're done.

hth




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 PROTECTED]



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 to change the default headers,
write a filter, which changes the headers, include it into the
web-app's web.xml and you're done.

hth




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 difference. Make every IM count for the cause of your choice. 
Join Now. 
http://clk.atdmt.com/MSN/go/msnnkwme008001msn/direct/01/?href=http://im.live.com/messenger/im/home/?source=hmtagline
---BeginMessage---
Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 94051 invoked by uid 99); 19 Mar 2007 00:17:34 -
Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133)
by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2007 17:17:34 -0700
X-ASF-Spam-Status: No, hits=2.0 required=10.0
	tests=HTML_MESSAGE,MIME_HTML_ONLY,MSGID_FROM_MTA_HEADER,SPF_PASS
X-Spam-Check-By: apache.org
Received-SPF: pass (herse.apache.org: domain of [EMAIL PROTECTED] designates 65.54.246.110 as permitted sender)
Received: from [65.54.246.110] (HELO bay0-omc1-s38.bay0.hotmail.com) (65.54.246.110)
by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2007 17:17:25 -0700
Received: from hotmail.com ([65.54.175.37]) by bay0-omc1-s38.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668);
	 Sun, 18 Mar 2007 17:17:04 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Sun, 18 Mar 2007 17:17:04 -0700
Message-ID: <[EMAIL PROTECTED]>
Received: from 65.54.175.200 by by104fd.bay104.hotmail.msn.com with HTTP;
	Mon, 19 Mar 2007 00:17:03 GMT
X-Originating-IP: [208.100.204.200]
X-Originating-Email: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
From: "Will & Kim Holmes" <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Subject: Importing an existing SSL cert into a new version of JDK
Date: Sun, 18 Mar 2007 20:17:03 -0400
Mime-Version: 1.0
Content-Type: text/html; format=flowed
X-OriginalArrivalTime: 19 Mar 2007 00:17:04.0657 (UTC) FILETIME=[EC3D0010:01C769BB]
X-Virus-Checked: Checked by ClamAV on apache.org

Hello all,

 I need to upgrademy JDK to a newer version but I have imported a SSL cert on the current version of JDK.Does anyone know how to import an existing SSL cert into athe new version of JDK?


Thanks
Will i'm making a difference. Make every IM count for the cause of your choice. Join Now. 



---End Message---
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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.  I manually 
removed the DST change and re-ran the tzupdater tool but that didn't make 
any difference.  The weird thing is that our test server app has the correct 
time running the same version of Tomcat and JDK.  If you have any ideas 
please let me know.


P.S.
We are running Windows server 2003 and the DST patch was applied to both 
servers.


Thanks in advance!

Will

_
Watch free concerts with Pink, Rod Stewart, Oasis and more. Visit MSN 
Presents today. 
http://music.msn.com/presents?icid=ncmsnpresentstaglineocid=T002MSN03A07001



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
re-import any trusted certs or copy the cacerts file from the old JDK
to the new one.

Mark


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 production server is one hour off.  I
 manually removed the DST change and re-ran the tzupdater tool but that
 didn't make any difference.  The weird thing is that our test server app
 has the correct time running the same version of Tomcat and JDK.  If you
 have any ideas please let me know.

I'd check what your production server thinks the current timezone is.
Maybe the OS patch didn't take (was a reboot required?).

It is also possible that in all the changes the clock got changed by
mistake. Check that the server has the right time for GMT.

Mark

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 users@tomcat.apache.org
Date:  Sun, 18 Mar 2007 20:41:02 -0400

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
re-import any trusted certs or copy the cacerts file from the old JDK
to the new one.

Mark


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 





Sent via the WebMail system at fmic.com


 
   

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 Thomas [EMAIL PROTECTED]
Reply-To: Tomcat Users List users@tomcat.apache.org
Date:  Sun, 18 Mar 2007 20:44:44 -0400

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 production server is one hour off.  I
 manually removed the DST change and re-ran the tzupdater tool but that
 didn't make any difference.  The weird thing is that our test server app
 has the correct time running the same version of Tomcat and JDK.  If you
 have any ideas please let me know.

I'd check what your production server thinks the current timezone is.
Maybe the OS patch didn't take (was a reboot required?).

It is also possible that in all the changes the clock got changed by
mistake. Check that the server has the right time for GMT.

Mark

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 





Sent via the WebMail system at fmic.com


 
   

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]