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.
---
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 ho
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 else?
> 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 situat
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
> hi Daniel
> thanks alot for replying.
>
> I don't know how to figure out how much the par
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 写道:
> hi Daniel
> thanks alot for replying.
>
> I don't know how to figure out how much the param MaxPermSize i
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 just
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:
*CATALINA_OPTS="-XX:MaxPe
"Nicholas Sushkin" 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 been voted in as a new T
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 java.util.AbstractCollection.toStri
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
T
On Mon, Nov 22, 2010 at 11:16 AM, 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.
Major props to Chris :-)
--
Hassan Schroeder
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 11:58
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 i
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 s
An example:
Machine 1:
Tomcat A
Tomcat B
On Mon, Nov 22, 2010 at 11:05 PM, André Warnier 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 don't ge
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 /
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?!
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 wrote:
> Andrew Hole wrote:
>
>> Hi guys!
>>
>> There is any available configuration to define server aff
Congratulations.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2010/11/22 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.
>
Welcome!
Best regards,
Konstantin Kolinko
-
To unsubscrib
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 s
> 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
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 po
> 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
grats chris! :-)
On Mon, Nov 22, 2010 at 9:48 PM, André Warnier 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 Chri
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.
-
To
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
>
> -
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 T
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 ann
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: users-unsubscr...@tomcat
-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.
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)
The
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 railo.runtime.tag.FileTag.doStartTag(FileTag
2010/11/21 David Fisher :
>> 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 might look like at
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
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.
>>
>> Ca
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 Tomca
> 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
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:
//
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
41 matches
Mail list logo