DBCP Log

2003-02-05 Thread Chanan Braunstein
. Thanks, Chanan Braunstein knovel Corp. Web Development Manager 607-648-4770 x672 http://www.knovel.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat Performance Concerns

2003-02-06 Thread Chanan Braunstein
Yet another performance page: http://webperformanceinc.com/library/ServletReport/index.html Chanan Braunstein knovel Corp. Web Development Manager 607-648-4770 x672 http://www.knovel.com - To unsubscribe, e-mail: [EMAIL

RE: Bug? in Tomcat 4.1.18 with TagLib

2003-02-06 Thread Chanan Braunstein
, default true Chanan Braunstein knovel Corp. Web Development Manager 607-648-4770 x672 http://www.knovel.com -Original Message- From: Etienne [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 11:17 AM To: 'Tomcat Users List' Subject: RE: Bug? in Tomcat 4.1.18 with TagLib

RE: IIS5 and tomcat 4.1.18

2003-02-12 Thread Chanan Braunstein
itself is downloadable from the Tomcat 3.3 release directory, don't worry that is the one you want to use for Tomcat 4 & 5 too). Chanan Braunstein knovel Corp. Web Development Manager 607-648-4770 x672 http://www.knovel.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

2 Problems with Session Listener

2003-02-13 Thread chanan braunstein
Thanks, Chanan Braunstein knovel Corp. Web Development Manager 607-648-4770 x672 http://www.knovel.com

RE: NameNotFoundException: Name jdbc is not bound in this context

2003-02-18 Thread Chanan Braunstein
Use: "java:comp/env/jdbc/mydatasource" Chanan Braunstein knovel Corp. Web Development Manager 607-648-4770 x672 http://www.knovel.com -Original Message- From: Rejeev Divakaran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 3:51 AM To: [EMAIL PROTECTE

sendRedirect and page buffers

2003-05-30 Thread chanan braunstein
.CoyoteResponseFacade.sendRedirect(CoyoteRespon seFacade.java:340) at org.apache.jsp.Show_Text_jsp._jspService(Show_Text_jsp.java:250) So I tried increasing the buffer using the buffer attribute and this does not seem to help (I have it set to 64kb now). Any ideas? Chanan Braunstein knovel Corp. Web Development

RE: sendRedirect and page buffers

2003-05-30 Thread Chanan Braunstein
Not more then 64kb that the buffer was defined as though. To answer Mufaddal Khumri, on line 250 is the response.sendRedirect. Chanan Braunstein knovel Corp. Web Development Manager 607-648-4770 x672 http://www.knovel.com -Original Message- From: Shapira, Yoav [mailto:[EMAIL

Request Too Large

2003-09-10 Thread chanan braunstein
4.1.27-LE with JDK 1.4.2 on Win 2003. Thanks, Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com

RE: Request Too Large

2003-09-15 Thread Chanan Braunstein
As far as I can tell it was a POST not a GET - but since Tomcat completely fails on this request, I don't know how to be sure. Does anyone know the place in the code that would output such an error? Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knove

RE: Request Too Large

