Problems with Backup Manager

2010-11-22 Thread Josef Pullicino
Hi all, We are trying to setup session replication using tomcat as webserver. We have two nodes communicating together via multicast address groups using asynchronous communication channel. As an underlying platform, we are using liferay portal. We are having problems using Backup Manager

Error uploading a large file with slow connection

2010-11-22 Thread Odilo Schwade Junior
Hi list, We are using tomcat with Railo to use CFML and getting an strange issue.. When we try to upload a file of 2~4MB on a slow connection 15~20kb/s the request is completed but all of the form fields are dropped.. which causes an error.. How to reproduce the error with a small CFM code: //

RE: Problems with Backup Manager

2010-11-22 Thread Caldarale, Charles R
From: Josef Pullicino [mailto:josef.pullic...@go.com.mt] Subject: Problems with Backup Manager We are having problems using Backup Manager especially when deploying hot portlets. Care to give us a hint about the version of Tomcat you're using, the JVM it's running on, the platform that's

Re: Problems with Backup Manager

2010-11-22 Thread Mark Thomas
On 22/11/2010 14:35, Caldarale, Charles R wrote: From: Josef Pullicino [mailto:josef.pullic...@go.com.mt] Subject: Problems with Backup Manager We are having problems using Backup Manager especially when deploying hot portlets. Care to give us a hint about the version of Tomcat you're

Re: Problems with Backup Manager

2010-11-22 Thread Mark Thomas
On 22/11/2010 14:38, Mark Thomas wrote: On 22/11/2010 14:35, Caldarale, Charles R wrote: From: Josef Pullicino [mailto:josef.pullic...@go.com.mt] Subject: Problems with Backup Manager We are having problems using Backup Manager especially when deploying hot portlets. Care to give us a

RE: Problems with Backup Manager

2010-11-22 Thread Josef Pullicino
Hi Chuck, Thanks for your reply. Details as follows: Tomcat version: 6.0.18 JVM:1.6.0_21 OS: Red Hat Enterprise Linux Server release 5.5 (Tikanga) Tomcats are on different machines with the same OS. They are connected with

Re: Several hosts within one tomcat / catch-all problem

2010-11-22 Thread Konstantin Kolinko
2010/11/21 David Fisher dfis...@jmlafferty.com: and use JMX or call mapper.addHostAlias(..) directly to add aliases programmatically at runtime.  (though there is no guarantee that the Mapper API does not change between Tomcat minor releases). I investigated what an implementation of this

Re: Error uploading a large file with slow connection

2010-11-22 Thread Pid
On 22/11/2010 11:20, Odilo Schwade Junior wrote: The stacktrace: form field [form.fileData] is not a file field at railo.runtime.tag.FileTag.getFormItem(FileTag.java:833):833 at railo.runtime.tag.FileTag.actionUpload(FileTag.java:666):666 at

Re: Deployment issues

2010-11-22 Thread Victor Kabdebon
Hi everybody, After having check the log files, several things appear : 22 nov. 2010 18:02:30 org.apache.catalina.startup.HostConfig deployWAR INFO: Déploiement de l'archive ..war de l'application web java.io.FileNotFoundException: /opt/victor/tomcat-base/webapps/ROOT.war (Permission denied)

[SECURITY] CVE-2010-4172: Apache Tomcat Manager application XSS vulnerability

2010-11-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2010-4172: Apache Tomcat Manager application XSS vulnerability Severity: Tomcat 7.0.x - Low, Tomcat 6.0.x - Moderate Vendor: The Apache Software Foundation Versions Affected: - - Tomcat 7.0.0 to 7.0.4 - Not affected in default configuration.

[ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Mark Thomas
On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Please join me in welcoming him. Mark - To unsubscribe, e-mail:

RE: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Propes, Barry L
Congrats, Chris!! -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, November 22, 2010 1:17 PM To: Tomcat Users List; Tomcat Developers List Subject: [ANN] New Tomcat committer: Christopher Schultz (schultz) On behalf of the Tomcat committers I am pleased to

RE: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Héctor Gómez
He is the man! Congrats!! From: barry.l.pro...@citi.com To: users@tomcat.apache.org; d...@tomcat.apache.org Date: Mon, 22 Nov 2010 14:19:43 -0600 Subject: RE: [ANN] New Tomcat committer: Christopher Schultz (schultz) Congrats, Chris!! -Original Message- From: Mark Thomas

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Pid
On 22/11/2010 19:16, Mark Thomas wrote: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Please join me in welcoming him. Nice. Welcome Chris! p Mark

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread André Warnier
Mark Thomas wrote: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Please join me in welcoming him. Wälcöme Chris. He the man. -

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Leon Rosenberg
grats chris! :-) On Mon, Nov 22, 2010 at 9:48 PM, André Warnier a...@ice-sa.com wrote: Mark Thomas wrote: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Please join me in welcoming him. Wälcöme

RE: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Caldarale, Charles R
On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Please join me in welcoming him. And you thought you were busy before... Congratulations. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
Hi guys! There is any available configuration to define server affinity instead of session affinity? Our architecture setup is based on multiple JVMs (tomcat) instances in each server (machine). The goal is to send all requests (within a session) from a client browser to the same machine. Is it

RE: Server affinity instead of session affinity

2010-11-22 Thread Caldarale, Charles R
From: Andrew Hole [mailto:andremailingl...@gmail.com] Subject: Server affinity instead of session affinity The goal is to send all requests (within a session) from a client browser to the same machine. Is it possible to perform it using jvmRoute? Can't you just set the jvmRoute value for

Re: Server affinity instead of session affinity

2010-11-22 Thread André Warnier
Andrew Hole wrote: Hi guys! There is any available configuration to define server affinity instead of session affinity? Our architecture setup is based on multiple JVMs (tomcat) instances in each server (machine). The goal is to send all requests (within a session) from a client browser to the

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Konstantin Kolinko
2010/11/22 Mark Thomas ma...@apache.org: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Welcome! Best regards, Konstantin Kolinko -

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Wesley Acheson
Congratulations. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
No... Session affinity (jvmRoute in JSESSION ID) implies sending to the same tomcat instance (same JVM), not for the same machine. Some idea? On Mon, Nov 22, 2010 at 9:10 PM, André Warnier a...@ice-sa.com wrote: Andrew Hole wrote: Hi guys! There is any available configuration to define

Re: users Digest 22 Nov 2010 20:46:42 -0000 Issue 10094

2010-11-22 Thread Nicholas Sushkin
On Monday, November 22, 2010 15:46:42 users-digest-h...@tomcat.apache.org wrote: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Please join me in welcoming him. Mark Do you mean he wasn't?! Oh, I

Re: Server affinity instead of session affinity

2010-11-22 Thread André Warnier
Andrew Hole wrote: No... Session affinity (jvmRoute in JSESSION ID) implies sending to the same tomcat instance (same JVM), not for the same machine. I guess that I still don't get it. The same Tomcat instance /is/, per definition, on the same machine. Or do you want to send the request to a

Re: Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
An example: Machine 1: Tomcat A Tomcat B On Mon, Nov 22, 2010 at 11:05 PM, André Warnier a...@ice-sa.com wrote: Andrew Hole wrote: No... Session affinity (jvmRoute in JSESSION ID) implies sending to the same tomcat instance (same JVM), not for the same machine. I guess that I still

Re: Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
Sorry for the inconvenience. I sent the email with wrong content. An example: Machine 1: Tomcat A App1 App2 Tomcat B App3 App4 Machine 2: Tomcat C App1 App2 Tomcat D App3 App4 Using session affinity, if I make a request to App1 and the Tomcat A in Machine 1 is selected. All the

Re: Server affinity instead of session affinity

