Re: Weird problem: slow upload via Manager

2018-07-06 Thread tomcat
On 06.07.2018 19:49, Chris Cheshire wrote: On Jul 6, 2018, at 12:56 PM, James H. H. Lampert wrote: Forgive the top-post. The reason why this particular case of an extremely slow Manager upload sticks out is because we've done, by now, hundreds of uploads of this same WAR file (or earlier

Re: Weird problem: slow upload via Manager

2018-07-06 Thread Chris Cheshire
> On Jul 6, 2018, at 12:56 PM, James H. H. Lampert > wrote: > > Forgive the top-post. > > The reason why this particular case of an extremely slow Manager upload > sticks out is because we've done, by now, hundreds of uploads of this same > WAR file (or earlier versions of it), via Manager

Re: Weird problem: slow upload via Manager

2018-07-06 Thread James H. H. Lampert
Forgive the top-post. The reason why this particular case of an extremely slow Manager upload sticks out is because we've done, by now, hundreds of uploads of this same WAR file (or earlier versions of it), via Manager, on over a dozen different installations, most of them AS/400s, and none of

Re: Weird problem: slow upload via Manager

2018-07-06 Thread tomcat
On 06.07.2018 01:23, James H. H. Lampert wrote: Earlier this week, on a customer AS/400 installation (Tomcat 7.0.67), we experienced the slowest WAR file upload we've ever encountered: several HOURS to install a roughly 100M WAR file (we customarily increase the max-file-size and max-request-si

Re: Weird problem: slow upload via Manager

2018-07-06 Thread Greg Huber
If you are not remote, can you just copy them to the IFS folder? On 6 July 2018 at 00:23, James H. H. Lampert wrote: > Earlier this week, on a customer AS/400 installation (Tomcat 7.0.67), we > experienced the slowest WAR file upload we've ever encountered: several > HOURS to install a roughly 1

Re: More, Re: Weird problem: browsers refusing to connect; more "fun with ciphers clauses on the connector tag"

2017-10-19 Thread James H. H. Lampert
On 10/19/17, 10:02 AM, Christopher Schultz wrote: The browser tells the server what cipher suites it supports during the initial handshake, and the server decides which algorithm to use. The client doesn't try multiple different connections to see which one sticks. The server either replies sayin

Re: More, Re: Weird problem: browsers refusing to connect; more "fun with ciphers clauses on the connector tag"

2017-10-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 10/16/17 2:35 PM, James H. H. Lampert wrote: > I just got finished going through 20 other customer Tomcat > installations we administer. > > First, I found that most of them were accepting the DHE ciphers > I'd disabled on the problem ins

More, Re: Weird problem: browsers refusing to connect; more "fun with ciphers clauses on the connector tag"

2017-10-16 Thread James H. H. Lampert
I just got finished going through 20 other customer Tomcat installations we administer. First, I found that most of them were accepting the DHE ciphers I'd disabled on the problem installation, and SSLLabs was giving them bad ratings for doing so. Second, I found that two of the other instal

Re: Weird problem: browsers refusing to connect; more "fun with ciphers clauses on the connector tag"

2017-10-16 Thread Mark Thomas
On 16/10/17 17:57, James H. H. Lampert wrote: > Can somebody explain what just happened? > > This morning, we got a call from a customer whose Tomcat server (on > their own hardware) we administer. > > It seems that suddenly, and without any advance warning, all but the > oldest browsers were ref

Re: Weird problem: Two apparent copies of app started

2007-09-29 Thread Ken Bowen
Well, I said it would be DUH!, didn't I. Thanks a lot guys. Have a good weekend, Ken Caldarale, Charles R wrote: From: Ken Bowen [mailto:[EMAIL PROTECTED] Subject: Re: Weird problem: Two apparent copies of app started If I put my context element in META-INF/context.xml, how is it assoc

Re: Weird problem: Two apparent copies of app started

2007-09-29 Thread Mark Thomas
Ken Bowen wrote: > how does one ensure (if one can?) that myapp is an application running > in Host2, > but not in Host1 ?? Each host has its own appBase. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscr

RE: Weird problem: Two apparent copies of app started

2007-09-29 Thread Caldarale, Charles R
> From: Ken Bowen [mailto:[EMAIL PROTECTED] > Subject: Re: Weird problem: Two apparent copies of app started > > If I put my context element in META-INF/context.xml, how is it > associated with a particular virtual HOST? > > But if: > conf/server.xml defines t

Re: Weird problem: Two apparent copies of app started

2007-09-29 Thread Ken Bowen
Chuck, PID: Thanks for the replies and pointers -- they're a real help. Now, I'm sure the following is going to turn out to be a DUH! moment for me, BUT: If I put my context element in META-INF/context.xml, how is it associated with a particular virtual HOST? It's obvious how this happens i

RE: Weird problem: Two apparent copies of app started

2007-09-29 Thread Caldarale, Charles R
> From: Ken Bowen [mailto:[EMAIL PROTECTED] > Subject: Re: Weird problem: Two apparent copies of app started > > So what I'm confused about is this: Exactly what should > appear in Host and what in META-INF/context.xml?? > The "A Word on Contexts" in >

RE: Weird problem: Two apparent copies of app started

2007-09-29 Thread Caldarale, Charles R
> From: Pid [mailto:[EMAIL PROTECTED] > Subject: Re: Weird problem: Two apparent copies of app started > > DO NOT use the path or docBase attribute in a Context defined > outside of server.xml. One exception to that: if the webapp is placed outside of the appBase directory, y

Re: Weird problem: Two apparent copies of app started

2007-09-29 Thread Pid
Ken Bowen wrote: > Sorry about thatsome kind of sloppiness on my part. > > I've realize the problem must lie in the relationship between my app's > META-INF/context.xml and what is configured in Tomcat's conf/server.xml. > IIn the latter, found there was an old Context entry in the Host eleme

Re: Weird problem: Two apparent copies of app started

2007-09-29 Thread Ken Bowen
Sorry about thatsome kind of sloppiness on my part. I've realize the problem must lie in the relationship between my app's META-INF/context.xml and what is configured in Tomcat's conf/server.xml. IIn the latter, found there was an old Context entry in the Host element: autoDeploy="true">

RE: Weird problem: Two apparent copies of app started

2007-09-28 Thread Caldarale, Charles R
> From: Ken Bowen [mailto:[EMAIL PROTECTED] > Subject: Weird problem: Two apparent copies of app started > > strongbrain/WEB-INF/lib/servlet-api.jar One obvious error: you must not put the servlet-api.jar inside your webapp - the container supplies that. Remove it and see if it helps. - Chuck

Re: Weird problem

2007-08-06 Thread Mark Thomas
Leucht, Axel wrote: > Hi, > > I'm currently in desparate search for a problem I'm facing... Please provide the context and host configuration for this web app. Mark - To start a new topic, e-mail: users@tomcat.apache.org To un

Re: weird problem

2007-07-10 Thread kz
You are right. If I remove xercesImpl.jar from the class path then it works also. But there is another observation which is weird. Its that if I have my application anywhere on C: drive then it works. It also works if I have it on D:\Program Files\. If I have it on D:\ then it gives this error. W

Re: weird problem

2007-07-10 Thread David Delbecq
Hi, javax.xml.parsers.FactoryConfigurationError loads a implementation of xml parsers using a J2SE discovery mecanism. This discovery mecanism uses hints provided in .jars META-INF/ folder. Since you exploded your jar of XercesImpl, this JAR does not take part anymore in the discovery mecanism and

Re: Weird problem with Tomcat 5.5.17 and j_security_check

2006-05-13 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi