Re: [OT] tomcat 5.5.25 shared lib and sharing webapp jars

2009-10-11 Thread Pid
On 10/10/2009 23:52, André Warnier wrote: Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: [OT] tomcat 5.5.25 shared lib and sharing webapp jars Not that it was my thread to begin with, and not thjat it's really dramatic either, but I suppose you guys must

Re: poor-man's plugins: loading a subclass of a Web application class from common/lib

2009-10-11 Thread Pid
On 11/10/2009 00:53, Adam Monsen wrote: I have a Web application which includes an abstract class: TransactionImport. Hi Adam, (Is it in a package? If not, why not?) I compiled a subclass of TransactionImport (AudiBankImporter), placed the class in a jar, then placed the jar in

Re: How to install Tomcat 5.5 in a cluster

2009-10-11 Thread Pid
On 10/10/2009 15:23, wkargo wrote: Hi I'm not the tomcat expert bu need this stuff ro run another application . I need to install tomcat 5.5 on cluster windows servers . My question is should I install tomcat on shared folder on one node and then point where the tomcat is on the other node ?

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread raghu gs
Hi Chris Here is the output for each of your procedure. java TimeZoneTest output user.timezone= TimeZone.getDefault=sun.util.calendar.ZoneInfo[id=Asia/Calcutta,offset=1980,dstSavings=0,useDaylight=false,transitions=6,lastRule=null] TZ=Asia/Calcutta java TimeZoneTest output user.timezone=

Re: [OT] tomcat 5.5.25 shared lib and sharing webapp jars

2009-10-11 Thread Konstantin Kolinko
2009/10/11 Pid p...@pidster.com: Is there a page on the Wiki for bookmarking threads that are 'essential reading'?  I can't see one, but we ought to create one somewhere. There are http://wiki.apache.org/tomcat/FAQ http://wiki.apache.org/tomcat/HowTo

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread Konstantin Kolinko
2009/10/11 raghu gs iamra...@gmail.com: One vital information i forgot to provide previously is, Tomcat timezone is correct till Tomcat server startup in Ns message. I remember, that I have read once in this list, that in someone's configuration there was a web application that changed system

Re: jar file loading priority

2009-10-11 Thread Konstantin Kolinko
2009/10/10 Ziggy zigg...@gmail.com: Now what i am wondering is what is the order in which the jar files will be loaded? Start with http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html (I think that you are using the 5.5 version, as /common/lib is mentioned). Regarding this pair:

Re: Cannot set remote address in valve (Tomcat 5.5)

2009-10-11 Thread Cyrille Le Clerc
Hello, I updated issue 47330 proposal : port of mod_remoteip in Tomcat as RemoteIpValve to link to a Servlet Filter implementation of mod_remoteip called XForwardedFilter. As detailed in the comment, XForwardedFilter.java copyright may not fit the Apache Software Foundation requirements as

VirtualHost configuration working in Tomcat 5.5 does not work in Tomcat 6.0.20

2009-10-11 Thread tomcatnip
Hi. I have a fairly popular website which runs on a Apache Tomcat 5.5. I just upgraded to 6.0.20 and copied the Virtual Host configuration from my older server (i.e. Tomcat 5.5) to the new one. I cannot access my site with the VirtualHost's domain name. I get a 404 not found. I have two

Re: Question ad alternative of BSF taglib in Tomcat ? [Fwd: In the move of some taglibs to Tomcat, the BSF taglib got retired]

2009-10-11 Thread Rony G. Flatscher (Apache)
Christopher, thanks for your information! AFAIK the BSF taglib has been allowing one to add code in all of the BSF supported scripting languages to JSPs. Not knowing, wheter there are alternatives available in the current Tomcat Tomcat itself contains little in the way of tag libraries,

Re: VirtualHost configuration working in Tomcat 5.5 does not work in Tomcat 6.0.20

2009-10-11 Thread Pid
On 11/10/2009 11:56, tomcatnip wrote: Hi. I have a fairly popular website which runs on a Apache Tomcat 5.5. I just upgraded to 6.0.20 and copied the Virtual Host configuration from my older server (i.e. Tomcat 5.5) to the new one. I cannot access my site with the VirtualHost's domain name. I

