RE: [***SPAM*** Score/Req: 20.50/05.00] Re: Hot deployment of a new version of war file while users are still working on the old one.

2008-10-27 Thread Joost Nachtergaele

Tnx for the quick reply.
Reading about clusters I see all session data needs to be Serializable, in
our case this is not possible.
What we use today is a load-balancer, disconnecting one server for new
connections, waiting for all sessions to expire, upgrade, and put the server
back on the load-balancer. This takes time, as some users are working all
day long. As the number of servers grows, this becomes a nightmare.

Does anybody now of a tool to do this job easier?

Tnx!
Jst.


 Hot deployment of a new version of war file while users are still working
on
 the old one.
 
 On a Tomcat server, users are using our application. 
 
 I would like to be able to upload a new version, using the same name, so
 current users continue using the old version(until session timeout), and
new
 users use the new version.

Not possible with a single Tomcat instance. Easy with a simple two node
cluster.

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]




-
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: [***SPAM*** Score/Req: 20.50/05.00] Re: Hot deployment of a new version of war file while users are still working on the old one.

2008-10-27 Thread Ronald Klop

You don't give much details about your problems. But I think you have some 
long-living big datastructures which are hold in the session, so you can't 
cluster your sessions.

You could redesign your application to make it more scalable. In the end that 
is your problem, so it's the solution also.
Other solutions wil be short term and only increase your nightmare on the long 
term.

Maybe you can put your datastructure in a database so you don't need to have it 
in a session.

Ronald.


Op maandag, 27 oktober 2008 om 13:44 uur schreef Tomcat Users List 
users@tomcat.apache.org:



Subject: RE: [***SPAM*** Score/Req: 20.50/05.00] Re: Hot deployment of a new 
version of w...
Date: Mon Oct 27 13:44:05 CET 2008
From: Joost Nachtergaele [EMAIL PROTECTED]



Tnx for the quick reply.
Reading about clusters I see all session data needs to be Serializable, in
our case this is not possible.
What we use today is a load-balancer, disconnecting one server for new
connections, waiting for all sessions to expire, upgrade, and put the server
back on the load-balancer. This takes time, as some users are working all
day long. As the number of servers grows, this becomes a nightmare.

Does anybody now of a tool to do this job easier?

Tnx!
Jst.


 Hot deployment of a new version of war file while users are still working
on
 the old one.
 
 On a Tomcat server, users are using our application. 
 
 I would like to be able to upload a new version, using the same name, so

 current users continue using the old version(until session timeout), and
new
 users use the new version.

Not possible with a single Tomcat instance. Easy with a simple two node
cluster.

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]




-
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: Spam Score

2008-07-26 Thread Mark Thomas

Len Popp wrote:

If you can't re-post the original email successfully, try:
- posting in plain text format, not HTML
- removing URLs
- posting from a different email account, or from a web gateway such
as nabble.com

Perhaps the mailing list admin can give us some hints about what to
avoid when sending email to this list. Or tell us what anti-spam
software is running on mx1.us.apache.org - maybe there is
documentation about how to compose emails so they're not scored as
spam.


Oddly enough we use http://spamassassin.apache.org/

The rules get modified as issues are identified.

That said, sending HTML mail and/or not specifying a subject continue to be 
the most frequent reasons for rejection.


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]



Spam Score

2008-07-22 Thread Patrick Markiewicz
What is the tomcat mailing list spam score, and why am I unable to send
my email to post a question?

 

Patrick



Re: Spam Score

2008-07-22 Thread Bill Davidson

Patrick Markiewicz wrote:

What is the tomcat mailing list spam score, and why am I unable to send
my email to post a question?
  


You just posted a question.

I don't know what you mean by spam score.


-
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: Spam Score

2008-07-22 Thread Patrick Markiewicz
For some reason, my original question is undeliverable, and the tomcat
mailing list sends me:
users@tomcat.apache.org on 7/22/2008 2:28 PM
The e-mail system was unable to deliver the message, but did
not report a specific reason.  Check the address and try again.  If it
still fails, contact your system administrator.
 XX; host
mx1.us.apache.org[140.211.11.136] said:552 spam score (5.6) exceeded
threshold (in reply to end of DATA command)

XX is a placeholder for my mailserver's actual
address.

Are there specific things that are not allowed?  Like having URLs in my
email?  I'll try reposting that message.

Patrick 

-Original Message-
From: Bill Davidson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 22, 2008 2:34 PM
To: Tomcat Users List
Subject: Re: Spam Score

Patrick Markiewicz wrote:
 What is the tomcat mailing list spam score, and why am I unable to
send
 my email to post a question?
   

