Re: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-06 Thread David Rees
On 9/2/05, Guernsey, Byron (GE Consumer Industrial) [EMAIL PROTECTED] wrote: I apoligize for adding to this, but I'm hoping to jar someones memory. I gdb'ed the process now and the BUS error occurs in: snip Program received signal SIGBUS, Bus error. 0xfdfb4208 in service (e=0xf7c90,

Re: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-06 Thread David Rees
On 9/6/05, David Rees [EMAIL PROTECTED] wrote: That is the exact same core dump and back trace that I reported a while back when running on SGI Irix. Could be a 64bit or big endian problem? http://marc.theaimsgroup.com/?l=tomcat-devm=112501659012202w=2 I've opened a bug for this issue

Re: Big problem with running tomcat

2005-09-02 Thread David Rees
On 9/2/05, jmail [EMAIL PROTECTED] wrote: I would like to make something like virtual hosts using apache and tomcat, but some virtual host should take tomcat for reply. You need to use mod_jk. Look at the docs for it and the solution will become clear. -Dave

Re: Building Mod_jk for HP-UX fails

2005-09-01 Thread David Rees
On 8/30/05, Ivo Van Den Maagdenberg [EMAIL PROTECTED] After the jk/native/common directory is built, make does seems not pass through the jk/native/apache-1.3 directory properly. I would appreciate some help in getting make this to work. snip Make output below: Making all in apache-1.3

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-29 Thread David Rees
On 7/29/05, Ronald Klop [EMAIL PROTECTED] wrote: Compressing images is useless. We compress css and javascript and don't have problems with it, but our customers use quite new browsers, because the application doesn't work in pre-mozilla/pre-ie-5.5 at all. I've had problems with

Re: HTTP/1.1 GZIP compression and its impact on server

2005-07-28 Thread David Rees
On 7/28/05, Peddireddy Srikanth [EMAIL PROTECTED] wrote: can you tell me what would be the ideal page (or image or what ever it may be) size over which we can apply compression, so that we dont waste resources compressing smaller pages. I think may be compressing each and every page will

Re: clustering without loadbalancing

2005-04-14 Thread David Rees
On 4/14/05, Gaurav Bansal [EMAIL PROTECTED] wrote: I want to form a two node cluster of Tomcat servers which can failover but there should be no load balancing. But it should support session replication. I assume that you want to do it with Apache and have mod_jk handle the distribution of

Re: ThreadPool logFull

2005-04-14 Thread David Rees
On 4/13/05, Patty O'Reilly [EMAIL PROTECTED] wrote: I'm running tomcat 5.0.30. After running for a week or so the server begins to slow down and finally crashes because it is out of threads. I can see the java processes accumulating day by day. Send the process a -QUIT signal if on Linux,

Re: How to unsunscribe ?

2005-04-07 Thread David Rees
On Apr 7, 2005 11:47 AM, Krishna Gunturu [EMAIL PROTECTED] wrote: How to unsubscribe from Tomcat Users List? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache, tomcat and virtual host

2005-04-06 Thread David Rees
On Apr 5, 2005 11:23 PM, david joffrin [EMAIL PROTECTED] wrote: Yes, I'd like to set up the following set up the following URLs: http://www.domain1.com/ http://www.domain2.com/ https://sthg.domain1.com/ but this http://www.domain1.com/ must redirects to a tomcat instance and I would like

Re: Authentication problems with tomcat clustering.

2005-04-05 Thread David Rees
On Apr 5, 2005 3:13 PM, David Owens [EMAIL PROTECTED] wrote: After further debug, I see this is happening because mod_jk is ignoring the sticky sessions, and continuing to lb back and forth. After looking at the mod_jk code, I see it is looking for something after the '.' character in the

Re: Apache, tomcat and virtual host

2005-04-05 Thread David Rees
On Apr 5, 2005 4:17 AM, david joffrin [EMAIL PROTECTED] wrote: I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs

Re: Tomcat in a High Traffic Environment

2004-10-29 Thread David Rees
Mladen Turk wrote: Yes, but the keepalive is used mainly for making the 'state' out of 'stateless' protocol, and it's main advantage is that you don't need to acquire a new connection all the time. Take a look at RFC2068. Even apache keeps the thread open on keepalive connections (Of course

Re: Tomcat in a High Traffic Environment

2004-10-29 Thread David Rees
Andrew Miehs wrote: A connection pool of 750 threads seems unusable... How can 1 thread per connection scale? or have I misunderstood how tomcat uses its connection pool? And should all of these threads ever have something to do at the same time, the box would just fall over with a load of

Re: FW: is reloading the web context sufficient ?

2004-09-07 Thread David Rees
Quinten Verheyen wrote: I would simply like to know how on-going HTTP traffic is handled when the classes get reloaded, either by the reloadable attribute in the context or by the Manager webapp reload function. What version of Tomcat are you referring to? Tomcat 4.1.x or Tomcat 5.0.x?

Re: Can't compile jk 1.2.6

2004-08-03 Thread David Rees
Joseph Shraibman wrote, On 8/3/2004 7:29 PM: no apxs given checking for target platform... unix no apache given configure: error: Cannot find the WebServer But the apxs does exist. This is apache 2.0.50 I can't compile 1.2.5 either Look above, closely. Ask again if you can't figure it out. -Dave

Re: horrible problems with TC4.1 under RedHat Advanced Server

2004-08-01 Thread David Rees
Steve Summit wrote, On 8/1/2004 6:22 AM: I've got a big, complicated web application (too complicated to go into the details of here), and I'm having problems moving from Red Hat 9 to Red Hat Advanced Server / Enterprise Server. (The move is for support reasons.) I suspect that there's some

Re: SunONE versus Tomcat performance

2004-07-30 Thread David Rees
David Wall wrote: It is worth noting that Sun Java Web Server has better performance than Apache Tomcat; you can learn more about this from Sun Java Web Server vs. Apache/Tomcat Benchmarks. The link to the KeyLabs report is at

Re: tomcat 5.0.19 and NPTL

2004-07-27 Thread David Rees
QM wrote, On 7/27/2004 5:46 PM: On Tue, Jul 27, 2004 at 05:28:56PM -0700, Sunitha Kumar wrote: : Do we know if 5.0.19 can work with NPTL? This has to do with the underlying JDK, not Tomcat. If your JDK hasn't been recompiled to take advantage of NPTL then it may very well stumble through an NPTL

Re: Is there such a beast ? (virtual directories)

2004-07-13 Thread David Rees
Chong Yu Meng wrote, On 7/13/2004 9:07 AM: Mike Curwen wrote: host ... context docBase=/path/to/web-app/root/ path=/foo-app ... / context docBase=/some/other/path path=/images / /host I think this syntax would confuse Tomcat. I thought only one context tag is allowed ...? I could be wrong.

Re: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-06 Thread David Rees
Ivan Jouikov wrote, On 7/4/2004 1:04 PM: 1. JSTL and EL are inefficient. Tests on similar pages clearly showed that. (compare - ${name} with %=name%, run in a loop 1 times, you-?ll see the difference) Sure it will be slower, it is really java classes under the hood trying to hide

Re: Content compression in Tomcat

2004-07-01 Thread David Rees
Gabi wrote: I'm trying to compress the served jsp. As I'm using Apache 2 + Tomcat 4 + mod_jk, I suppose I can use mod_gzip apache module, but this have some problems (I'll use SSL in apache too, and mod_ssl+mod_gzip does not work very well in combination) so I wonder how with my

Re: development/production configuration for JSPs

2004-06-26 Thread David Rees
I would suggest leaving reloading set to true, but yes you can put it in $CATALINA_HOME/conf/web.xml for JspServlet. -Dave Emerson Cargnin wrote, On 6/25/2004 10:27 AM: a simple yes/no will be enough... Emerson Cargnin wrote: May I set the following in the web.xml of the CATALINA_HOME/conf ???

Re: high server load

2004-06-16 Thread David Rees
Jouko Johansson wrote: I configured the fork-setting to true and the load went down from 10 to 1.5 so the configuration helped a lot. Also the server availibility was enhanced. Is there still another configuration parameter which could decrease the load under 1.0 or do we need to buy better

Re: Tomcat5/mod_jk Memory Leak/mod_jk bypass

2004-06-02 Thread David Rees
Michiel Toneman wrote, On 6/2/2004 2:18 AM: I can confirm that this works with mod_jk too. I'm a little surprised that fixing this rather horrible memory leak doesn't appear to be a high priority. We were almost at a point of abandoning Tomcat altogether since we couldn't keep our test

RE: [ANN] Apache Tomcat 5.0.24 Stable released

2004-05-14 Thread David Rees
Shapira, Yoav wrote: The changelog is where it's always been since we've started publishing it, on the front page of the docs, in the left-hand navigation bar, near the bottom. Since your search skills are clearly lacking, here's a direct URL:

Re: mod_jk 1.2.6

2004-04-14 Thread David Rees
Krause Karin wrote, On 4/14/2004 5:19 AM: does anybody know from where I can get mod_jk in version 1.2.6? I found only binaries and sources for version 1.2.5. Or does anybody know which CVS tag I must use to check out this version? Version 1.2.6 has not been released yet. If you want the latest

Re: Request parameters getting lost

2004-04-13 Thread David Rees
Frank W. Zammetti wrote, On 4/12/2004 4:50 PM: So, my question is twofold... One, has anyone ever seen such an issue as missing parameters before, and if so, what information can you share with me about it? Two, am I off my rocker to think that connector config is way out of wack, and assuming it

Re: Request parameters getting lost

2004-04-13 Thread David Rees
David Rees wrote: Let me guess, you're using SSL, have keep-alive enabled, and are using MSIE with all the latest patches. Right? Turns out a patch released by MS around Feb 4 (KB832894) which causes MSIE to lose request parameters if the KeepAlive session expires, in other words, when

Re: Tomcat performance issue?

2004-04-12 Thread David Rees
Daniel Gibby wrote: Tomcat config: Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors=5 maxProcessors=255 enableLookups=true redirectPort=8443 acceptCount=100 debug=0 connectionTimeout=6/ Hey, I

Re: Tomcat performance issue?

2004-04-10 Thread David Rees
Denise Mangano wrote, On 4/9/2004 10:05 PM: I've tried searching the archives but have come up empty-handed. A few days ago I received a few complaints that my users hit a certain point in the application and could go no further. This point was when Apache gives control to Tomcat. I checked

Re: Issues in tomcat 5.0.19

2004-04-07 Thread David Rees
Carl Olivier wrote, On 4/6/2004 10:30 AM: Could the problem be that too many high processor-requirement threads are being started, and as such each gets less time on the processor - thus taking longer to process..and thus, should we not set the AJP worker maxThreads DOWN thus allowing the

Re: mod_jk leaks file handles on apache graceful restart?

2004-04-06 Thread David Rees
Carcassone France wrote: Well, I just extracted 1.2.5 binary from jakarta-tomcat-connectors-jk-1.2.5-solaris8-sparc-apache-1.3.28.tar.gz and replaced it with my existing mod_jk.so. (BTW, is there anyway to have mod_jk out its version number? I didn't see any version info in mod_jk.log even

Re: A couple of performance related questions

2004-04-03 Thread David Rees
Randy Paries wrote, On 4/3/2004 9:57 AM: 1) Is there any advantages/disadvantage to using mod_jk2 instead of mod_jk? Not really from my point of view. 2) has anyone used Jikes and seen a noticeable difference? It compiles faster, which is good if you have a slow machine and/or don't precompile

Re: Possible thread crossing

2004-03-25 Thread David Rees
Denise Mangano wrote, On 3/25/2004 8:04 AM: If the form data is not valid it calls Retry.jsp which I have tried two ways: 1) input type=hidden name=serialNumber value=%=formValidator.getSerialNumber()% 2) input type=hidden name=serialNumber value=123456789 If the form data is completely valid then

