RE: includes

2003-04-03 Thread Turoff, Steve
First, note that your syntax was incorrect - you put the @ in front of the %. Second, try this: %@ include file=/a/myinclude.jsp % Note that this is a static include, ie, if you change /a/myinclude.jsp the change will not show up in the file including it, unless that file is recompiled.

RE: Out of memory error

2003-04-01 Thread Turoff, Steve
I had the same problem on Redhat 7.1. I tried using the -Xmx and -Xms switches, but nothing seemed to help. I then switched to IBMJava2-14 and it solved the problem. Steve -Original Message- From: Darian Shimy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 1:16 PM To: 'Tomcat

Tomcat hosting provider needed

2003-03-13 Thread Turoff, Steve
Greetings, Can anyone recommend a good Tomcat hosting provider? I thought there was a list somewhere, but I can't seem to find it. Thanks, Steve Steven Turoff Peoples Health Network 200 W. Esplanade Ave., Suite 600 Kenner, Louisiana 70065 tel: 504.461.9800 ext. 4363 CONFIDENTIAL HEALTH

RE: Different JDK

2003-02-25 Thread Turoff, Steve
Yes, you can use the IBM JDK. I'm currently using IBMJava2-14 on Redhat Linux 7.1 and am getting much better performance than I did with Sun's JDK. Steve -Original Message- From: Brantley Hobbs [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 1:33 PM To: [EMAIL PROTECTED]

RE: Memory issue with Tomcat/4.0.3

2003-02-12 Thread Turoff, Steve
Alain, What O.S. and JDK are you using? I use Redhat 7.1 and got significantly better memory management when I upgraded to IBMJava2-14. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:37 AM Subject: Memory issue with

RE: memory problem (SOLVED)

2003-01-21 Thread Turoff, Steve
-13, it would have climbed above 500 Megs within a day. Hope this helps. Steve -Original Message- From: Turoff, Steve Sent: Thursday, January 16, 2003 12:12 PM To: Tomcat Users List Subject: RE: memory problem I get the same problem with tomat 4.1 and IBM jdk1.3. Yesterday I

RE: memory problem

2003-01-16 Thread Turoff, Steve
I get the same problem with tomat 4.1 and IBM jdk1.3. Yesterday I upgraded to IBM jdk1.4. Haven't experienced an OutOfMemory yet, but it's still a little too early to tell. I'll keep you updated. Steve -Original Message- From: Kristján Bjarni Guðmundsson [mailto:[EMAIL PROTECTED]]

RE: TOMCAT - MEMORY PROBLEM

2003-01-14 Thread Turoff, Steve
I too am having the same problem. I believe in my case, the problem may stem from the fact that Tomcat 4.1.x maintains a reference to every JSP page that has ever been requested. My site has hundreds of JSP pages, several of which I believe are dynamic (Can someone clarify what makes a JSP page

RE: Memory Usage and Garbage Collection

2003-01-10 Thread Turoff, Steve
Will, I too am experiencing memory problems and I think your explanation below might apply to me. I'm using Tomcat 4.1 on RedHat Linux. Over the course of a few days, I notice, (using top) that the amount of physical memory used by the java processes continually increases until it hits the

RE: how to users let know application server is down

2003-01-08 Thread Turoff, Steve
Venkat, Here's one method: 1) Create an HTML Page, in Apache's html document root called something like error500.html. Note that this assumes that Apache is serving HTML pages and Tomcat is serving jsp pages. 2) Add the following line to your httpd.conf file, somewhere in the Main Server

RE: Problems with file upload

2002-12-18 Thread Turoff, Steve
Marco, I sometimes get this problem, too, using a similar setup. Usually, I can go back to the HTML form, reload it, and submit it again, and it works. I have not had any luck in determining it's cause. Perhaps you should post this to the Commons Users List (see

RE: filter jsp:include servletPath?

2002-12-12 Thread Turoff, Steve
Aaron, I am interested in doing the same thing. Can you post the filter and taglib? Thanks, STeve -Original Message- From: AAron nAAs [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 11:45 AM To: [EMAIL PROTECTED] Subject: Re: filter jsp:include servletPath? Due

RE: Possible to subclass a web application?

2002-11-21 Thread Turoff, Steve
virtual host. Then create a context-specific directory(named the same in all hosts) that contains header.jsp,etc that are specific to each host. Charlie -Original Message- From: Turoff, Steve [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 4:52 PM To: Tomcat

Possible to subclass a web application?

2002-11-15 Thread Turoff, Steve
Greetings, I have searched the archives but cannot seem to find an answer to this question. I currently have a Tomcat (v 3.2.3) - Apache (v 1.3.19) - Red-Hat web site, www.siteA.com, that consists of several hundred jsp pages and several servlets. I want to create a second web site,

RE: Possible to subclass a web application?

2002-11-15 Thread Turoff, Steve
[mailto:cvdg;pobox.com] Sent: Friday, November 15, 2002 3:48 PM To: Tomcat Users List; Turoff, Steve Subject: Re: Possible to subclass a web application? On Friday 15 November 2002 22:17, Turoff, Steve wrote: I currently have a Tomcat (v 3.2.3) - Apache (v 1.3.19) - Red-Hat web site