2003-09-15 Thread Chanan Braunstein
I am using Tomcat 4.1.27-LE with JDK 1.4.2 on Win 2003. Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Welch, Ronald P [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 11:54 AM To: 'Tomcat Users

IIS log files

2003-10-27 Thread Chanan Braunstein
Good Morning, I am using Tomcat 4 with the IIS redirector dll (version 1 I think). The URI being written to the IIS log files is always: /jakarta/isapi_redirect.dll instead of the JSP file name. Is there a way to fix that? Chanan Braunstein Knovel Corp. Web Development Manager 607-773

RE: IIS log files

2003-10-27 Thread Chanan Braunstein
Might have to do it from the access logs from within Tomcat - Did you try doing that yet? I haven't yet. We were using Web Trends - we are now using Live Stats - Same idea as Web Trends. Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knove

RE: service does not start on win2K???

2004-04-01 Thread Chanan Braunstein
the VM options are valid. Try removing everything that you might have added, I think the default is (With your directories of course): -Dcatalina.home="C:\Tomcat 5.0" -Djava.endorsed.dirs="C:\Tomcat 5.0\common\endorsed" -Xrs Start Tomcat service and see if it works. Chanan Br

RE: service does not start on win2K???

2004-04-01 Thread Chanan Braunstein
. Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 12:09 PM To: Tomcat Users List Subject: Re: service does not start on win2K??? Chanan Braunstein

Memory Leak

2004-04-15 Thread Chanan Braunstein
used is at about 200,000 K. What am I missing here? My current params are -server -Xrs -Xms356M -Xmx356M - I tried all kinds of different sizes for the memory but that doesn't really help. Any suggestions as to where (how) to look to find my memory leak? Chanan Braunstein Knovel

RE: Memory Leak

2004-04-15 Thread Chanan Braunstein
admin app anyway. Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Bernhard Slominski [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 10:59 AM To: 'Tomcat Users List' Subject: AW: Memory Leak

RE: Memory Leak

2004-04-15 Thread Chanan Braunstein
st class I have is taking 100k - it never grows, it is created in a singleton at startup and is only read from, I checked it is always at 100k - never growing bigger (as expected). Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Origin

RE: Memory Leak

2004-04-15 Thread Chanan Braunstein
at all the memory doesn't go down. Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 11:11 AM To: Tomcat Users List Subject: RE: Memory L

RE: Memory Leak

2004-04-15 Thread Chanan Braunstein
Yes, the heap memory does go down, my problem is the OS memory. Why will it never go down? Won't that cause over time in tomcat (as indeed is what I am seeing)? Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message-

RE: Memory Leak

2004-04-15 Thread Chanan Braunstein
I am not sure what a live reinit is, but I doubt it, I just have an exploded webapp directory with jar files in the lib directory, should be ok. Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Allistair Crossley

RE: Memory Leak

2004-04-15 Thread Chanan Braunstein
Sun 1.4.2_02 on win2k Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 11:47 AM To: Tomcat Users List Subject: RE: Memory Leak Which vm

RE: Memory Leak

2004-04-15 Thread Chanan Braunstein
ZE=5 set JAVA_PARAMS=-DGCOPSIZE=%GCOPSIZE% Anyone knows what that is? Can that be the fix to my problem? Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Chanan Braunstein [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Memory Leak

2004-04-15 Thread Chanan Braunstein
Actually I have. My problem is that I fail to see the memory leak in the profiler and I fail to get Tomcat to crash while being profiled. However, If I just start Tomcat from the services, it will crash with a few hours. Usually when Mem Usage approaches VM Size. Chanan Braunstein Knovel Corp

EL Configuration problem

2004-04-21 Thread Chanan Braunstein
Hello, Using Tomcat 5.0.19 I cannot get EL to work in my webapp (It works fine in jsp-examples). I checked the version of web.xml to make sure it is 2.4 and I added to be safe: *.jsp false But, all I get is the EL text back at me. --

RE: EL Configuration problem

2004-04-21 Thread Chanan Braunstein
Well as for the code that is easy, nothing works, for example, I took this from the examples page: ${header["user-agent"]} I attached my web.xml, I don't know what else can effect EL. Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http:/

RE: EL Configuration problem

2004-04-22 Thread Chanan Braunstein
disabling EL? Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Shane Linley [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 10:42 PM To: Tomcat Users List Subject: RE: EL Configuration problem I had a

Client Deployer Package

2004-02-04 Thread Chanan Braunstein
? Thanks, Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Client Deployer Package

2004-02-06 Thread Chanan Braunstein
Hello, No one knows the syntax for the client deployer? Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Chanan Braunstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:45 PM To: 'T

Deployer problem

2004-02-10 Thread Chanan Braunstein
ED C:\Tomcat 5.0\webapps\build.xml:73: java.lang.ExceptionInInitializerError So questions: 1) What is up with not putting tld files in the lib folder? Where is a better location? 2) why did the build fail? And how do I fix it? Thanks, Chanan Braunstein Knovel Corp. Web Development Manager

RE: Deployer problem

2004-02-11 Thread Chanan Braunstein
compile should fail, because the web-app works fine. Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 4:35 PM To: Tomcat Users List

Tag File Question

2004-02-11 Thread Chanan Braunstein
Hello, I am starting to use the tag file feature of JSP 2/Tomcat 5. A plain Hello tag works fine. However, my "real" tag doesn't seem to compile and I have no errors in the logs and nothing on the screen - where did the compile errors disappear to? Chanan Braunstein K

Tag File Attribute Question

2004-02-11 Thread Chanan Braunstein
red="true" %> <%= input %> 1) The file test.tag won't compile. Why? 2) How come no compile errors are placed in the stdout.log file? Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com ---

Tomcat 5 -server option and log files

2004-03-12 Thread Chanan Braunstein
o set the JVM to use Sun's server JVM? 2) How do I get log output after I do that? Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com