Re: Possible thread crossing

2004-03-25 Thread David Rees
Denise Mangano wrote, On 3/25/2004 8:45 AM: It would appear so, but the strange thing is that I have been using the same program since July of last year. I recently rebuilt my server and changed versions of RH, Apache and Tomcat - but my web pages and java programs were all restored from back up.

RE: Possible thread crossing

2004-03-25 Thread David Rees
Denise Mangano wrote: For the life of me I cannot recall why I made them static!!! There are a few other variables that I had static as well. I want to say that when I was writing the program I was getting compile errors stating that I cannot reference non-static variables and changing them

Re: What are you using for Failover Notification? (mod_jk)

2004-03-23 Thread David Rees
Clute, Andrew wrote, On 3/23/2004 7:02 AM: It seems to me the one large missing component of the mod_jk* connectors is notification of a failover -- either via email, pager, etc. I am sure there are people that are using mod_jk in production with a cluster and have a solution for being notified

Re: Possible thread crossing

2004-03-23 Thread David Rees
Denise Mangano wrote, On 3/23/2004 9:01 PM: I just wanted to point out again that this data appears to be getting crossed only with the clients that have the highest volume This is why I am thinking it's a java/Tomcat issue. Perhaps my java isn't using enough memory? (old-newbie guess?) How