Re: ssl_error_internal_error_alert in firefox only, dependent on jdk version (tomcat 5.5.26)

2009-10-11 Thread Konstantin Kolinko
2009/10/2 Nada O'Neal nco2...@columbia.edu: Hey everyone - I'm stuck on Tomcat 5.5.26 to support a specific application. This is a Solaris 9 server with no Apache - tomcat is handling its own webserving. We're hoping to upgrade the JDK. I can use JDK-1.5.0_21 successfully. When I start

Re: [OT] mod_jk inserting Transfer-Encoding Chunked header

2009-10-11 Thread André Warnier
Mark Thomas wrote: André Warnier wrote: Sam Crawford wrote: Apologies for misinterpreting your post. Unfortunately we can't ditch SunONE - it's a requirement from our security guys. We're operating in a two-tier DMZ environment and SunONE will be in the top tier, with an SSO agent running

Re: Logging startup parms for Tomcat...

2009-10-11 Thread André Warnier
Caldarale, Charles R wrote: From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: Logging startup parms for Tomcat... I need to see the jvm startup params (memory settings, ect) for Tomcat. How do I enable that to showup in the logs? Without getting into over-engineering, how about adding

Re: VirtualHost configuration working in Tomcat 5.5 does not work in Tomcat 6.0.20

2009-10-11 Thread tomcatnip
Hi, that worked perfectly. Thanks very much! Pid Ster wrote: On 11/10/2009 11:56, tomcatnip wrote: Hi. I have a fairly popular website which runs on a Apache Tomcat 5.5. I just upgraded to 6.0.20 and copied the Virtual Host configuration from my older server (i.e. Tomcat 5.5) to the

Re: Loading Jar files in a particular order on Tomcat 6

2009-10-11 Thread Konstantin Kolinko
One more way: You can use VirtualWebappLoader http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/loader/VirtualWebappLoader.html It adds the listed classpath entries to the webapp classloader. I do not know, whether it appends or prepends them, and as that is not documented it can

Re: JspServlet Issue

2009-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mercy, On 10/10/2009 11:01 AM, Mercy wrote: I has implemented this requirement,but still do not know the reason why the whole operation can't be separated. The whole thing should be able to be implemented with no code written on your part. You

RE: VirtualHost configuration working in Tomcat 5.5 does not workin Tomcat 6.0.20

2009-10-11 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: VirtualHost configuration working in Tomcat 5.5 does not workin Tomcat 6.0.20 Host name=mydomain.net appBase=/path/to/website/appBase unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false /Host

Re: [OT] tomcat 5.5.25 shared lib and sharing webapp jars

2009-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/10/2009 10:26 AM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: [OT] tomcat 5.5.25 shared lib and sharing webapp jars Also, the WebappClassLoader has to be able to re-load

RE: How to install Tomcat 5.5 in a cluster

2009-10-11 Thread Caldarale, Charles R
From: wkargo [mailto:wka...@gmail.com] Subject: How to install Tomcat 5.5 in a cluster should I install tomcat on shared folder on one node and then point where the tomcat is on the other node ? Think about it: what would happen to the other nodes if the node with the Tomcat files on it

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 10/11/2009 6:24 AM, Konstantin Kolinko wrote: I remember, that I have read once in this list, that in someone's configuration there was a web application that changed system timezone. That is, it called TimeZone.setDefault(..) and

RE: [OT] tomcat 5.5.25 shared lib and sharing webapp jars

2009-10-11 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: [OT] tomcat 5.5.25 shared lib and sharing webapp jars Yes, but in order to /detect/ the change, the ClassLoader needs to know which classes it loaded. I wasn't suggesting that the WebappClassLoader re-loads classes

Re: Logging startup parms for Tomcat...

