Re: Tomcat dies at 167M

2004-09-24 Thread emmett
It's possible that you are out of file descriptors. Find and use 'lsof' (ls open files) running it against that process. I've seen Java report OOM when it can not allocate a file because a File is nothing more than another object associated with the resource. If this is the case you will have to f

Re: Doc upload corruption w/JK2 connector?

2004-07-12 Thread emmett
Yes. Though as you imply we have only seen it on binary documents. We have not attempted to verify this with ASCII or txt documents. On Mon, 12 Jul 2004 10:39:29 +0200, STOCKHOLM, Raymond <[EMAIL PROTECTED]> wrote: > Did you try Jakarta Commons FileUpload ? > http://jakarta.apache.org/commons/fi

Two JK2 Connector Questions

2004-03-02 Thread Cunningham Emmett
1. Are the JK2 connector releases decoupled from Tomcat? 2. When is connector release 2.0.4 expected to be released? I'm specifically interested in BUG # 13869. "mod_jk2 becomes confused when client breaks the connection" http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13869 If this bug nee

Re: Can large upload cause tomcat hanging?

2003-12-10 Thread Cunningham Emmett
Increase your maxHeap in the JVM instance running tomcat. --- Zsolt Koppany <[EMAIL PROTECTED]> wrote: > Hi, > > I uploaded a 70Mb file using struts-1.1. The JVM > process (jre-1.2.4_02, > Linux, SuSe-8.1) got much larger and a couple of > hours later tomcat didn't > react to the most of the ev

Re: JK2 and IIS 4.0 performance issue

2003-12-10 Thread Cunningham Emmett
I have been using Tomcat 4 with JK2 connecting to IIS on Win2K and have had little or no performance loss when compared to using iPlanet. There is a small hit when compared to accessing Tomcat directly. But that is a *small* hit. One developer I know has also been using XP to support this configu

IIS Redirector confuses responses

2003-12-09 Thread Cunningham Emmett
Description: Occasionally when under heavy load User1 will receive the response associated with the request from User2. This is VERY rare and Users find this feature undesirable. This does not happen running Standalone or using the iPlanet redirector. Configuration: Running IIS

Re: integrating tomcat 4.04 into iplanet 4.1 using nsapi_redirector on linux

2002-08-04 Thread Cunningham Emmett
doubts then attach obj.conf to your response. I'll take a look at it. emmett --- Jerry Birchler <[EMAIL PROTECTED]> wrote: > Has anyone done this? > > If so, I would like some help. I have compiled the > redirector and validated > that it is getting invoked, my connecto

Re: tomcat and netscape

2002-07-29 Thread Cunningham Emmett
I haven't played with apache and IIS. But I do know a fair amount about the iPlanet integration. If you have a more specific question then just forward it. I hope that I can help. emmett --- Durham David Cntr 805CSS/SCBE <[EMAIL PROTECTED]> wrote: > Anyone know if jaka

RE: getRemoteHost(): how to get the fully qualified name?

2002-07-18 Thread Cunningham Emmett
There was an interface that was sorta usable from a programmatic standpoint. It was closed due to abuse. There are companies that sell a survey of the web relative to IP addresses and hostnames. I think that one of the products that Paul Vixies company sells has this, or did a few years ago an

Re: tomcat 4.0.2 & iPlanet Web Server 4.1 sp9

2002-07-17 Thread Cunningham Emmett
I have been doing a lot of work with Tomcat 3.x and the Nsapi redirector. Yes, it works. Your problem is probably one of configuration in obj.conf. It is VERY sensitive to ordering. In the default object you need to define ALL of the items being redirected prior to the default Ns handler.

Re: NSAPI redirector in Tomcat 4.0.x ?

2002-07-16 Thread Cunningham Emmett
>From what I recall the redirector and tomcat are fairly orthogonal, thus you can use the redirector from 3.x. --- Alexandre Kaszycki <[EMAIL PROTECTED]> wrote: > Hi there, > > I would like to install Tomcat 4.0.1 on iPlanet > Enterprise Server 4.1 SP10. > > I know there was a NSAPI redirec

Re: Problems With POST Method

2002-07-10 Thread Cunningham Emmett
Just one datapoint. I haven't had any problems getting large datafiles to upload using POST. I've been working with test files in excess of 50MB. This is on Solaris 6 & 8, NT, and Win2K running against Java 1.3.1_03 and Tomcat 3.2.1. Though the most important aspect of this is the upload se

Re: configuring tomcat to run behind iPlanet Web Server...

2002-07-10 Thread Cunningham Emmett
Let me provide a few pointers. http://developer.iplanet.com/docs/technote/webserver/migratin.html The short story is to use the NSAPI redirector and AJP13. Configure the AJP13 Connection handler in server.xml. The redirector is typically included in the tomcat distribution. Though some fol

Slow upload speeds

2002-07-09 Thread Cunningham Emmett
This is my first post to this group and I hope that it makes sense. Using either Tomcat 3.2.1 or 3.2.4 and JDK 1.3.1_01 and my own or Jason Hunters Upload servlet there is a performance problem when going from an IE client to a Solaris server. Versions Used: JDK 1.3.1_03 IE