RE: Problem with the memory of the tomcat

2004-03-19 Thread David Rees
Mike Millson wrote: On Fri, 2004-03-19 at 15:23, Shapira, Yoav wrote: Top on linux shows java threads as OS-level processes, which is wrong. Is this true even on RedHat Linux 9 and RHEL 3, which use NPTL (native posix thread library)? Tomcat shows up as 1 thread with top, and if I remember

Re: Broken pipe... PART 2...

2004-03-19 Thread David Rees
Chris Boyce wrote: Just to add my own observations... I can push over our test environment simply by hitting refresh (rapidly) for our front page, which does contain some SQL queries. By just one browser continuously interrupting the connections with refresh, I can watch the Java process in

Re: Problem using Tomcat with mod_rewrite.

2004-03-16 Thread David Rees
Axel Scheel wrote, On 3/16/2004 6:34 AM: Hi, we are using a slightly old tomcat 3.2.4 with apache 1.3.29 under Gentoo Linux and have a problem rewriting URLs like: So i think the problem is that the request is first taken by mod_jk before it is passed to mod_rewrite but i don't see any solution

Re: Problem using Tomcat with mod_rewrite.

2004-03-16 Thread David Rees
Axel Scheel wrote: The mod_jk was at the end of the LoadModule section. I tried around a little with the order and finaly it works if the mod_jk is located beween the mod_alias and the mod_rewrite. So the end of the load modules list looks like: LoadModule alias_module

