RE: ClassNotFoundException WSServlet with Tomcat 7.0.11 on Windows Server 2008 R2 using METRO 2.1

2011-05-23 Thread Howard Smalley
Thanks for the replies so far. Chuck; SEVERE: Allocate exception for servlet TempConvertWS java.lang.ClassNotFoundException: com.sun.xml.ws.transport.http.WSServlet Which usually means you have the requisite class located in more than one place. Given the way you've been scattering jars

Re: How to dynamically create JNDI Context Resources

2011-05-23 Thread John Fletcher
Resending this as it didn't arrive in my inbox... sorry if you received it already... 2011/5/20 John Fletcher In my application I'm using a library which uses JNDI to locate JMS topics and then operates with them. I successfully configured JNDI references to the JMS topics like this in

SLL Certificate Chain

2011-05-23 Thread Dipl.-Ing. Mag. Bernhard Hobiger
Hi, I am running Tomcat 6.0.18 64bit on Windows Server 2008 R2 Enterprise. I obtained a certificate for my server from StartCom, installed it and configured the Connector. The server, intermediate and root certificates are in a keystore file. So far all went fine, except for one problem:

Re: Tomcat 5.5 doesn't support keep-alive?

2011-05-23 Thread Tim Stibbs
Thanks for your suggestions, I have previously been through these options, the code I posted was a shortest path to reproducing my issue. I am ensuring I read the whole response, and any error response. Setting the keep-alive header appears to make no difference (compared with setting nothing)

Re: How to dynamically create JNDI Context Resources

2011-05-23 Thread Mikolaj Rydzewski
On Mon, 23 May 2011 10:34:28 +0200, John Fletcher wrote: The challenge is that the JMS topics I want to make available to the library depend on some runtime information, i.e. I want my application to create the JMS topics dynamically. Is there a way that I can create these JNDI resources at

How to get early notification of the upcoming release

2011-05-23 Thread Rupesh Kumar
Hi, How do I get an early notification of the upcoming release (including Secur= ity fix) from Tomcat? Is there any program/subscription mechanism for this? Basically we have made some custom changes to Tomcat source and would like = to get the early notification so that we can merge those

Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-05-23 Thread Martin Knoblauch
Hi, while moving an application from Tomcat 5.5 to Tomcat 6 I found some differences in clustering, that I could not resolve myself: e. G. What happened to replicationMode, ackTimeout waitForAck? In TC 5.5 I had: Sender

Re: How to get early notification of the upcoming release

2011-05-23 Thread Mark Thomas
On 23/05/2011 12:30, Rupesh Kumar wrote: Hi, How do I get an early notification of the upcoming release (including Security fix) from Tomcat? Is there any program/subscription mechanism for this? Proposed releases are discussed on the dev mailing list. As a minimum there will be an svn

Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-05-23 Thread Martin Knoblauch
Hi, while moving an application from Tomcat 5.5 to Tomcat 6 I found some differences in clustering, that I could not resolve myself: e. G. What happened to replicationMode, ackTimeout waitForAck? In TC 5.5 I had: Sender

RE: How to get early notification of the upcoming release

2011-05-23 Thread Rupesh Kumar
Thanks Mark! That was very helpful. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, May 23, 2011 5:58 PM To: Tomcat Users List Subject: Re: How to get early notification of the upcoming release On 23/05/2011 12:30, Rupesh Kumar wrote: Hi, How do I get an

RE: java.lang.ClassNotFoundException - JSP pages

2011-05-23 Thread Tom Wolf
Hi all, Here is a quick update of my situation: I made two changes: I set the checkInterval flag for the JspServlet settings (20 seconds) I reduced my maxObjectInCache parameter (a proprietary application config) which basically reduces the amount of memory my app uses So far, I stopped

Re: How to dynamically create JNDI Context Resources

2011-05-23 Thread John Fletcher
Thanks... I thought the answer was along those lines but the library I'm using was constraining me to use JNDI. However I now looked into their source code and found a clean way around JNDI. Your answer got me motivated in the right direction, thankyou. John 2011/5/23 Mikolaj Rydzewski

search list history

2011-05-23 Thread alexis
Hello, how can i search for older mails on the list, i need to read again about deploy same webapp on different contexts to test new versions. thanks - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

RE: search list history

2011-05-23 Thread Caldarale, Charles R
From: alexis [mailto:alz...@gmail.com] Subject: search list history how can i search for older mails on the list As documented on the Tomcat mailing list page, MARC is searchable: http://marc.theaimsgroup.com/?l=tomcat-user - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

difference in behaviour of tomcat 6 and tomcat 7 very imp

2011-05-23 Thread vicky b
Hi, I have done analysis on static references and found a interesting point al;so i find a difference in behaviour in tomcat 6 andtomcat 7 I created a class (TestStatic) which has a static reference to VO(java bean) in my servlet i declared TestStatic as member variable and initialized it

GC algorithm

2011-05-23 Thread vicky b
HI, How can i come to know the GC algorithm used in tomcat... and all GC configuarations.. -- *Thanks Regards Vickyb *

Re: search list history

2011-05-23 Thread alzrck
Found it, thanks Sent via BlackBerry by ATT -Original Message- From: Caldarale, Charles R chuck.caldar...@unisys.com Date: Mon, 23 May 2011 08:40:50 To: Tomcat Users Listusers@tomcat.apache.org Reply-To: Tomcat Users List users@tomcat.apache.org Subject: RE: search list history From:

RE: GC algorithm

2011-05-23 Thread Caldarale, Charles R
From: vicky b [mailto:vickyb2...@gmail.com] Subject: GC algorithm How can i come to know the GC algorithm used in tomcat... That's easy: none. GC algorithms are the province of the JVM, not Tomcat. and all GC configuarations.. Read the JVM doc. - Chuck THIS COMMUNICATION MAY

Re: GC algorithm

2011-05-23 Thread vicky b
then why do i see a difference in behaviour for tomcat 6 and tomcat 7 when i undeploy my app the objects that are collected in tomcat6 are not collected in tomcat7? On Mon, May 23, 2011 at 7:19 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: vicky b

RE: GC algorithm

2011-05-23 Thread Caldarale, Charles R
From: vicky b [mailto:vickyb2...@gmail.com] Subject: Re: GC algorithm then why do i see a difference in behaviour for tomcat 6 and tomcat 7 when i undeploy my app the objects that are collected in tomcat6 are not collected in tomcat7? Because the objects are no longer reachable in your

Pointers for Filter to Deny New Sessions

2011-05-23 Thread Jonathan Rosenberg
I'm currently running Tomcat on 2 Linux boxes (versions = 7.0) am looking to write a filter that will 1) intercept all requests to a specific context (say, /Catalog), 2) determine if request has an existing session 3) if there is no session, redirect request to another context I'm a novice with

Re: GC algorithm

2011-05-23 Thread vicky b
Both tomcat 6 and tomcat are running on the same machine using same JVM and as you said GC algorithms are the province of the JVM which according to my understanding means depends upon JVM then why the difference. On Mon, May 23, 2011 at 7:30 PM, Caldarale, Charles R chuck.caldar...@unisys.com

RE: GC algorithm

2011-05-23 Thread Caldarale, Charles R
From: vicky b [mailto:vickyb2...@gmail.com] Subject: Re: GC algorithm why the difference. To repeat myself: Because the objects are no longer reachable in your Tomcat 6 environment but are in Tomcat 7. Nothing to do with the GC algorithm employed. Analyze the heap and find out what

RE: Pointers for Filter to Deny New Sessions

2011-05-23 Thread Caldarale, Charles R
From: Jonathan Rosenberg [mailto:shmol...@gmail.com] Subject: Pointers for Filter to Deny New Sessions I'm a novice with Tomcat filters, so am looking for some useful pointers for this. Start here: http://www.tuckey.org/urlrewrite/ It may not do everything you need out of the box, but you

Re: difference in behaviour of tomcat 6 and tomcat 7 very imp

2011-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicky, On 5/23/2011 9:42 AM, vicky b wrote: I have done analysis on static references and found a interesting point al;so i find a difference in behaviour in tomcat 6 andtomcat 7 Um, okay. I created a class (TestStatic) which has a static

Re: SLL Certificate Chain

2011-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 5/23/2011 4:53 AM, Dipl.-Ing. Mag. Bernhard Hobiger wrote: I am running Tomcat 6.0.18 64bit on Windows Server 2008 R2 Enterprise. I obtained a certificate for my server from StartCom, installed it and configured the

Re: How to get early notification of the upcoming release

2011-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 5/23/2011 8:27 AM, Mark Thomas wrote: However, depending on what those custom changes are, one option is to propose the changes for inclusion in Tomcat so you no longer need to merge them in. +1 - -chris -BEGIN PGP SIGNATURE-

Re: java.lang.ClassNotFoundException - JSP pages

2011-05-23 Thread Pid
On 23/05/2011 14:10, Tom Wolf wrote: If anyone has any tips, I'll appreciate it. Precompile the JSPs and build a WAR file, deploy that instead. p signature.asc Description: OpenPGP digital signature

Tomcat latency

2011-05-23 Thread tomcat
Hello: I have a problem where a simple wget call to docs/config/valve.html can sometimes take up to 15 seconds to process. I have a script that does a wget call to valve.html every 5 seconds. Most of the time it's fast. However, today in the past 6 hours I had 13 cases where it took over 3

Re: SLL Certificate Chain

2011-05-23 Thread Crypto Sal
On 05/23/2011 04:53 AM, Dipl.-Ing. Mag. Bernhard Hobiger wrote: Hi, I am running Tomcat 6.0.18 64bit on Windows Server 2008 R2 Enterprise. I obtained a certificate for my server from StartCom, installed it and configured the Connector. The server, intermediate and root certificates are in a