2009-10-11 Thread Markus Schönhaber
Tony Anecito: I need to see the jvm startup params (memory settings, ect) for Tomcat. How do I enable that to showup in the logs? If you simply want to see the JVM startup params (i. e. logging them would be just one one way to achieve that, but not the only one acceptable to you), you could

Re: [OT] mod_jk inserting Transfer-Encoding Chunked header

2009-10-11 Thread Rainer Jung
On 11.10.2009 14:35, André Warnier wrote: Mark Thomas wrote: André Warnier wrote: Sam Crawford wrote: Apologies for misinterpreting your post. Unfortunately we can't ditch SunONE - it's a requirement from our security guys. We're operating in a two-tier DMZ environment and SunONE will be

Re: [OT] mod_jk inserting Transfer-Encoding Chunked header

2009-10-11 Thread André Warnier
Rainer Jung wrote: On 11.10.2009 14:35, André Warnier wrote: Mark Thomas wrote: André Warnier wrote: Sam Crawford wrote: Apologies for misinterpreting your post. Unfortunately we can't ditch SunONE - it's a requirement from our security guys. We're operating in a two-tier DMZ environment

Re: [OT] mod_jk inserting Transfer-Encoding Chunked header

2009-10-11 Thread Rainer Jung
On 11.10.2009 18:08, André Warnier wrote: Rainer Jung wrote: On 11.10.2009 14:35, André Warnier wrote: Mark Thomas wrote: André Warnier wrote: Sam Crawford wrote: Apologies for misinterpreting your post. Unfortunately we can't ditch SunONE - it's a requirement from our security guys.

Thangavel Sankaranarayanan is out of the office.

2009-10-11 Thread Thangavel Sankaranarayanan
I will be out of the office starting 12/10/2009 and will not return until 18/10/2009. For any issues related to MPP Data Migration Project and ASD's/ work request related to MPP, LSHS and ISV, please contact Viswasen Tanguturu Viswasen R Tanguturu/India/IBM Email : viswase...@in.ibm.com Mobile

tomcat 5.5.17, fails group(roles) authentication in ldap

2009-10-11 Thread Grey Karapetyan
any ideas? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread raghu gs
Hi java.util.PropertyPermission user.timezone, write; line not there in catalina.policy file. Should this line not need to be present for granting the pernission? We have already used the TimeZone.set function in our codebase to set Asia/India as timezone. I haven't done a full code search yet

java.net.SocketException: Permission denied: listen failed

2009-10-11 Thread msg2ajay
hi, I am using WIN Vista. I just downloaded TOMCAT6.0 and when i tried to run it is showing following exception. Do any one know what is the problem. Oct 12, 2009 8:44:30 PM org.apache.coyote.http11.Http11BaseProtocol init SEVERE: Error initializing endpoint java.net.SocketException:

logged-SEVERE: Caught exception (java.lang.NullPointerException)

2009-10-11 Thread Renuka Slalagi
Hi, I am running tomcat -jakarta-tomcat-4.1.31 on Solaris.As my server gets down I get the below errors logged in catalina. Please suggest. Logs: Oct 10, 2009 9:27:04 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception (java.lang.NullPointerException)

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread Peter Crowther
2009/10/12 raghu gs iamra...@gmail.com: But our engineers where is that this a Kernal and Tomcat issue. Is there possibilty for that? There are a large number of people using Tomcat who don't see this issue and are in non-GMT timezones - including a fairly large number in India, if the email

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread raghu gs
Yeah, we have couple of other servers running the same codebase. We don't experience such an issue in those servers, Anyway i'll get back to here once i got concrete information from our developers. Regards On Mon, Oct 12, 2009 at 11:17 AM, Peter Crowther peter.crowt...@melandra.com wrote:

Re: java.net.SocketException: Permission denied: listen failed

2009-10-11 Thread Peter Crowther
2009/10/12 msg2ajay msg2a...@gmail.com: hi,      I am using WIN Vista. I just downloaded TOMCAT6.0 and when i tried to run it is showing following exception. Do any one know what is the problem. Oct 12, 2009 8:44:30 PM org.apache.coyote.http11.Http11BaseProtocol init SEVERE: Error