Suppress Connection reset by peer: socket write error.

2005-09-16 Thread Dola Woolfe
Hi, I apologize for asking this question again for I remembering asking this question in the past, but I can't find the response. What setting (and where) will suppress the aforementioned exception in the tomcat log? Thank you very much in advance, again! Dola

Help figuring out Virtual Hosts

2005-09-16 Thread Dola Woolfe
Hi, I've certainly RTFM'd and had thoroughly read http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html#Host%20Name%20Aliases but I just can't figure out how to get virtual servers to work. Basically, assume that DNS is set up properly and that ServerA.com ServerB.com and Server.com

Re: Minimal server

2005-05-24 Thread Dola Woolfe
Yes, I think Will captured what I'm trying to do. Let me give you a slightly more specific description because I would like to hear what you guys have to say. I basically want to write a relatively small application which has nothing to with being a web server. What it will have a significant GUI

Minimal server

2005-05-23 Thread Dola Woolfe
Hi, Perhaps this is a strange question. Basically, I believe that (for many purposes) the browser provides the easiest way to create a GUI. I want to write a program that can be interfaced to via a browser. However, I do not want it to run out of Tomcat since I want the presence of the java

Minimal tomcat

2005-05-23 Thread Dola Woolfe
Hi, Perhaps this is a strange question. Basically, I believe that (for many purposes) the browser provides the easiest way to create a GUI. I want to write a program that can be interfaced to via a browser. However, I do not want it to run out of Tomcat since I want the presence of the java

Re: Minimal server

2005-05-23 Thread Dola Woolfe
that this is possible with Jetty as well as Tomcat. Can you point to an example of embedding? Thanks! Dola --- Will Hartung [EMAIL PROTECTED] wrote: From: Dola Woolfe [EMAIL PROTECTED] Sent: Monday, May 23, 2005 1:15 PM Can this be done? I basically want to program to have a thread that listens

Dynamic to static conversion

2005-04-29 Thread Dola Woolfe
Hi, A friend of mine has asked me to help him build an eBay store. So I need to build a bunch of static pages. I think that it is still a good idea to do so programmatically (the only way I know how to do it!) through jsp. Do you agree? How would I then convert pseudo-dynamic pages to static in

RE: Dynamic to static conversion

2005-04-29 Thread Dola Woolfe
gets the output of your pages and saves them. You can get the code for doing this pretty much from the COS message classes. Jack On 4/29/05, Dola Woolfe [EMAIL PROTECTED] wrote: Hi, A friend of mine has asked me to help him build an eBay store. So I need to build a bunch of static

Virtual hosts

2005-04-25 Thread Dola Woolfe
Hi, Running TC5.5 as a stand-alone. I've been reading about the HOST element, and i see that it can make mysite.com and www.mysite.com go to the same place. I apologize if I put it in a simplistic way. But can it make www.mysite.com be forwarded to www.mysite.com/myapp? Many thanks in advance!

RE: Tomcat and JBuilder 2005 (And Java 1.5?)

2005-04-07 Thread Dola Woolfe
project's classpath. -Mark -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 11:28 AM To: Tom Cat Subject: Tomcat and JBuilder 2005 Hello, I use Tomcat 5.5 with JBuilder9 on my machine but had to install JBuilder2005 on my

Tomcat and JBuilder 2005

2005-04-05 Thread Dola Woolfe
Hello, I use Tomcat 5.5 with JBuilder9 on my machine but had to install JBuilder2005 on my colleague's machine (with java 1.5) and am now getting strange compilation errors. For example: Data.jsp: java.lang.NoClassDefFoundError: org/apache/tools/ant/AntClassLoader and also: Exception in

Tomcat: who is knocking on my door?

2005-02-21 Thread Dola Woolfe
First, I'm sure this is documented so can anyone point me to the documentation on how to determine the client application. Second, does Tomcat itself do anything different depending on who's making the request. I sometimes notice that IE's requests are fielded faster than wget's requests.

RE: Tale of two servers

2005-02-14 Thread Dola Woolfe
] wrote: The most common thing for this kind of issue is DNS resolution. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 On Thu, 10 Feb 2005 01:19:10 -0800 (PST), Dola Woolfe [EMAIL PROTECTED] wrote: The offender is a super duper new dell

RE: Tale of two servers

2005-02-14 Thread Dola Woolfe
Sorry for being dumb, but where is that option? Can't seem to find it. The Option categories I have are Auto-Protect Script Blocing Manual Scan Email Instant Messenger LiveUpdate Threat Categories Mescellaneous Thanks --- Peter Crowther [EMAIL PROTECTED] wrote: From: Dola Woolfe [mailto

RE: Tale of two servers

2005-02-14 Thread Dola Woolfe
Hi, Proud to say I'm not going to cover my ass (if I don't have to :). But I remember there were some worms that hit your computer even if you didn't do anything on it. One day my non-av'ed computer just went down with SoBig, I think, while Norton caught it on all other computers. So perhaps it

Tale of two servers

2005-02-10 Thread Dola Woolfe
Hi, I'm running TC5.5 on two different servers in the same office. Both run XP Pro SP2. Both servers are programmatically queried by users and are bombarded with thousands of requests. One of the servers responds much more quickly than the other. In fact, one of them causes timeouts. The

Re: How to suggest the name of file - sorry this is offtopic

2005-01-26 Thread Dola Woolfe
Thanks! --- Tim Funk [EMAIL PROTECTED] wrote: http://jakarta.apache.org/tomcat/faq/misc.html#saveas -Tim Dola Woolfe wrote: Hi, I apologize for what is probably an offtopic question. I have a jsp (MyPage.jsp) that produces a text file (contentType=text/text

Re: Multiple hit from one user problem

2005-01-25 Thread Dola Woolfe
This sounds like resource exhaustion. Either the client is holding HTTP connections open (Excel? No, it could not be so ;-) ) or the server is not releasing DB connections. Nix. You know, this explanation seems very plausible. (It's not a question of releasing DB installations

Connection reset by peer: socket write error

2005-01-25 Thread Dola Woolfe
Hi, I get these all the time. They don't seem to be disruptive so I don't worry about them too much. But the do obscure the valuable output so I would like to eliminate them if psiible. Dola ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error

Re: Connection reset by peer: socket write error

2005-01-25 Thread Dola Woolfe
Is there a way to suppress them? I'm using TC5.5.4 on XP. --- Mladen Turk [EMAIL PROTECTED] wrote: Dola Woolfe wrote: Hi, I get these all the time. This exception occurs when a client made a request, and before receiving the full response, either of the following happened: 1

Re: Connection reset by peer: socket write error

2005-01-25 Thread Dola Woolfe
Do not use debug log level. Mladen. Is it this part of of web.xml and should the 6 be lowered? servlet servlet-namecgi/servlet-name servlet-classorg.apache.catalina.servlets.CGIServlet/servlet-class init-param param-namedebug/param-name

How to suggest the name of file - sorry this is offtopic

2005-01-25 Thread Dola Woolfe
Hi, I apologize for what is probably an offtopic question. I have a jsp (MyPage.jsp) that produces a text file (contentType=text/text ). How can I make it so that when the user chooses to Save the file rather than Open it, that a name such as SomeFileName.txt is the default. Unfortunately, IE

Virtual domains

2005-01-24 Thread Dola Woolfe
Recently I asked whether Tomcat can be used w/o Apache, and the answers that I received convinced me that for my project using Tomcat by itself is the right thing to do. But does Tomcat support virtual domains? Aaron Fude __ Do you

Meaning of threads

2005-01-24 Thread Dola Woolfe
Hi, Where can I read about the meaning of the following options: maxThreads=150 minSpareThreads=25 maxSpareThreads=75 My server tends to lock out a user who bombards it with requests so I'm wondering whether those options have anything to do with it before I post the problem here. Aaron Fude

Re: Meaning of threads

2005-01-24 Thread Dola Woolfe
server is idle, it will at least have 25 threads waiting to handle requests maxSpareThreads=75 if your server is idle, it will have no more than 75 threads waiting to handle requests you get the direction this is going in, right? Filip - Original Message - From: Dola Woolfe [EMAIL

Re: Virtual domains

2005-01-24 Thread Dola Woolfe
The FM, particularly the Server Configuration Reference, is your friend :-) Wrong! Guys like you, who point me to the FM, are my friends. Thanks for the response. Aaron __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile

Re: Meaning of threads

2005-01-24 Thread Dola Woolfe
. Filip - Original Message - From: Dola Woolfe [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, January 24, 2005 3:29 PM Subject: Re: Meaning of threads Yes, I get the direction this is going in! I assume that the reason for having threads

Re: AW: Meaning of threads

2005-01-24 Thread Dola Woolfe
In my experience however, this does NOT work well in a high traffic situation. I'm sure you're not saying that Tomcat does NOT work well in a high traffic situation. You are just saying that in a high traffic situation one should turn off keep alives. Am I guessing correctly that I have only a

Multiple hit from one user problem

2005-01-24 Thread Dola Woolfe
Hi, Since this doesn't appear to threads issue I'm taking it out into a separate thread. I'm running TC 5.4.4 on port 80 with no Apache on XP Pro. A colleague on mine has an Excel spreadsheet attempts to perform about 2000 very short queries, most likely in sequence. About half of the way

In NY? Snowed in? Know TC5.5?

2005-01-23 Thread Dola Woolfe
Hi, I need help porting an application from Tomcat 3.3 to Tomcat 5.5. I could spend the day plowing through documentation and figuring out the new philosophy or I could spend an couple of hours with someone very knowledgeable who would help me do this, answer my questions and get paid fairly in

What is it mean that Java code does not belong in well designed JSP pages?

2005-01-23 Thread Dola Woolfe
I just read this thread and didn't quite understand it. If it means what it seems to mean on the surface, I'm doing everything wrong. Schematically, my typical JSP page looks like the following (basically 100% code). Is this what Craig is advising against? %@ page errorPage=ErrorPage.jsp

Re: What is it mean that Java code does not belong in well designed JSP pages?

2005-01-23 Thread Dola Woolfe
might be needed that might overlap existing pages. -Tim Dola Woolfe wrote: I just read this thread and didn't quite understand it. If it means what it seems to mean on the surface, I'm doing everything wrong. Schematically, my typical JSP page looks like the following

Re: What is it mean that Java code does not belong in well designed JSP pages?

2005-01-23 Thread Dola Woolfe
to find out what is up than to just follow the dictates of whomever. Once again, good question. I hope this engenders a long and useful thread. If it did, we could save a lot of ink on the list. Jack On Sun, 23 Jan 2005 07:07:21 -0800 (PST), Dola Woolfe [EMAIL PROTECTED] wrote: I

Syntax error on toekn import

2005-01-23 Thread Dola Woolfe
Hi, Just switched to a certain extent to 5.5 (hero). I'm getting Sintax error on toekn import, Identifier exprected after this token. but the stack trace does not refer to any of my classes or jsp pages. Where can I start looking for this error? Dola

Re: Syntax error on toekn import

2005-01-23 Thread Dola Woolfe
import=java.util.*,ddr.* % %@ page import=java.sql.* % Doug - Original Message - From: Dola Woolfe [EMAIL PROTECTED] To: Tom Cat tomcat-user@jakarta.apache.org Sent: Sunday, January 23, 2005 5:44 PM Subject: Syntax error on toekn import Hi, Just switched

Re: Syntax error on toekn import

2005-01-23 Thread Dola Woolfe
down. Sometimes there is a second segment named root cause. Doug - Original Message - From: Dola Woolfe [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Sunday, January 23, 2005 8:42 PM Subject: Re: Syntax error on toekn import ...Thanks

5.0 vs 5.5

2004-12-13 Thread Dola Woolfe
So I decided to upgrade my Tomcat (and go with the standalone). Should I go with 5.0 or 5.5? I heard that 5.5 is not quite stable but I'm worried that I will spend time learning how to manage 5.0 and then in a couple months I will have to relearn 5.5; Are there many differences in management?

Tomcat as standalone

2004-12-12 Thread Dola Woolfe
It 90% of my website is dynamic, is it a good idea to skip the apache server altogether and just run Tomcat alone on port 80? Seems like a good idea: one few application to worry about, no headache with connecting apache and tomcat (which I still haven't figured out how to do with 5.x) and so

Re: Apache locks up

2004-12-12 Thread Dola Woolfe
--- Wade Chandler [EMAIL PROTECTED] wrote: Dola Woolfe wrote: --- Wade Chandler [EMAIL PROTECTED] wrote: Dola Woolfe wrote: Everything is locked up, including the static resources! __ Do you Yahoo!? The all-new My Yahoo

Re: Apache locks up

2004-12-09 Thread Dola Woolfe
Everything is locked up, including the static resources! __ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com - To unsubscribe, e-mail: [EMAIL

RE: Apache locks up

2004-12-09 Thread Dola Woolfe
;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 12:05 PM To: Tomcat Users List Subject: Re: Apache locks up Everything is locked up, including the static resources

Re: Apache locks up

2004-12-09 Thread Dola Woolfe
--- Wade Chandler [EMAIL PROTECTED] wrote: Dola Woolfe wrote: Everything is locked up, including the static resources! __ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com

Apache locks up

2004-12-06 Thread Dola Woolfe
Hi I'm using Tomcat 3.4 (I think) with Apache 1.2x (I think) and a mod_jk.dll. When someone bombards my servlet from a WXP machine then my Apache server stops responding to that machine for about 5 minutes. During that span of time, going to myserver:8080/mywebapp still works! This does not

Nagging DNS issue

2004-07-26 Thread Dola Woolfe
Hi, I'm using Tomcat 3.3.2 (connection via modjk to) Apache 1.3 Windows XP Pro My laptop's network name is, say, DOLACHIN. Going to http://DOLACHIN; on our local network gets an immediate response - somehow Windows networks make a broadcast and find the machine - I have no clue how this happens

RE: Nagging DNS issue

2004-07-26 Thread Dola Woolfe
Subject: Re: Nagging DNS issue On Mon, Jul 26, 2004 at 12:22:05AM -0700, Dola Woolfe wrote: : http://DOLACHIN/myproject; also gets : an immediate response. : : But not always! For example, if : 1. my wireless connection is enabled by not available, : or : 2. is enabled available

RE: Tomcat too slow in Windows 2000 server

2004-07-26 Thread Dola Woolfe
How much slower is it? I'm wondering if it's the same issue that I was talking about in the Nagging DNS problem. I'm getting 30 second delays, so nevermind if you're talking about the server taking 2 seconds vs 1 second. --- [EMAIL PROTECTED] wrote: I have a Symantec Antivirus client running...

Re: ErrorPage.jsp - how to get the address of the offending page?

2004-06-01 Thread Dola Woolfe
Does the request attribute javax.servlet.error.request_uri suit your needs ? (from the servlet spec, SRV.9.9.1) Actually returns null. I'm using Tomcat 3; Could that be the reason? Here's my snippet: %@ page isErrorPage=true% %

RE: ErrorPage.jsp - how to get the address of the offending page?

2004-06-01 Thread Dola Woolfe
be set: . javax.servlet.error.status_code . javax.servlet.error.exception_type . javax.servlet.error.message So you'd need tomcat 4 and above for javax.servlet.error.request_uri -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:28 AM

Need tomcat consulting - Sorry if this kind of message is not allowed.

2004-05-26 Thread Dola Woolfe
I hope that the moderator will delete this email if this sort of thing is against the list's charter - I've read the guidelines and it seems ok. Is anyone interested in a little bit of consulting on the recent version of tomcat and integration with apache (mostly on windows) as well as other

ErrorPage.jsp - how to get the address of the offending page?

2004-05-26 Thread Dola Woolfe
Hi, The subject pretty much contains the question. I would like the error page to send me an email with the URL of page that caused the exception. However, I can't figure out how to do it othe than by parsing the stack trace and somehow backing out the webpage.jsp that caused the error. Thanks!

Re: Can't get jk2 to work!

2003-12-12 Thread Dola Woolfe
Sorry, I still couldn't get it to work. (Apache would not restart.) I took the file mod_jk_1.2.5_2.0.47.dll renamed it as intructed and put it in the modules directory. I left the rest unchanged as in the original email. Perhaps I'm doing something dumb and altogether wrong! Dola --- Mark

Need help with connectors

2003-12-12 Thread Dola Woolfe
Hi, I'm beginning to think that I need to be a system administrator to connect Apache 2.0 with Tomcat 5.0! I've already spent 2 full days trying to get it to work. I remember that for Tomcat 3.4 it took me about 5 minutes. (I can't even tell whether there is too much documentation or not

Tomcat 5 Newbie

2003-12-11 Thread Dola Woolfe
Hi, Just switched from Tomcat 3.4 to 5.0 (Win platform). I copied my entire application from the old webapps dir to the new one, but when I start Tomcat (through the start menu) everything seems to run correctly, except I get the following error when I got to localhost:8080/myapp/index.jsp

Re: Tomcat 5 Newbie

2003-12-11 Thread Dola Woolfe
Hi Tim, I have %@ page import=html.* buffer=16k % Is this not OK? I have to admit I don't even know why one would want to play change it. Pavel --- Tim Funk [EMAIL PROTECTED] wrote: You probbaly have [EMAIL PROTECTED] buffer='BAD VALUE HERE' % -Tim Dola Woolfe wrote: Hi, Just

Re: Tomcat 5 Newbie

2003-12-11 Thread Dola Woolfe
Dola Woolfe wrote: Hi Tim, I have %@ page import=html.* buffer=16k % Is this not OK? I have to admit I don't even know why one would want to play change it. - To unsubscribe, e-mail: [EMAIL

Can't get jk2 to work!

2003-12-11 Thread Dola Woolfe
Hi, I'm trying to get JK2 to work to integrate Apache 2.0.48 with Tomcat 5.0. I've followed instructions verbatim from http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/quickhowto.html Perhaps, that's the answer to my question (5.0 vs 4.1), in which case please point me to Tomcat 5.0

Re: Can't get jk2 to work!

2003-12-11 Thread Dola Woolfe
Thanks! Yes, I'm intrested in the simplest to get running! So... which one is the normal socket configuration. I know it's a stupid question, but I don't know the answer. Is it OK that instructions are for 4.1 and I'm using 5.0? Thanks once again! --- Mark Eggers [EMAIL PROTECTED] wrote: JK2