Re: Load balancing for uptime

2004-03-15 Thread David Rees
Derek Clarkson wrote, On 3/15/2004 10:32 PM: We have an app written in a mix of JSP, servlets and struts across 3 instances of apache, tomcat and an RMI server. To say that it's a pile of smelly stuff is an understatement, however it works (mostly) and our customers depend on it. At least once a

Re: How can I get a method to be called every 60 seconds in Tomcat?

2004-03-15 Thread David Rees
tom ly wrote, On 3/15/2004 7:01 PM: I want to get a method to automatically get called every 60 seconds in Tomcat. The method reset() will reset monitoring information. How can I do this? Jcrontab - http://jcrontab.sourceforge.net/ -Dave

Re: Setting HTTP headers for static resources?

2004-03-14 Thread David Rees
Andreas Schildbach wrote, On 3/14/2004 12:48 PM: is there an easy way to set HTTP headers (specific: cache-control) in Tomcat 5 for static resources like CSS files or GIF pictures? By default, Tomcat does not seem to touch these headers. I know that I can set headers from Servlets/JSPs, but

Re: Is this normal? JK2: ajp13 listening on /0.0.0.0:8009.

2004-03-13 Thread David Rees
Galam wrote, On 3/12/2004 11:18 PM: Is the message JK2: ajp13 listening on /0.0.0.0:8009 normal? Why the ip address is all 0's? When listening on 0.0.0.0, that means that you are listening on all available TCP/IP addresses, and in this case port 8009. So yes, it is normal. -Dave

Re: JK Connector SYN packet for established connection

2004-03-12 Thread David Rees
Antonio Fiol Bonnín wrote, On 3/11/2004 11:11 PM: Tomcat will detect the closed connection and return that JK thread back to the pool for later use. It won't. If the firewall has already dropped the connection, Tomcat will not notice it being closed. OK, so if the conn is dropped, TC won't know

RE: JK Connector SYN packet for established connection

2004-03-11 Thread David Rees
CONANT,PATRICK (HP-FtCollins,ex1) wrote: Thanks for the proposal. We made the change, but to no avail. When the IIS server came back up, we saw the same problem start almost immediately. The only other report of this problem I could find was for a different product

Re: JK Connector SYN packet for established connection

2004-03-11 Thread David Rees
Antonio Fiol Bonnín wrote: That won't help. I think it will, see below. socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. Why will it cause problems on the Tomcat side? IMO, it

Re: JK Connector SYN packet for established connection

2004-03-10 Thread David Rees
CONANT,PATRICK (HP-FtCollins,ex1) wrote, On 3/10/2004 7:58 AM: Our workers.properties file is pretty simple: worker.list=frontend worker.frontend.host=X.XXX.hp.com worker.frontend.type=ajp13 worker.frontend.port=8007 Try setting the socket_keepalive and socket_timeout options and see if that

