RE: Tomcat 5 : java.lang.OutOfMemoryError

2004-04-20 Thread Allistair Crossley
11:41 To: Tomcat Users List Subject: R: Tomcat 5 : java.lang.OutOfMemoryError About : wipe out 1200M memory I've read it in a TOMCAT Mail archive. How wipe memory should be configurate? Thanks Francesco. -Messaggio originale- Da: Allistair Crossley [mailto:[EMAIL PROTECTED] Inviato

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
Hm, I just decided to test the stream terminated unexpectedly upload bug with JK2/IIS/TC5 and your statement that adding DEBUG to JK2 removes the problem. Firstly, I uploaded a series of files of increasing size from 50K through to 60K at 1K intervals. The bug appears at files of 54K+ (tested

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
Nevertheless my tests and the chap who previously mentioned logger helped his case both show that logger being switched on has _some_ effect in relation to this issue, although your case now shows that it is not the _complete_ picture. Do the JK2 ISAPI development team monitor this list? ADC

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
connector -- isapi2 -- file upload - BUG HACK PROVED -Original Message- From: Allistair Crossley Nevertheless my tests and the chap who previously mentioned logger helped his case both show that logger being switched on has _some_ effect in relation to this issue, although your

RE: JK connector -- isapi2 -- file upload - SOLVED

2004-04-20 Thread Allistair Crossley
: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 14:01 To: 'Tomcat Users List' Subject: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED -Original Message- From: Allistair Crossley Nevertheless my tests and the chap who previously mentioned logger helped his

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
Alex don't ask me where I saw this but I read that your SHM size causes issues - I cannot remember what issue I had when it was the same as your but I changed it to 1048576 and it solved it. This may be a total red herring but hey. -Original Message- From: Alex [mailto:[EMAIL

RE: JK connector -- isapi2 -- file upload

2004-04-19 Thread Allistair Crossley
I use a workaround - my upload form uploads to port 8080 directly and then Tomcat redirects the user back to port IIS port 80 after the upload. ADC. -Original Message- From: JoAnn Lemm [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 18:17 To: 'Tomcat Users List' Subject: RE: JK connector

RE: precompilation of jsps

2004-04-15 Thread Allistair Crossley
You need to use Jasper 2 whic is on the Tomcat 5 homepage. There is an Ant build file that you need to run to do this .. the instructions are there. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html ADC -Original Message- From: Niraj Alok [mailto:[EMAIL PROTECTED] Sent:

RE: Memory Leak

2004-04-15 Thread Allistair Crossley
In your profiler rather than looking at the type of object taking the memory look at the accumulated memory consumed by your classes. This will show you which classes are taking up the most memory and if you have a leak you might expect this accumulated value to be a high percentage of the

RE: Memory Leak

2004-04-15 Thread Allistair Crossley
this is what I have heard before but it is not true. our Tomcat 5.0.19 under load in the task manager view goes up to about 150MB and overnight or under light load goes back down to 95MB. ADC -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: 15 April 2004 16:32

RE: Memory Leak

2004-04-15 Thread Allistair Crossley
the only time my task manager memory went up and never came down came from the classloader having to reload classes because I had dynamic reloading switched on ... are you deploying classes that force tomcat to do a live reinit? -Original Message- From: Chanan Braunstein [mailto:[EMAIL

RE: Memory Leak

2004-04-15 Thread Allistair Crossley
To: Tomcat Users List Subject: RE: Memory Leak Which vm and os do you use ? That behaviour is jvm and os dependend. (This is the first time I hear of an implementation that returns memory to the os, although I knew that it could be done) -Original Message- From: Allistair Crossley

RE: TC 5.0.19 logs get cluttered in high performance scenarios

2004-04-14 Thread Allistair Crossley
In a similar vein, I get the following littering the stdout.log 14-Apr-2004 13:25:03 org.apache.jk.server.JkCoyoteHandler action INFO: Response already commited 14-Apr-2004 13:25:07 org.apache.jk.common.HandlerRequest decodeRequest I would also be interested in getting rid of all this logging.

RE: Request parameters getting lost

2004-04-13 Thread Allistair Crossley
the only time i lost request parameters was because the form was multipart/form-data. In that case you need to use a form upload processer like commons FileUploader. ADC -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 13:49 To: Tomcat Users List

Big Thanks

2004-04-13 Thread Allistair Crossley
Thanks to all on the list who have supported my questions, we launched our system this morning and apart from being a little slow under load it's been well received. Cheers, ADC FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE --- QAS Ltd.

How to handle tomcat's stdout.log size

2004-04-13 Thread Allistair Crossley
Hi Guys, me again :) I am noticing that the stdout.log is getting rather large very quickly. It is specified in the service.bat as --StdOutputFile %CATALINA_HOME%\logs\stdout.log It does not appear to have any way of rolling it over or restricting it's size via the server.xml. Can

RE: Tomcat and my application's performance ... time being lost?

2004-04-12 Thread Allistair Crossley
: Tomcat and my application's performance ... time being lost? Hi, Use a Profiler to show you exactly where time is spent. Yoav Shapira Millennium Research Informatics -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Sunday, April 11, 2004 3:51 PM To: [EMAIL

RE: Tomcat performance issue?

2004-04-12 Thread Allistair Crossley
This evening I did the same with JProbe under 360 requests as you describe and this led to me gaining a 38% speedup. The main bottleneck I found was some very simple tags I have were calling out.flush() at the end. Thiw was consuming 14 seconds of time to flush 1 string from the tag. The tag

Tomcat and my application's performance ... time being lost?

2004-04-11 Thread Allistair Crossley
Hello Guys *sigh* I am trying to make my app work as quick as possible but look at these stats... Page name: page_6 page_7 page_8 page_9 page_10 page_11 Min web transaction (without images): 460.79 1962.42 2296.12 2881.90 2660.72 1640.80 Avg web transaction

JSPC compiler breaks tag library calls in JSP?

2004-04-10 Thread Allistair Crossley
Hi Guys I have just compiled my application with the JSPC build file for Tomcat 5. I have noticed that all my custom tag calls in the JSPs have been spat out as is without being interpreted. So is JSPC only usable when no custom tags are included? This will be unfortunate as I will not be

RE: JSPC compiler breaks tag library calls in JSP?

2004-04-10 Thread Allistair Crossley
This is my own stupid fault .. the taglib was not included in the file in question and no error was presented by JasperC for me to pick this up. Cheers, ADC -Original Message- From: Allistair Crossley Sent: 10 April 2004 13:31 To: [EMAIL PROTECTED] Subject: JSPC compiler breaks tag

RE: starting out with tomcat and struts

2004-04-10 Thread Allistair Crossley
there are distributions of tomcat that do not come bundled with the examples. Normally there is another more complete download, or you can get them separately...take a look in the binaries on jakarta.apache.org under tomcat, I know they are there :) As for struts the best thing to do is just

RE: DefaultServlet character encoding

2004-04-09 Thread Allistair Crossley
or specify -Dfile.encoding=UTF or whatever in your tomcat startup -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 09 April 2004 16:55 To: 'Tomcat Users List' Subject: RE: DefaultServlet character encoding Hi, Tomcat ignores META tags (for good reasons I won't go in

RE: DefaultServlet character encoding

2004-04-09 Thread Allistair Crossley
: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 09, 2004 10:56 AM Subject: RE: DefaultServlet character encoding or specify -Dfile.encoding=UTF or whatever in your tomcat startup -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED

My own caching implementation...

2004-04-08 Thread Allistair Crossley
Hi Guys I have been trying to improve the performace of our app the past week and one of the things I did was to cache our vast navigation systems as lots of JSPs each with the page ID as the jsp filename. Annnyway, this works fine but each time a page is accessed where the JSP include for

JSPC not finding servlet files

2004-04-08 Thread Allistair Crossley
Hi Again Guys Last night I used the JSPC ant build to precompile all my JSPs. This created a SRC folder under my WEB-INF and a file called generated_web.xml but no classes? Therefore when I placed the web.xml entries and restarted and tried to run my apps lots of servlet not found exceptions

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Hi Matt, Welcome to the list from me. It's funny because you have just listed precisely the same server setup as we are launching our new tomcat based app to this weekend and I have been having nightmares about performance. We have a system like this; user - IIS - JK2 ISAPI -

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Yes ok :) but other than that ;) ADC. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 08 April 2004 17:01 To: Tomcat Users List Subject: RE: Tomcat configuration tuning Hi, Welcome to the list from me. It's funny because you have just listed precisely the same

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
To: Allistair Crossley Subject: RE: Tomcat configuration tuning I have seen a couple postings regarding poor performance with Tomcat recently and thought I'd respond because we are using IIS5 with Tomcat 5 and SQL 2000 as well. We have a Struts site but our difference is that we are using Tiles for our

RE: IIS mod_jk2 2.0.4 Bug???

2004-04-08 Thread Allistair Crossley
Yes it is Yoav. The error is stream unexpectedly terminated. I could not find anything on this at all. I resorted to having my multipart form upload to :8080 and then my action redirects back onto the IIS route through :80. Cheers, ADC -Original Message- From:

RE: My own caching implementation...

2004-04-08 Thread Allistair Crossley
an email and send it. - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 08, 2004 11:25 AM Subject: My own caching implementation... Hi Guys I have been

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication servlet as a filter. The filter is mapped to all requests /*. I just thought to myself on the train home whether because NTLM is a 3-way handshake, that this may be causing some

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
its slow then maybe I did the right thing. Charlie Allistair Crossley wrote: Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication

RE: My own caching implementation...

2004-04-08 Thread Allistair Crossley
. Just a thought -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 2:28 PM To: Tomcat Users List Subject: RE: My own caching implementation

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
with a filter servlet instead but if you say its slow then maybe I did the right thing. Charlie Allistair Crossley wrote: Slightly off-forum but related to my performance tuning of my tomcat webapp, I am

I think I narrowed performance issue down to Tomcat only

2004-04-05 Thread Allistair Crossley
HI Guys I started load testing my application last week and was horrified that my performance was 8s per page and an avg of 1.7 pages per second under a load of just 20 virtual users stepping through 6 pages. My setup is Tomcat 5.0.18, 512mb RAM, P3 I am using a Struts architectuer and have a

Dynamic class reloading and memory reclaiming

2004-03-22 Thread Allistair Crossley
Hi Guys I am able to generate an OutOfMemoryException on Tomcat by recompiling the main servlet of my application which forces Tomcat to reload my web application from scratch (i.e all the application scope objects and so on). Is it correct that Tomcat will not reclaim the memory that the old

Dynamic Class reloading and out of memory

2004-03-22 Thread Allistair Crossley
Yoav, I do apologise if it appears I am being prolific with problems and I do apologise if this is over critical, but it is testamount to the lack of quality documentation on Tomcat (and jakarta projects in general it has to be said) that has resulted in my not understanding how Tomcat is

RE: Heap View vs Windows Task Manager

2004-03-10 Thread Allistair Crossley
- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 5:46 PM To: [EMAIL PROTECTED] Subject: Heap View vs Windows Task Manager I wonder if anyone on this list can once and for all make me understand the difference between the Windows Task Manager process memory

Sessions

2004-03-10 Thread Allistair Crossley
Hi Guys I have a session ArrayList which has a value added to it say every request a user makes to the struts backend. When I open 2 browser windows and continue moving in the new window, the list changes with the new values. When I go back to the old window and refresh it maintains it's

RE: Heap View vs Windows Task Manager

2004-03-10 Thread Allistair Crossley
:22 To: Tomcat Users List Subject: RE: Heap View vs Windows Task Manager Have you tried to search for windows+task+manager+memory I just get 30 result. (If there is one that satisfies you is a different question) -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED

tomcat services do not start after jdk1.4.2 install - even new tomcat

2004-03-10 Thread Allistair Crossley
hey guys (again) .. seem to be having a few issues today. i had apache tomcat 5.0 and tomcat 5.0.18 installed both as services and both using jdk1.4.1 this morning. the services worked just fine. i decided to install jdk1.4.2. the first thing i did was uninstall jdk1.4.1. as soon as I did

Heap View vs Windows Task Manager

2004-03-09 Thread Allistair Crossley
I wonder if anyone on this list can once and for all make me understand the difference between the Windows Task Manager process memory and the Heap View in such a program like JProfiler. My Windows Task Manager reports on first loading my application about 50MB. As I wander around it grows

RE: Tomcat 5 and IIS 5

2004-02-16 Thread Allistair Crossley
forget that documentation it wont help you ... try out this which is for IIS 6 but I just ignored the IIS 6 specific parts! http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html Cheers, ADC -Original Message- From: Julien Martin [mailto:[EMAIL PROTECTED] Sent: 16 February 2004 17:20

RE: Error 500 from ISAPI_REDIRECTOR2.DLL

2004-02-12 Thread Allistair Crossley
ISAPI_REDIRECTOR2.DLL Allistair- How about your jk2.properties file? You have a matching shm in there? I also recall seeing something funny recently about a size of 100 not working, but 1048576 does. Bill -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent

Tomcat Logs Missing

2004-02-09 Thread Allistair Crossley
Guys, my Tomcat 5.0.18 does not create either of the following catalina.out stdout.txt stderr.txt It does create localhost_webapp_date logs which are specified in my Context My own log4j logging is fine also. Any ideas why Tomcat is not logging the others? I remember 5.0.16 was ok Cheers. ADC

RE: Tomcat Logs Missing

2004-02-09 Thread Allistair Crossley
Maucherat [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 14:12 To: Tomcat Users List Subject: Re: Tomcat Logs Missing Allistair Crossley wrote: Guys, my Tomcat 5.0.18 does not create either of the following catalina.out stdout.txt stderr.txt It does create localhost_webapp_date logs

RE: Errors not going to error-page

2004-02-06 Thread Allistair Crossley
you could try using the JSP error directive too %@ page errorPage=MyErrorPage.jsp % HTML HEADTITLETest Error Page/TITLE/HEAD BODY H2Throw Exception!/H2 % String nullString = null; % !-- Ooops -- % nullString.length(); % /BODY /HTML -Original Message- From: Antonio Fiol Bonnin

RE: Errors not going to error-page

2004-02-06 Thread Allistair Crossley
and you error page MyErrorPage.jsp %@ page isErrorPage=true % HTML HEADTITLEMy Error Page/TITLE/HEAD BODY H2Exception Information/H2 TABLE tr tdException Class:/td td%= exception.getClass() %/td /tr tr tdMessage:/td td%= exception.getMessage() %/td /tr /TABLE /BODY /HTML -Original

RE: Excel Mime problem

2004-02-06 Thread Allistair Crossley
I've just done this today! :) The following JSP boots up in Excel..you need to set the content type before ANYTHING else happens with the output stream % response.setContentType(application/vnd.ms-excel); response.addHeader(Content-Disposition, attachment;filename=myExcelTest.xls); % 1 5 ADC

RE: Excel Mime problem

2004-02-06 Thread Allistair Crossley
is openeing that as a text.. so where should i keep the content type codeiam using a window.open(,,.,,/../test.xls) i dont want to open a jsp in excel Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Allistair Crossley [EMAIL PROTECTED] 02/06

RE: Excel Mime problem

2004-02-06 Thread Allistair Crossley
in another tomcat environment also.. Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Allistair Crossley [EMAIL PROTECTED] 02/06/2004 06:20 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc

RE: Excel Mime problem

2004-02-06 Thread Allistair Crossley
try the Forums at java.sun.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 11:41 To: Tomcat Users List Subject: RE: Excel Mime problem i tried this option also..but it doesnt open still in a excel.. that is why iam stuck and wonder whats

RE: Excel Mime problem

2004-02-06 Thread Allistair Crossley
you may need to add a mime mapping element to your web.xml then. look it up tomcat mime types -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 11:46 To: Tomcat Users List Subject: RE: Excel Mime problem i see the excel being created.. i can

RE: Excel Mime problem

2004-02-06 Thread Allistair Crossley
add this to the tomcat_home/conf/web.xml file mime-mapping extensionxls/extension mime-typeapplication/msexcel/mime-type /mime-mapping this is why I asked about your URL .. you are using tomcat as a web server and web servers normally handle mime types -Original Message- From:

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Allistair Crossley
Yes. Use the JK2 connector available on the download index. -Original Message- From: Andrzej Jan Taramina [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 13:20 To: [EMAIL PROTECTED] Subject: Tomcat 5.0.18 with connector to IIS? Has anyone got Tomcat 5.0.18 front-ended with IIS using a

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Allistair Crossley
/ Original Message Follows From: Allistair Crossley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Tomcat 5.0.18 with connector to IIS? Date: Fri, 6 Feb 2004 14:07:48 - MIME-Version: 1.0 Received: from

RE: workers2.properties syntax

2004-02-05 Thread Allistair Crossley
I'd like to know how you use workers2.properties to load balance if possible. My original post is below... The following is my workers2.properties file. [shm:] info=Shared memory file. Required for multiprocess servers file=D:\Tomcat 5.0\work\jk2.shm size=100

Can someone sort out these failure notice messages!

2004-02-05 Thread Allistair Crossley
There are currently 2 emails coming through every 30 seconds on this list - can someone turn them off? ADC FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE --- QAS Ltd. Developers of QuickAddress Software a href=http://www.qas.com;www.qas.com/a

workers2.properties syntax and as Load Balancer??

2004-02-03 Thread Allistair Crossley
The following is my workers2.properties file. [shm:] info=Shared memory file. Required for multiprocess servers file=D:\Tomcat 5.0\work\jk2.shm size=100 [channel.socket:localhost:8009] info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol tomcatId=localhost:8009 [uri:/*.do]

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Allistair Crossley
FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE --- QAS Ltd. Developers of QuickAddress Software a href=http://www.qas.com;www.qas.com/a Registered in England: No 2582055 Registered in Australia: No 082 851 474

IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
. In order to be successful, all the objects must be serializable. In this example, the class com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it does not implement the Serializable interface. Vitor -- snip -- Allistair Crossley wrote: Hi, I quite often but not always get a huge

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
: IOException while loading persisted sessions continued.. No this is Java specific, not Tomcat. See http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html Yiannis -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:43 To: TOMCAT USER (E-mail

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
, you will have to make the MyLinks class implement this interface. If you don't want the fields inside this class to be serialized, make them transient. Andy -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:20 To: Tomcat Users List Subject

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
declared as Serializable? -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:20 To: Tomcat Users List Subject: RE: IOException while loading persisted sessions continued.. It says Classes that do not implement this interface will not have any

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
Thanks mate. Finally an answer that does not include what Serialization is ;) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 13:52 To: Tomcat Users List Subject: RE: IOException while loading persisted sessions continued.. Howdy, It's funny how

Available JVM Heap vs WTM Process Memory .. Continued

2004-01-30 Thread Allistair Crossley
Hi, I know this has been put forward a few times but I have not been satisfied with the answers given and I again raise the question after having done some playing with JProfiler yesterday. The difference between JProfiler's heap available/heal used telemetry view and the process memory

IOException while loading persisted sessions

2004-01-27 Thread Allistair Crossley
Hi, I quite often but not always get a huge stack trace thrown when Tomcat boots up the top part of which is the following. I'm not sure why it thinks it needs to be loading anything to do with my bean here from persisted sessions. Is that a setting that I have switched on that I need to

init 1 jndi pool fine, init 2 jndi pool not fine (with logging)

2004-01-27 Thread Allistair Crossley
Hi All, You may recall I posted that I solved this problem some time ago...I was trying to reference my JNDI pool in the init() method directly and I was getting Cannot create JDBC driver of class '' errors. I moved that out into the classes themselves and it was going so well. But I have

RE: Memory climbs until I get an OutOfMemory Error

2004-01-26 Thread Allistair Crossley
Hi, Did the old version without the connection pool work? What driver are you using? I ask because I had/may still have similar memory problems and we use the MS SQL Server drivers for the connection pool. I might try download a 3rd party demo and see what the performance on that is like

RE: Tomcat clustering

2004-01-26 Thread Allistair Crossley
hey, if 1 server is very powerful, then 1 instance of tomcat would not utilize the full resources available right? so does a cluster also make sense in this situation so that multiple tomcat instances on the same server can benefit an application's performance. I appreciate that multiple

RE: JavaScript Doubt

2004-01-23 Thread Allistair Crossley
this is not the list for these questions, stop cross posting -Original Message- From: Pinguti Sridevi [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 11:56 To: anand; javagroup; parvez; tomcat Cc: mahesh; siva; wipro Subject: JavaScript Doubt hey); If the user does not touch the

5.0.18 Catalina.out, stdout and stderr Missing

2004-01-23 Thread Allistair Crossley
My 5.0.18 TC has no Catalina.out, stdout and stderr whereas the 5.0.16 one had them straight off. I DO have localhost_logs. Am I missing a simple switch? Cheers ADC FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE --- QAS Ltd. Developers of

RE: memory leak in tomcat 5.0.16 ?

2004-01-22 Thread Allistair Crossley
We had exactly the same problem. 2 users on 5.0.16 after 20 minutes the RAM consumed was 158MB and then it crashed. Upgraded to 5.0.18 yesterday and RAM is a steady 30MB. I dont care what anyone says, 5.0.16 had a problem! -Original Message- From: Francois JEANMOUGIN [mailto:[EMAIL

RE: memory leak in tomcat 5.0.16 ?

2004-01-22 Thread Allistair Crossley
a steady 121MB. Is this normal or excessive? Derek -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: January 22, 2004 5:44 AM To: Tomcat Users List Subject: RE: memory leak in tomcat 5.0.16 ? We had exactly the same problem. 2 users on 5.0.16 after 20 minutes the RAM

RE: -verbose:gc

2004-01-22 Thread Allistair Crossley
i'm guessing a garbage collect reclaimed 64896K and the first two numbers are the before and after? [GC 28827K-22937K(64896K), 0.0062130 secs] ADC -Original Message- From: Derek Mahar [mailto:[EMAIL PROTECTED] Sent: 22 January 2004 15:04 To: Tomcat Users List Subject: -verbose:gc

JProfiler with 5.0.16 vs 5.0.18 Strange behaviour

2004-01-21 Thread Allistair Crossley
Here is something odd .. I have just installed Tomcat 5.0.18 so that it does not use IIS/JK2 like our 5.0.16 install. I have deployed our webapp on it. The profiling between the 2 is totally different. On the 5.0.16 profile just 2 requests to the webapp made the heap profile have a scale of

RE: JProfiler with 5.0.16 vs 5.0.18 Strange behaviour

2004-01-21 Thread Allistair Crossley
I read about the leak and some other posts but it seemed that Remy did not consider it to be anything many people would run into or even a big leak. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 17:05 To: Tomcat Users List Subject: RE: JProfiler

RE: JProfiler with 5.0.16 vs 5.0.18 Strange behaviour

2004-01-21 Thread Allistair Crossley
] Sent: 21 January 2004 17:21 To: Tomcat Users List Subject: Re: JProfiler with 5.0.16 vs 5.0.18 Strange behaviour Allistair Crossley wrote: I read about the leak and some other posts but it seemed that Remy did not consider it to be anything many people would run into or even a big leak

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Allistair Crossley
these parameters for a simple connection, do you really connect to SQLServer? I think that your real problem is to create a JNDI datasource. -- De: Allistair Crossley[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 19 de janeiro de 2004 13:35 Para

RE: maxProcessors vs maxThreads

2004-01-20 Thread Allistair Crossley
Hi Yoav, You seem to know what you are talking about and it amuses me everyday you come on at the same sort of time and bang off all the answers :) (although regrettably I was hoping you would answer my Tomcat and Clusters one yesterday). Anyways, if someone like you is not using the

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Allistair Crossley
] Sent: Tuesday, January 20, 2004 8:25 AM To: 'Tomcat Users List' Subject: RE: Please help, I have a headache .. servlet init troubles Right, usually we get a dataSource in doGet or doPost method. -- De: Allistair Crossley[SMTP:[EMAIL PROTECTED] Responder: Tomcat Users List

RE: maxProcessors vs maxThreads

2004-01-20 Thread Allistair Crossley
Hm, we have setup IIS in front of Tomcat so it can serve off the static content, I thought that was the conventional wisdom. We're looking at about 300+ users of which maybe lets say 20 concurrent at quiet times, probably approaching 100+ when we announce something. Would you say Tomcat can

RE: maxProcessors vs maxThreads

2004-01-20 Thread Allistair Crossley
Thanks Yoav. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 16:12 To: Tomcat Users List Subject: RE: maxProcessors vs maxThreads Howdy, Hm, we have setup IIS in front of Tomcat so it can serve off the static content, I thought that was the

Tomcat Cluster and Load Balancer

2004-01-19 Thread Allistair Crossley
Hi Guys, Could anyone recommend a good place to start for setting up a Tomcat cluster on the same server? I also need a good/free load balancer that can integrate with this cluster. I understand Tomcat 5 can be clustered with a load balancer but have never done anything like it and would

Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Allistair Crossley
I am having the biggest headache ever with this. When I start Tomcat 1) Why is my controller servlet always initialised twice?? That is, as soon as all my logging has finished for one init, it all comes out again a second time! 2) In the init I get the following error when it tries to look at

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Allistair Crossley
: Allistair Crossley[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 19 de janeiro de 2004 12:56 Para: TOMCAT USER (E-mail) Assunto: Please help, I have a headache .. servlet init troubles I am having the biggest headache ever with this. When I

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Allistair Crossley
in your web.xml? Yoav Shapira Millennium ChemInformatics -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 10:57 AM To: TOMCAT USER (E-mail) Subject: Please help, I have a headache .. servlet init troubles I am having the biggest

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Allistair Crossley
no, it's one host, Cheers, ADC -Original Message- From: James Neville [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 16:31 To: Tomcat Users List Subject: Re: Please help, I have a headache .. servlet init troubles Allistair Crossley wrote: Do you know why my servlet initalises twice

RE: out of memory problem. Help!

2004-01-19 Thread Allistair Crossley
This is very interesting to hear. I can believe it too...we lose between 400K and 5MB per request and Tomcat 5.0.16 bombs out at 155. We have invested in JProfiler now to see why but your comment is curious. Are you on the development team? When will 5.0.18 become stable...does not seem to be a

JK2 ISAPI between IIS and Tomcat 5 has file upload bug?

2004-01-16 Thread Allistair Crossley
Hi Guys, I am using Commons File Uploader to post a file to my Struts app running on TC 5. If I post a file upload to Tomcat directly, e.g http://server:8080/upload.do it works fine If I post a file through our IIS - JK2 - Tomcat method, e.g http://server/upload.do it fails with a Stream

RE: ISAPI redirector use with IIS5

2004-01-16 Thread Allistair Crossley
to post to the :8080 version of the URL for this action and then redirect back to the non-:8080 URL after. Do the JK2 boys not fix this stuff? Allistair Crossley __ Intranet Senior Developer New Media Group, QAS Ltd Telephone: 020 7819 5343

CVS

2004-01-14 Thread Allistair Crossley
Hi Guys, I was trying to get hold of the Tomcat source tree using CVS but I get the following problem; Sorry if this is nearing the line of Tomcat list or not... Logging in to :pserver:[EMAIL PROTECTED]:2401:/home/cvspublic cvs [login aborted]: connect to cvs.apache.org:2401 failed: No

RE: Memory Leaks

2004-01-14 Thread Allistair Crossley
I've been looking at this this week and have resolved that we need to buy a JVM Profiler, prob. JProfiler. -Original Message- From: Christian Witucki [mailto:[EMAIL PROTECTED] Sent: 14 January 2004 14:00 To: [EMAIL PROTECTED] Subject: Memory Leaks Does anyone know that when Garbage

RE: CVS

2004-01-14 Thread Allistair Crossley
Millennium ChemInformatics -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 8:56 AM To: TOMCAT USER (E-mail) Subject: CVS Hi Guys, I was trying to get hold of the Tomcat source tree using CVS but I get the following problem; Sorry

RE: CVS

2004-01-14 Thread Allistair Crossley
-Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 8:56 AM To: TOMCAT USER (E-mail) Subject: CVS Hi Guys, I was trying to get hold of the Tomcat source tree using CVS but I get the following problem; Sorry if this is nearing the line

RE: OpenSource / Free Profilers to use with Tomcat

2004-01-13 Thread Allistair Crossley
January 2004 19:22 To: Tomcat Users List Subject: Re: OpenSource / Free Profilers to use with Tomcat I used IBM alphaworks' jinsight (http://www.alphaworks.ibm.com/tech/jinsight) several years ago to do some profiling of a Tomcat-hosted application. YMMV. dwh Allistair Crossley wrote: Hi Guys

RE: Modifying tomcat startup options on Tomcat 5 with Windows .exe

2004-01-12 Thread Allistair Crossley
that it should, but I haven't actually tried it. Allistair Crossley [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have the windows version of Tomcat 5 installed and am using the windows service. I need to add the -security option to the startup. I notice that catalina.bat is still

Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Allistair Crossley
I am not sure if this is a Tomcat or Struts or code problem... Every now and again (every 5 minutes or so) my requests to Tomcat are coming back with a blank white page. The logs show the following stack trace where myController is an ActionServlet ... Servlet.service() for servlet

RE: Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Allistair Crossley
Hi No its not being restarted! Yes it is reloadable and we are compiling often, but I have found that in general it only serves a blank page when a request is made to a class that has been recompiled. OK, I will assume there is nothing untoward here for now! Cheers! -Original

<    1   2   3   4   5   6   7   >