RE: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS: [TomcatD ocumentation Redactors To Hire]

2001-07-03 Thread Parayali, Jayesh 1065
Title: RE: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS: [TomcatD ocumentation Redactors To Hire] I like docbook. -Original Message- From:   GOMEZ Henri [SMTP:[EMAIL PROTECTED]] Sent:   Tuesday, July 03, 2001 1:06 AM To: [EMAIL PROTECTED] Subject:    RE: [PRE-PROPOSAL]

combined log fomat - AccessLogValve.java

2001-07-02 Thread Parayali, Jayesh 1065
uot; + hreq.getHeader("Referer"); Thanks, Jayesh

RE: java.lang.OutOfMemoryError

2001-03-23 Thread Parayali, Jayesh 1065
not doing a whole lot of contatenation, but i do use stringWriter --> is it the same as stringBuffer? thanks --- "Parayali, Jayesh 1065" <[EMAIL PROTECTED]> wrote: > Here is one suggestion. > Use StringBuffer instead of String if you are doing > string contate

RE: java.lang.OutOfMemoryError

2001-03-22 Thread Parayali, Jayesh 1065
Title: RE: java.lang.OutOfMemoryError Here is one suggestion. Use StringBuffer instead of String if you are doing string contatenation. -Original Message- From:   chu luk [SMTP:[EMAIL PROTECTED]] Sent:   Thursday, March 22, 2001 5:17 PM To: [EMAIL PROTECTED] Subject:    java.

RE: Tomcat broke after Oracle installation

2001-03-12 Thread Parayali, Jayesh 1065
Title: RE: Tomcat broke after Oracle installation could be that oracle is using an older JVM. Check it out. -Original Message- From:   Kemp Randy [SMTP:[EMAIL PROTECTED]] Sent:   Saturday, March 10, 2001 9:10 AM To: [EMAIL PROTECTED] Subject:    Tomcat broke after Oracle inst

gzip

2001-03-07 Thread Parayali, Jayesh 1065
the architecture of tomcat. Thank you, Jayesh

Locale

2001-01-23 Thread Jayesh
I compiled tomcat 3.2.1 on Redhat Linux 7.0. I use JDK1.3 when I start tomcat, I get the message below. Anyone knows how to fix? Jayesh $ ./startup.sh Using classpath: /http/apps/tomcat3.2/classes:/http/apps/tomcat3.2/lib/ant.jar:/ http/apps/tomcat3.2/lib/servlet.jar:/http/apps/tomcat3.2/lib

RE: load balancing and failsafety

2001-01-21 Thread Jayesh
Thanks Kief. I would like to help too. Let me take a look at the messages. -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: Re: load balancing and failsafety Jayesh typed the following on 10:55 AM 1/21

RE: load balancing and failsafety

2001-01-21 Thread Jayesh
yes. -Original Message- From: James Courtney [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 1:23 PM To: [EMAIL PROTECTED] Subject: RE: load balancing and failsafety You mean tomcat sans Apache or IIS out front? -Jamey -Original Message- From: Jayesh [mailto:[EMAIL

load balancing and failsafety

2001-01-21 Thread Jayesh
Anybody implemented load balancing and failsafety on tomcat stand alone? Thanks, Jayesh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

RE: sendRedirect to PDF - repeats 3 times?

2001-01-20 Thread Jayesh
I had this problem. User IE 5.5 OR Open Acrobat reader Go to File, Preference, General and uncheck web browser integration. If you notice, apache is setup to use HTTP 1.0 protocol for IE 5.0. Try changing that. I don't remember which configuration file. Give it a try. Jayesh -Ori

welcome-file

2001-01-19 Thread Jayesh
I tried configuring welcome-file attribute like below. HomePage.jsp It doesn't work. Please help. Jayesh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yaho

RE: session timeout

2001-01-18 Thread Jayesh
I tried the first approach, it works great with 3.x. Thank you, Jayesh -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 8:26 AM To: [EMAIL PROTECTED] Subject: Re: session timeout Jayesh typed the following on 08:00 AM 1/17/2001 -0800 &g

session timeout

2001-01-17 Thread Jayesh
Hi, I need to do some work when tomcat session gets timed out. Could anyone of you suggest how I can do it. Changing invalidate/expire method would be the last thing I like to do. Is there any other way (call back method??). Thanks, Jayesh

netscape timing out

2000-12-28 Thread Parayali, Jayesh 1065
Title: netscape timing out I am using tomcat 3.2.1 release build on winnt4.0 when I use jsp:forward, IE works fine.Netscape gets timed out. <% str1 = "myPage.jsp"; str1 = response.encodeURL(str1); %> Any idea? Thanks, Jayesh

FW: Virtual hosting

2000-12-14 Thread Parayali, Jayesh 1065
Title: FW: Virtual hosting -Original Message- From:   Parayali, Jayesh 1065 [SMTP:[EMAIL PROTECTED]] Sent:   Thursday, December 14, 2000 3:29 PM To: '[EMAIL PROTECTED]' Subject:    Virtual hosting I have set up 2 virtual hosts on a server running tomcat 3.2 r