Re: clustering question?

2004-03-09 Thread David Rees
Alex wrote, On 3/9/2004 10:26 PM: thanks for the reply. I do indeed have that tag in web.xml for that web application. session-config session-timeout40/session-timeout /session-config distributable/ /web-app this is correct, yes? The distributable element should go

Re: What's the problem with Tomcat 4.1.29 and Switch?

2004-02-24 Thread David Rees
Ralph Einfeldt wrote, On 2/24/2004 12:41 AM: No, the first solution should't work: % break; % % case 2: % You're right, missed that one. Anyway, the original poster should get the idea. ;-) However, I prefer the JSTL solution. (But can't use it, a we still use JSP 1.0) JSP 1.0??? Even TC

Re: What's the problem with Tomcat 4.1.29 and Switch?

2004-02-23 Thread David Rees
Thanks. I wish Damon Hougland and Aaron Tavistock knew that before they published their Sun sanctioned book. It would have saved me a lot of frustration. I really expected Sun's CORE books to be better then Wrox. Their example was this which failed: % switch (day) { % % case 1: % font

Re: Tomcat hot reload

2004-02-18 Thread David Rees
Rigmor wrote, On 2/18/2004 11:01 PM: I have following setup: Tomcat 5.0.18 and Apache web server, we use jk2 to connect them. The problem is that when using Manager reload Ant task, servlet is offline (404, not available blah blah) for a few seconds. Is there any way to configurate ajp or/and jk2

Re: thread dump analysis

2004-02-17 Thread David Rees
On Tue, February 17, 2004 at 9:20 am, Daniel Gibby wrote: I did a kill -3 on the process that showed up on top and got a stack trace... the problem is I have no idea how to analyze the thread dump to see what is consuming CPU. I'm sure something must be spinning its wheels, but I don't know

Re: thread dump analysis

2004-02-17 Thread David Rees
On Tue, February 17, 2004 1at 2:04 pm, Daniel Gibby wrote: Well, I'd rather not show the world what my java processes are doing in case there is something proprietary in there. I'll send it to you personally. OK, but it's tough for people to help troubleshoot your issue unless you do so. ;-)

Re: thread dump analysis

2004-02-17 Thread David Rees
David Rees wrote, On 2/17/2004 12:43 PM: On Tue, February 17, 2004 1at 2:04 pm, Daniel Gibby wrote: Well, I'd rather not show the world what my java processes are doing in case there is something proprietary in there. I'll send it to you personally. OK, but it's tough for people to help

Re: Workaround for JK Bug

2004-02-13 Thread David Rees
On Fri, February 13, 2004 1at 1:03 am, Chris Pennock wrote: I have recently encountered a bug in the interaction between mod_jk and Tomcat. In brief, Tomcat does not get the POST data from mod_jk following failover from one Tomacat node to another. Also, here is a link to the bug in Apache's

Re: Workaround for JK Bug

2004-02-13 Thread David Rees
On Fri, February 13, 2004 1at 1:21 am, Thomas Tang wrote: Is this issue only in the binary release or all releases? I have jk 1.2.4 with apache 1.3.29 compiled from source on solaris but have not observed this problem. It's in all releases besides current CVS. The bug isn't that easy to

Re: Workaround for JK Bug

2004-02-13 Thread David Rees
On Fri, February 13, 2004 1at 1:23 am, Apu Shah wrote: i was wondering what the state of the checked in code is for mod_jk. the last tag on jk was 1.2.5 after which (i assume) there have been several checkins. would you recommend pushing out a cvs built mod_jk to production (probably unsafe,

Re: done did not found a worker

2004-02-10 Thread David Rees
Nicholas Bernstein wrote, On 2/9/2004 6:26 PM: if you've got a minute, take a look @ the configs I posted http://nicholasbernstein.com/tomcat/ and let me know if you see anything wrong with the setup. I'd rather stick to apache2; i'm using redhat ES and it looks like they've made a lot of RH

Re: done did not found a worker

2004-02-10 Thread David Rees
Dwayne Ghant wrote, On 2/9/2004 7:02 PM: Dave, I have been having semular issues would it be impossible for to post the four files listed below: 1. http.conf 2. ssl.conf 3. server.xml 4. workers2.properties Here's a sample for setting up Apache. This will work on either Apache 2.0.X or Apache

Re: done did not found a worker

2004-02-10 Thread David Rees
All that stuff below is related to mod_jk2, which I am definitely NOT an expert as noted in my previous email. Hope someone else can help you. -Dave Dwayne Ghant wrote, On 2/10/2004 8:58 AM: But Dave you didn't address this stuff below? I think this is where I'm having the most problems.

Re: Native application from servlet (java.net.SocketException: Connection reset by peer: socket write error)

2004-02-10 Thread David Rees
Veselin Kovacevic wrote, On 2/10/2004 2:14 AM: We have a servlet based application which open a native application and read some output from them. Sometimes we get an error in tomcat logfile but application work fine. Here is error. Any ideas what is possible problem? Looks normal. Appears

Re: done did not found a worker

2004-02-09 Thread David Rees
On Mon, February 9, 2004 at 4:41 pm, Charles Daniel wrote: Give up trying to use Apache2 with mod_jk. After spending days on the message boards trying to solve this one, I was ultimately told by the so-called experts that I had a network configuration problem and that some process was

Re: Do the tomcat developers use bugzilla?

2004-02-05 Thread David Rees
Josh Rehman wrote, On 2/4/2004 10:21 PM: At first I was shocked that TC5 has only 15 bugs registered. Then I looked at the TC4 bugs: only 647, and almost all of them new. Should I bother filing any more bugs? Are the TC developers using another bug system? Are they using any bug system?

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread David Rees
Remy Maucherat wrote, On 2/5/2004 1:32 AM: What I recommend with TC 5 is put your context declarations in /META-INF/context.xml, and use the manager to manage your webapps. If using external contexts, then it's the similar: either use the manager webapp or drop your context file in the right

Re: mod_jk as a load balancer - Am I missing something obvious?

2004-02-04 Thread David Rees
On Wed, February 4, 2004 1at 1:31 am, Antonio Fiol Bonnín wrote: Am I missing something very obvious? Do jvmRoutes need to have the same name as the workers? I find that strange, but I can't come up with something more logical... Yes, they do. -Dave

Re: mod_jk and virtual folders?

2004-02-04 Thread David Rees
On Wed, February 4, 2004 1at 2:02 pm, Tim Diez wrote: I'd like to use apache and mod_jk to dynamically re-route all subfolders of my httpd web server to a single Tomcat webapp. http://www.myserver.com/ http://www.myserver.com:8080/mywebapp The tricky part for me has been setting this up to

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread David Rees
Pete Stokes wrote, On 2/3/2004 8:09 AM: [EMAIL PROTECTED] wrote: For redundancy in apache the following options are open to you : 1) Use a http sprayer in front of the apache webservers 2) Use a load balancing software such as Stonebeat Webcluster 3) Manual failover. This is where you have

