Re: running Tomcat as a service/daemon on Linux

2002-07-28 Thread David Goodenough
On Sunday 28 July 2002 05:53, you wrote: I don't know what your OS is, but I installed via RPM and I have a script in /etc/rc.d/init.d named tomcat4. No, it's not as handy as service tomcat4 start, but it works :-) I typically wind up doing From what I understand service is a script which

Re: running Tomcat as a service/daemon on Linux

2002-07-28 Thread Tore Skogly
søndag 28. juli 2002, 06:53, wrote Eddie Bush: I don't know what your OS is, but I installed via RPM and I have a script in /etc/rc.d/init.d named tomcat4. No, it's not as handy as service tomcat4 start, but it works :-) I typically wind up doing something like !?4 rest? anyway :-P (which

Re[2]: Apache-tomcat integration

2002-07-28 Thread Rick Reumann
On Friday, July 26, 2002, 4:24:52 PM, Turner, John wrote: TJ Where can I get documentation on how to integrate tomcat with apache? I TJ looked on the site, but I can't find a definitive answer (at least in my TJ opinion). If your concern is with a windows system and it's Apache2.0.39 and

Clustering with Tomcat

2002-07-28 Thread Luminous Heart
Here is a great article by Shyam Kumar posted on O'Reilly onJava.com website. http://www.onjava.com/pub/a/onjava/2002/07/17/tomcluster.html?page=1 The article comes with the needed code to implement clustering. I hope someone would pass it to the core development, this might move tomcat into a

warp connector and number of connecionst

2002-07-28 Thread Ryszard Lach
Hi! What does maxProcessors attribute in warp connector mean ? I thought it is the total number of connections between apache and the engine the connector was defined in, but I see there is many times more established tcp connections between my apache and tomcat then defined in maxProcessors.

Tomcat 3.3.1 - socketCloseDelay value

2002-07-28 Thread Nathan Smith
Has anyone found a value to set the socketCloseDelay to for the Http10Connector in tomcat 3.3.1. I am having problems where the java.net.SocketException seems to be re-occuring when users logon and when a windowis opened by the parent window in explorer to display information. It seems to

runaway queries with tomcat and Progress database using JDBC driver.

2002-07-28 Thread Nathan Smith
Does anybody have any ideas on how I might implement the best practical way to shutdown or stop a query once it has been executed in a servlet and has taken too long to return back any data. One solution is to execute the query within a new thread and then try and make the thread exit

Re: runaway queries with tomcat and Progress database using JDBC driver.

2002-07-28 Thread Michael E. Locasto
- Original Message - From: Nathan Smith [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, July 28, 2002 7:28 PM Subject: runaway queries with tomcat and Progress database using JDBC driver. Does anybody have any ideas on how I might implement the best

Tomcat developer or user documentation.

2002-07-28 Thread Nathan Smith
Is their anywhere some really solid indepth documentation for setting up and maintaining tomcat for production or development environments. I need to tweak Tomcat 3.3.1 so that it is basically bulletproof and will not fall over under strenuous use, or basically when many users are querying

How to migrate for Tomcat 3.3.1 to Tomcat 4.x?

2002-07-28 Thread Nathan Smith
Have I been living under a rock or something? Does anybody know of information for migrating a Tomcat 3.3.1 web application to Tomcat 4.x and up. I have had Tomcat 4.0 able to start in the past and had the logon screen loaded but after logging in an exception is thrown for the next page.

Re: warp connector and number of connecionst

2002-07-28 Thread Michael E. Locasto
I'm assuming you're using some 4.0.x version, I think warp has been deprecated and replaced by Coyote in 4.1. This document isn't of much use... http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/warp.html but you can probably find out the answer in the source

How can I setup a JSP page with traditional-Chinese words in Tomcat 4.x?

2002-07-28 Thread @Basebeans.com
Subject: How can I setup a JSP page with traditional-Chinese words in Tomcat 4.x? From: news.basebeans.com [EMAIL PROTECTED] === Hi, I design a JSP page and I want the page to show traditional-Chinese words. After I wrote the correct Chinese words in the JSP page, I run the JSP page in

Re: Tomcat developer or user documentation.

2002-07-28 Thread Michael E. Locasto
Nathan, There is pretty good documentation both on the website and contained within the distributions in the doc/ directory. There is no John Q's Chronicle of Setting Up Tomcat 3.3.1 to the best of my knowledge. However, I think that something like that would be a great thing to write and submit

Re: How to migrate for Tomcat 3.3.1 to Tomcat 4.x?

2002-07-28 Thread Michael E. Locasto
Nathan, The Tomcat homepage says that Version 4.0 implements the final released versions of the Servlet 2.3 and JSP 1.2 specifications. As required by the specifications, Tomcat 4.0 also supports web applications built for the Servlet 2.2 and JSP 1.1 specifications with no changes. So it looks

Re: Help, Can I Use JAAS in the Tomcat 3.3 /4.0 enviorment

2002-07-28 Thread John Gentilin
I can get JAAS working as a Servlet just fine under Tomcat when I configure Tomcat with a static classpath under the JBuilder environment. When I take that same code and run Tomcat in stand alone mode, the LoginModule (a JAAS Class) can not find any of of the LoginModule's define in the

Symlink Problem

2002-07-28 Thread SomchaiDion
Dear sir, I am using tomcat 4.1.3-LE-jdk14 with JSDK 1.4.0 on my Linux(Mandrake 8.1). I cannot access my homepage with has a symlink. I post this problem to tomcat-dev and got the answer below that it is a side-effect of security problem. However, may be someone has any trick to solve this

Re: Tomcat 3.3.1 - socketCloseDelay value

2002-07-28 Thread Bill Barker
I haven't actually seen a need for it at all except on an XP box. On those, a value of 100 = x = 250 seems to work well (depending on the speed of the network card). This doesn't look like one of those cases. If the user hits the stop button (or clicks on the x), then you are going to see a