2010-11-22 Thread André Warnier
Andrew Hole wrote: Sorry for the inconvenience. I sent the email with wrong content. An example: Machine 1: Tomcat A App1 App2 Tomcat B App3 App4 Machine 2: Tomcat C App1 App2 Tomcat D App3 App4 Using session affinity, if I make a request to App1 and the Tomcat A in Machine 1

Re: Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
There is a middleware-to-middleware connection between Tomcat A and Tomcat B using RMI (point-to-point protocol) and Tomcat A has in-memory data useful to App3. The same aproach in the second server: applications in tomcat d have RMI communication to tomcat c. thanks On Mon, Nov 22, 2010 at

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-22 Thread Hassan Schroeder
On Mon, Nov 22, 2010 at 11:16 AM, Mark Thomas ma...@apache.org wrote: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Please join me in welcoming him. Major props to Chris :-) -- Hassan Schroeder

mod-jk not called after PerlHandler gets called

2010-11-22 Thread Mohit Anchlia
I posted this thread in mod_perl group: http://www.gossamer-threads.com/lists/modperl/modperl/102273 I thought I should ask here as well. I have a perl handler in VirtualHost: JkMount /bridge/* tc PerlModule Apache2::Rules2 SetHandler modperl PerlInitHandler Apache2::Rules2 PerlSendHeader On

clearThreadLocalMap and NullPointerException

2010-11-22 Thread Blair Zajac
With Tomcat 6.0.29 and Java 6u22, when I'm stopping Tomcat I'm getting the attached log, which at the end is a NullPointerException thrown from AbstractCollection#toString() which is called from clearThreadLocalMap(). java.lang.NullPointerException at

Re: users Digest 22 Nov 2010 20:46:42 -0000 Issue 10094

2010-11-22 Thread Bill Barker
Nicholas Sushkin nsush...@openfinance.com wrote in message news:201011221714.26614.nsush...@openfinance.com... On Monday, November 22, 2010 15:46:42 users-digest-h...@tomcat.apache.org wrote: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
hi xu cheng, having a powerful machine with big memory is good. but don't assume that everything will be used automatically. the jvm doesn't automatically use all the resources in your memory when you start tomcat. you need to configure it. try to add something like this:

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread xu cheng
hi Daniel thanks alot for replying. I don't know how to figure out how much the param MaxPermSize is set to. may be it's set to be default. I just set the xmx and xms, so I thought that the memory will absolutely enough, I didn't notice this param, my fault. I did an experiment on tomcat , I

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread xu cheng
ps: after several times of redeployment, java.lang.OutOfMemoryError: PermGen space comes up. I always redeploy the apps *without* shutting down the server 在 2010年11月23日 下午1:50,xu cheng xcheng@gmail.com写道: hi Daniel thanks alot for replying. I don't know how to figure out how much the

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
hi xu cheng, don't mention it. glad you've eventually solved your problem. daniel --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! 2010/11/23 xu cheng xcheng@gmail.com hi Daniel thanks alot for replying. I don't know how to figure out

RE: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Caldarale, Charles R
From: xu cheng [mailto:xcheng@gmail.com] Subject: Re: OutOfMemoryError some time on some tomcat1 I just kept redeploying apps , and the perm gen keep growing each time I deploy the same app. and when I undeploy the app, the perm gen didn't clean the garbage Exactly the situation

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread xu cheng
hi: thanks for the references. I 'll read that. by the way, *hanging onto a reference to an object from your webapp classes, preventing the old webapp deployment from being garbage collected. * what kind of object do you mean by saying this? classes relevant to the class loader? or something

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
hi charles, please allow me to disagree to that hanging onto reference as the main issue. permgen space is garbage collector's specific issue, not general hanging onto reference issue. it is caused by redeployment, which is the metadata for classes, marked to be permanent generation by the

Re: How to access JSP and Servlet remotely ?

2010-11-22 Thread surya.prakash
even im facing same problem. i need to run jsp file from another system. -- View this message in context: http://old.nabble.com/How-to-access-JSP-and-Servlet-remotely---tp20558511p30283777.html Sent from the Tomcat - User mailing list archive at Nabble.com.