Re: Tomcat 4.1.27 hotfix - how to install

2004-02-03 Thread David Rees
Jose P. Gisone wrote, On 2/3/2004 5:41 AM: I would greatly appreciate any tips that would point me in the right direction. Instead of applying the hotfix, you should wait a few days and upgrade to 4.1.30. Also, unless you're having any problems with Tomcat, there is no real need to apply the

Re: WHY? Tomcat 5 maxThreads too low, set to 10

2004-02-02 Thread David Rees
On Mon, February 2, 2004 at 2:38 pm, Parris, Edward G wrote: I tried a similar configuration on Tomcat 5.0.18 but noticed a ThreadPool warning on startup stating that my maxThreads setting was too low and that it would be reset to 10. WARNING: maxThreads setting (3) too low, set to 10 Does

Re: WHY? Tomcat 5 maxThreads too low, set to 10

2004-02-02 Thread David Rees
On Mon, February 2, 2004 at 6:28 pm, Josh Rehman wrote: This brings up an interesting point. I'm too lazy to test it, but what happens if you tomcat needs more threads than it is allowed? Does the user get a 404? No. If the acceptCount is set to more than 0, the request will sit in the

Re: Load Balancing Problem...Urgent

2004-02-01 Thread David Rees
Kok Wei, Koh wrote, On 2/1/2004 1:33 AM: Why not go with the latest:- * apache 1.3.29 I would recommend Apache 2.0.48 myself as it has the mod_deflate module which enables gzip compression and can save a LOT of bandwidth as well. I've been using Apache 2 along with mod_jk and load-balanced

