Hi John

in your init() method
System.setProperty( "http.maxRedirects",
                            Integer.toString( DEFAULT_MAX_REDIRECTS ) );
//whereas DEFAULT_MAX_REDIRECTS defaults to 20

M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- From: "John Pedersen" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Monday, April 30, 2007 12:53 PM
Subject: Server redirected too many times (20)


Hi,

I can't understand why Tomcat gives me this error message when I try
to reload my app:

Server redirected too many  times (20)

Is my app getting too big ( 400 files) ?

It seems to happen more and more often. Usually a server restart fixes
it. Sometimes I have to restart my machine.

At the moment, I have to reload, I get the error message, I stop and
start Tomcat, and then I can see whatever changes I have made. It's a
bit tedious though. And oddly, once my app is running, no problems.

Any suggestions?

Thanks,

John

Tomcat 6.10
windows 2000
Java 1.6

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

Reply via email to