You just posted a question.

I don't know what you mean by spam score.


-
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: Spam Score

2008-07-22 Thread David Smith

Don't know ... looks like you can send.

--David

Patrick Markiewicz wrote:

What is the tomcat mailing list spam score, and why am I unable to send
my email to post a question?

 


Patrick


  



-
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: Spam Score

2008-07-22 Thread Len Popp
If you can't re-post the original email successfully, try:
- posting in plain text format, not HTML
- removing URLs
- posting from a different email account, or from a web gateway such
as nabble.com

Perhaps the mailing list admin can give us some hints about what to
avoid when sending email to this list. Or tell us what anti-spam
software is running on mx1.us.apache.org - maybe there is
documentation about how to compose emails so they're not scored as
spam.
-- 
Len


On Tue, Jul 22, 2008 at 14:46, Patrick Markiewicz
[EMAIL PROTECTED] wrote:
 For some reason, my original question is undeliverable, and the tomcat
 mailing list sends me:
 users@tomcat.apache.org on 7/22/2008 2:28 PM
The e-mail system was unable to deliver the message, but did
 not report a specific reason.  Check the address and try again.  If it
 still fails, contact your system administrator.
 XX; host
 mx1.us.apache.org[140.211.11.136] said:552 spam score (5.6) exceeded
 threshold (in reply to end of DATA command)

 XX is a placeholder for my mailserver's actual
 address.

 Are there specific things that are not allowed?  Like having URLs in my
 email?  I'll try reposting that message.

 Patrick

 -Original Message-
 From: Bill Davidson [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 22, 2008 2:34 PM
 To: Tomcat Users List
 Subject: Re: Spam Score

 Patrick Markiewicz wrote:
 What is the tomcat mailing list spam score, and why am I unable to
 send
 my email to post a question?


 You just posted a question.

 I don't know what you mean by spam score.


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



-
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: Spam Score

2008-07-22 Thread Patrick Markiewicz
Apparently the plain text suggestion worked.  Thanks.

-Original Message-
From: Len Popp [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 22, 2008 2:55 PM
To: Tomcat Users List
Subject: Re: Spam Score

If you can't re-post the original email successfully, try:
- posting in plain text format, not HTML
- removing URLs
- posting from a different email account, or from a web gateway such
as nabble.com

Perhaps the mailing list admin can give us some hints about what to
avoid when sending email to this list. Or tell us what anti-spam
software is running on mx1.us.apache.org - maybe there is
documentation about how to compose emails so they're not scored as
spam.
-- 

Len


On Tue, Jul 22, 2008 at 14:46, Patrick Markiewicz
[EMAIL PROTECTED] wrote:
 For some reason, my original question is undeliverable, and the tomcat
 mailing list sends me:
 users@tomcat.apache.org on 7/22/2008 2:28 PM
The e-mail system was unable to deliver the message, but
did
 not report a specific reason.  Check the address and try again.  If it
 still fails, contact your system administrator.
 XX; host
 mx1.us.apache.org[140.211.11.136] said:552 spam score (5.6)
exceeded
 threshold (in reply to end of DATA command)

 XX is a placeholder for my mailserver's actual
 address.

 Are there specific things that are not allowed?  Like having URLs in
my
 email?  I'll try reposting that message.

 Patrick

 -Original Message-
 From: Bill Davidson [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 22, 2008 2:34 PM
 To: Tomcat Users List
 Subject: Re: Spam Score

 Patrick Markiewicz wrote:
 What is the tomcat mailing list spam score, and why am I unable to
 send
 my email to post a question?


 You just posted a question.

 I don't know what you mean by spam score.


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



-
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: Spam Score

2008-07-22 Thread tomcat

At 02:38 PM 7/22/2008, you wrote:

What is the tomcat mailing list spam score, and why am I unable to send
my email to post a question?



Patrick


Well, your first message that made it in looked like this:

X-ASF-Spam-Status: No, hits=4.1 required=10.0
tests=DNS_FROM_RFC_BOGUSMX,HTML_MESSAGE,SPF_PASS
X-Spam-Check-By: apache.org

So, apparently your mail server has a bdefective MX record, you don't 
use SPF and your first message was in HTML. Your second message, that 
made it to the group was not HTML.


Go fix that DNS! That's a BIG strike against your getting any mail 
anywhere! I probably would have scored you higher for that!


Cheers!
Received-SPF: pass (athena.apache.org: local policy)
Received: from [67.91.25.34] (HELO barracuda.sim-gtech.com) (67.91.25.34)
by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 18:29:27 +
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary=_=_NextPart_001_01C8EC2A.25F5E661


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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