Re: Autoresponers getting subscribed to the list AUTO 'Getty=987-032'Tomcat 5 jpda debugging

2004-01-30 Thread David Rees
Vitor Buitoni wrote, On 1/30/2004 3:50 AM: Maybe some admin could unsubscribe this annoying guy? The real question is how are these guys getting subscribed? It appears that someone has figured out a way to subscribe random addresses to the list without validation. I'm guessing that it works

Re: Autoresponders getting subscribed to the list AUTO 'Getty=987-032'Tomcat 5 jpda debugging

2004-01-30 Thread David Rees
David Rees wrote, On 1/30/2004 9:37 AM: So the process to unsubscribe these buffoons should be obvious now, I'll see if it works. Well, someone already too care of the AUTO 'Getty' autoresponder. -Dave - To unsubscribe, e-mail

Re: Tomcat manager reload, start and stop functionality

2004-01-27 Thread David Rees
Quinten Verheyen wrote, On 1/27/2004 12:17 AM: I use Tomcat 4.1.29, and I have 2 servers running so in case of a start/stop clustering will definitely be a go .. Note that under TC 4.x, session clustering isn't officially supported, although Filip Hanik has made the clustering software available

Re: Tomcat manager reload, start and stop functionality

2004-01-26 Thread David Rees
On Mon, January 26, 2004 1at 2:54 am, Quinten Verheyen wrote: I have a question about some tasks of the manager app of Tomcat. * The Reload-task doesn't stop and start the webapp, but I wonder how it exactly works. Because when I am transferring a new jar-file on the server and a Reload

Re: bad signature for jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

2004-01-25 Thread David Rees
Eric Emminger wrote, On 1/24/2004 12:25 PM: I'm trying to verify the signature of jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz, but gpg says public key not found. I DID import the KEYS from http://www.apache.org/dist/jakarta/tomcat-connectors/KEYS. Here's the output of the gpg verify

RE: memory leak in tomcat 5.0.16 ?

2004-01-22 Thread David Rees
On Thu, January 22, 2004 1at 0:25 am, Torstein Nilsen wrote: I have now upgraded to the latest tomcat release 5.0.18 but I'm afraid this didn't solve the problem - the tomcat-process is still growing. I have monitored the ressources used very closely with 5.0.18 and it shows a slow grow in

Re: mod_jk load balancing question

2004-01-20 Thread David Rees
Rahul Kuchhal wrote, On 1/19/2004 3:25 PM: Hi! I have a question about the load balancing capabilities of JK connector. If this is not the correct forum to ask this please let me know. We have been using a single apache load balanced equally between two Tomcat machines, using JK connector. Now

RE: maxProcessors vs maxThreads

2004-01-19 Thread David Rees
On Mon, January 19, 2004 at 1:47 pm, Apu Shah wrote: this begs another question... under what circumstances would one choose to use the ajp connector? i am assuming it's probably a more compact and efficient protocol compared to http (not sure about that). The AJP protocol is designed to be

Re: Tomcat, load balancing

2004-01-17 Thread David Rees
Pooleery, Manoj wrote, On 1/17/2004 1:04 AM: I have a scenario where I have to support 2000 concurrent users on my app. What would be the best distribution with Tomcat? By distribution, do you mean OS? Linux distributions with NPTL support would be the way to go because of the enhanced

Re: tomcat 4.1.24 hangs

2004-01-15 Thread David Rees
[EMAIL PROTECTED] wrote, On 1/15/2004 12:54 AM: I did some investigation and found the following bug report for tomcat 4.1.24: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763 Can this explain the problem I have and does anyone knows whether the bug is solved or under investigation? I

Re: How to find the differences between versions?

2004-01-14 Thread David Rees
On Wed, January 14, 2004 at 1:29 pm, Glanville, Jay wrote: What is the best way that I can find all the issues that were resolved in between 4.1.12 and 4.1.29? Basically, my manager wants to know if we should upgrade to 4.1.29, and he wants to see a list of all the issues that were closed

Re: Tomcat 4.1.29 versus Tomcat 5

2004-01-13 Thread David Rees
Daniel Gibby wrote, On 1/12/2004 10:51 PM: Great, I'm sold! OK, so what are the biggest problems there have been in upgrading? What do you mean an app running on 4.x may not work on 5.0.x? Is this only because of changes in the JSP spec, and older 1.2 is not compatible with the 2.0 spec?

