Re: Performance testing anyone?

2000-11-17 Thread Aleksey Tsalolikhin
On Wed, Nov 15, 2000 at 11:17:06AM -0600, Mike La Budde wrote: > How are people doing performance testing? What tools are out there to aid > in this process? Dear Mike, We're using e-Test Suite from RSW, http://www.rswsoftware.com/products/etest-suite_index.shtml It's

What's with the _0002f in the filenames? (Precompiling JSP's)

2000-11-28 Thread Aleksey Tsalolikhin
Ok, here's a naive question: When Tomcat (3.2b8/Sun JDK 1.2.2_06) runs a JSP file for me, say, somefile.jsp, I notice it a) precompiles to somefile.java in the work directory for that context b) compiles it to _0002fsomefile_0002ejspsomefile_0.class c) renames that to _0002fsomefile_0002ejspsome

Re: precompilations

2000-11-28 Thread Aleksey Tsalolikhin
On Thu, Nov 23, 2000 at 06:34:01AM -0600, Michael H. La Budde wrote: > At 11/23/2000 09:29 AM +0100, you wrote: > >Is Possible the tomcat precompile the pages? > >there is any precompilation mode? > >there is anything to precompile? > > Here are two possibilities for precompiling all your jsp pag

Re: JspC HOW-TO? (Was precompilations)

2000-11-29 Thread Aleksey Tsalolikhin
00 server errors while trying to compile JSP pages under heavy load, and if so, how did you deal with it, please? Yours Sincerely, Aleksey Tsalolikhin

Re: Thread handling question

2000-11-30 Thread Aleksey Tsalolikhin
On Thu, Nov 30, 2000 at 05:21:56PM +0100, Kai Müller wrote: > Hi, > > I try to understand how Tomcat 3.1 handles requests. [...] > > What about Tomcat 3.2 (announced today) and thread pooling? Is it > similar? Dear Kai, Check out the "Use a Thread Pool in your Connectors" section in Tomcat

multiple hostnames in Host?

2000-12-01 Thread Aleksey Tsalolikhin
Hi, I've set up a virtual host in Tomcat 3.2 using ... Great! but there's is about a dozen hostnames that this website is supposed to come up under. In Apache, I would have had: ServerName www.domain.com ServerAlias www.domain2.com www.domain3.com www.

Binding to IP? (Tomcat 3.2)

2000-12-13 Thread Aleksey Tsalolikhin
le instances of stand-alone Tomcat on this one server, for example, one bound to 10.0.0.1:80, another to 10.0.0.2:80, and so on, to get the most out of our hardware. Can Tomcat 3.2.1 do this? I'm running it on Solaris 2.6 with Sun JDK 1.2.2. Yours truly, Aleksey Tsalolikhin UNIX System Administrator

Re: Tomcat 3.2.1 Source Tar Corrupt?

2001-01-09 Thread Aleksey Tsalolikhin
On Tue, Jan 09, 2001 at 11:31:06AM -0800, Pogo Com wrote: > I've tried downloading the Tomcat 3.2.1 source tar > multiple times. It always gunzips fine, but when > doing the untar, I get a directory checksum error. Yup, you need to use GNU tar to untar it. You can get it from http://www.gnu.or

Re: Is ANYONE doing this?? TC3.2.1 standalone + SSL + multiple instances on multiple IP's

2001-01-09 Thread Aleksey Tsalolikhin
behind a load balancer, you can run different instances on different ports. Yours Sincerely, Aleksey Tsalolikhin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Meta -inf folder

2001-01-16 Thread Aleksey Tsalolikhin
Dear Mary, They are part of the JAR file. http://www.lirmm.fr/beans/doc/jar.html may help. Yours, Aleksey On Sat, Jan 13, 2001 at 01:31:48AM -, Mary McCarthy wrote: > Hi, > Anyone know what the Meta-inf folder is for? > Thanks in advance. > _