RE: Best practices - doing code pushes

2004-01-09 Thread David Rees
On Fri, January 9, 2004 at 5:10 pm, Jacob Kjome wrote: At 10:28 AM 1/9/2004 -0700, you wrote: Thanks for the information. It looks like this is for Tomcat 5. We're using 4. Is there any similar functionality in 4? Not that I'm aware of. I suggest moving to Tomcat5 if at all possible. It is

Re: Tomcat 5 standalone on Linux 2.6

2004-01-07 Thread David Rees
On Wed, January 7, 2004 1at 1:54 am, Remy Maucherat wrote: Does anyone have stability issues on this platform (without any LD_ASSUME_KERNEL, and with Sun JDK 1.4.2 or similar very recent VM) ? I'm trying to compare with Redhat 9 and see if the troubles also happen with that (cleaner)

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Rees
Mohit Gupta wrote: I am working on Tomcat 4.1.24 on Solatis-8, 12 CPU, 24GB RAM Machine. I am using Apache 2.0.43 and the Jdk version is 1.4.1_02. When I start my server then after 5-6 hours my server becomes very slow and then I need to restart my server. I am taking the top stats for the

Re: setting opts to avoid OutOfMemory errors

2003-12-19 Thread David Rees
David Strupl wrote: Sorry but how do I set the fork attribute of the JspServlet to true? Look at Tomcat's conf/web.xml, and you will see it. This seems like an obvoius memory leak in somewhere IMHO: snip Is this how is tomcat supposed to work (on SUN's JDK)? Your script will cause TC to run OOM

Re: Tomcat performance on Windows versus Linux

2003-12-15 Thread David Rees
On Mon, December 15, 2003 at 9:42 am, Sean Dockery wrote: Tim Funk [EMAIL PROTECTED] wrote in message: [I hate saying this since its rather very much like flambait but...] If its worth anything, I haven't had enough load on any of our apps to know whether Linux or Windows is better. Instead,

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread David Rees
Dick Steflik wrote: I had the same question. In all of the years I've worked with Java I've always thought it was free of memory leaks. If you use a different compiler does the problem go away. Is that how people like JRun (Macromedia) and WebSphere (IBM) avoid the problem? Which bug are you

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread David Rees
Philipp Taprogge wrote: Dick Steflik wrote: If you use a different compiler does the problem go away. I think so. I often hear that using jikes instead of javac would get rid of the problem, which, if true, rises the question why tomcat does not use jikes by default... Because jikes isn't as

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread David Rees
Dick Steflik wrote: Thanks, that did the trick , the entire Fall2003 class of CS328 (actually the kids were probably hoping that it wouldn't get fixed and I would excuse them from the project) THANKS you . BTW, there is a bug with Tomcat which will cause it to run out of memory after a number

Re: setting opts to avoid OutOfMemory errors

2003-12-13 Thread David Rees
Hans Steinraht wrote: Maybe someone can help me out with some questions I have to avoid the OutOfMemory errors that I have from time to time The computer where Tomcat, version 4.1.24, is running is a linux machine wit 500M memory and j2sdk1.4.1. I have read in this newsgroup that the solutions

Re: google yourself

2003-12-13 Thread David Rees
phil campaigne wrote: Nikola Milutinovic wrote: Ostad, James wrote: have you googled yourself at goole.com? I don't know how they get all of our listserv communications. There is a web archive of this list. What if you don't want everyone in the world to know your business? Don't post to a public

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread David Rees
Philipp Taprogge wrote: David Rees wrote: BTW, there is a bug with Tomcat which will cause it to run out of memory after a number of restarts. You will probably run into this with 30 students uploading new classes. You will also want to make sure that the fork attribute for the JspServlet

Re: javax.mail.SendFailedException: Sending failed

2003-12-12 Thread David Rees
On Fri, December 12, 2003 at 3:20 pm, Ashwin Kutty wrote: This was NOT a sendmail issue if you followed the positive discussions I had with some other members on this list. If it were I would have taken it to the sendmail list/forum. I thank the members here for their assistance and would like

Manager context reload behavior difference in TC 5 vs 4

2003-12-10 Thread David Rees
When reloading an app in TC 4 with the Manager app, it had the nice behavior of blocking any new requests until the app was reloaded. TC 5 seems to return blank pages while a context is reloading. The behavior of TC 4 is preferred since that way if someone happens to hit the context during

  1   2   >