Re: Tomcat 4.1.12 hanging under stress?

2002-10-28 Thread Ben Ricker
is considered unstable. I would suggest upgrading the kernel, especially since you have SMP. This is just a small suggestion.anything in the logs? Ben Ricker Wellin.com I initiated around 50 concurrent https connections from JMeter to the test server I have (which is a moderately powerful dual PIII

Re: Tomcat 4.1.12 hanging under stress?

2002-10-29 Thread Ben Ricker
on logging when it garbage collects. If you watch that file as the failure happens, you can tell if garbage collecting is having an effect or not. HTH, Ben Ricker Wellinx, Inc. -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail

Re: MOD_JK.SO

2002-10-29 Thread Ben Ricker
compiled the connector from source; I could not get the binary connector to work with Apache without getting that error. Ben Ricker Wellinx.com On Tue, 2002-10-29 at 12:02, [EMAIL PROTECTED] wrote: Hi, We are trying to get Tomcat 4.1.12 and Apache 1 3 26 working together using mod_jk.so

Re: MOD_JK.SO

2002-10-29 Thread Ben Ricker
the file ? maybe jakarta are having webserver problems. Try http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ for connetor downloads, or go to John Turner's wonderful page: http://www.johnturner.com/howto/apache-tomcat-howto.html. Ben Ricker Wellinx.com I quote from the site

Re: Custom Error Page Issue

2002-10-30 Thread Ben Ricker
with a '/'. Ben Ricker Wellinx.com My webapp file has the following included: error-page error-code404/error-code locationmyerror.jsp/location /error-page error-page error-code400/error-code locationmyerror.jsp/location /error-page error-page error-code200/error-code

Re: Will Upgrade from one cpu to Dual CPU benefit tomcat 3.2.4 ?

2002-11-01 Thread Ben Ricker
is the issue by checking the I/O wait states and see if the kernel is just blocking the CPU waiting for disk read/writes. If so, are you using SCSI? IDE? Got RAID? Striping will improve the situation, as well as turning off mirroring disks, if you have that setup. Ben Ricker Wellinx.com On Fri, 2002-11

Re: Access log - single file, or multi day files

2002-11-07 Thread Ben Ricker
How about running a merge? Someone on the Apache list mentioned that Multisort http://www.xach.com/multisort/ it's a nice tool for merging logs.Would help in archiving also: merge, then compress, then backup. Ben Ricker Wellinx.com On Thu, 2002-11-07 at 07:13, neal wrote: My ISP admin

Error in mod_jk.log

2002-11-11 Thread Ben Ricker
I see the following error logged into the mod_jk log intermittently. I do not get any calls or anything like that, but I am wonderign what the error is saying? Anyone have any idea Here is the error: [jk_ajp_common.c (961)]: Error ajp_process_callback - write failed Thanks, Ben Ricker

mod_jk error and Header dumping

2002-11-20 Thread Ben Ricker
time (within 3 minutes or so). Any guidance would be appreciated. Ben Ricker Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat Newsgroup?

2002-11-20 Thread Ben Ricker
No need for a newsgroup. Just go to: http://mikal.org/interests/java/tomcat/index.js for complete, searchable archives of Tomcat (and a mighty fast one too). Ben Ricker Wellinx.com On Wed, 2002-11-20 at 14:41, Daniel Hellstrand wrote: A newsgroup would be great.. I´m surprised there isn´t one

jk1.2 load-balancing help needed

2002-11-21 Thread Ben Ricker
I am running a web application that has 2 Apache instances listening on 4 total interfaces (to account for NIC failure) using mod_jk to load-balance across 4 tomcat instances.I have two boxes with two tomcats on each box listening on seprate interfaces (again, for Nic failure). Apache is version

Re: urgent - servlet not found.

2002-11-21 Thread Ben Ricker
server.xml. The 'servlet-name' directive tells Tomcat what alias to give to the 'servlet-class'. You could do the full path, but looks better to the client to use the alias. Ben Ricker Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Error message meaning?

2002-11-22 Thread Ben Ricker
to Tomcat? If so, does it retry the request it sent? How does one know it was successful? Also, this occurs fairly rarely and intermittently. Out of 26,000 requests, I see it 70 times on one day. Thanks, Ben Ricker Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Sun JDK 1.4 production quality?

2002-11-22 Thread Ben Ricker
to think we do not need it*sigh* Thanks, Ben Ricker -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Meaning of mod_jk.log times

2002-11-22 Thread Ben Ricker
log the Tomcat instance the request is going to? I know what Apache server I am looking at when I am reading the lod, so the information there seems rather trivial. Thanks, Ben Ricker Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Does web.xml inherit?

2002-11-25 Thread Ben Ricker
inherit the values from the web.xml in the /conf directory (let us call it the main web.xml)? Or are the default values listed in the main web.xml the default values for ALL other contexts if they are not explicitely changed in the other contexts? Thanks, Ben Ricker Wellinx.com -- To unsubscribe

RE: Does web.xml inherit?

2002-11-26 Thread Ben Ricker
, the /conf/web.xml has the final say. Thanks for the help, Ben Ricker Wellinx.com -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Montag, 25. November 2002 23:24 To: Tomcat Users List Subject: Does web.xml inherit? I am running Tomcat 4.0.6 on Solaris. We

RE: Does web.xml inherit?

2002-11-26 Thread Ben Ricker
minutes. It worked). Ben Ricker Wellinx.com -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 9:49 AM To: Tomcat Users List Subject: RE: Does web.xml inherit? On Tue, 2002-11-26 at 04:19, Roberts, Eric wrote: As far as I know

RE: Thread dump

2002-12-06 Thread Ben Ricker
see when you send the -3 to Tomcat's PID? Thanks, Ben Ricker Wellinx.com On Fri, 2002-12-06 at 12:29, Schnitzer, Jeff wrote: FYI, no it doesn't, it just causes the (Sun, at least) JVM to dump a list of threads and their stacks to stderr. Note that it's the real stderr, not System.err

Tomcat 4.1.3 beta - Admin Interface

2002-07-01 Thread Ben Ricker
Is there any documentation on the Admin interface? I ran into any number of error messages...am I to assume that it more beta then everything else? Thanks, Ben Ricker Web Security System Administrator Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Problem with Tomcat 4

2002-05-14 Thread Ben Ricker
and finished by Tomcat, but the response was the blank page. Thanks! Ben Ricker Web Security System Administrator Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Installation on Linux

2002-06-05 Thread Ben Ricker
that capability (soon?) but does not have it now. I have heard of people using Apache 2.x with Tomcat, but I have not done that myself. Ben Ricker Web Security System Administrator Wellinx.com On Wed, 2002-06-05 at 08:53, Iain Downie wrote: Want to upgrade from Tomcat 3.3 to 4.0 (been told it is easier

Re: Other question

2002-06-14 Thread Ben Ricker
On Solaris, you can use 'pgrep' which will return the PID based upon a grep. Do a man on it; it has saved my bacon when writing process monitors. Ben Ricker Web Security System Administrator Wellinx.com On Fri, 2002-06-14 at 11:05, Laura wrote: On linux, ps -ef | grep java | grep myapp

Re: tomcat.log

2001-05-02 Thread Ben Ricker
have to HUP it (on Unix). Ben Ricker System Administrator Wellinx.com Georges Boutros wrote: hi, i'm testing the durability of tomcat under a heavy attack of users , i got a problem with the tomcat.log and jasper.log , those 2 files got so big they took all the available space on my

Re: Developing on a different platform from production

2001-05-09 Thread Ben Ricker
and may be an alternative to Linux. I myself suport a web app that runs on Linux is production but will move to a Linux/Sun load balanced solution soon. Ben Ricker System Administrator Wellinx.com Penberthy, Bill wrote: Generally, we try to to develop and test on the same platforms (Solaris

Re: How to setProperty with checkbox group

2001-02-01 Thread Ben Ricker
Hey! Are you seeing other admins behind my back!! Heh...actually, a small clarification: I am using 1.3 for Tomcat. I thought we might as well upgrade to the latest and the greatest for the Tomcat install. Ben Carl Bacher wrote: Actually, on NT I'm using jdk1.3 and on Linux I'm using

Re: Why use apache

2001-02-01 Thread Ben Ricker
As the "minimalist" manual says, Apache should be used when serving a heavy load of static content as well as the dynamic java content. Apache is MUCH more extensible, scalable, and robust of a http daemon then Tomcat's built-in http server. Ben Ricker Senior Web Administrator

Re: Why use apache

2001-02-01 Thread Ben Ricker
You would probably want to switch to a Perl script using the Net::http module which includes a 'get' command which will rquest a URL and then parse the response code to trigger the restart script. Ben Ricker Senior Web Administrator US-Rx, Inc. Randy Layman wrote: The only real way

Re: runaway threads eating cpu cycles on Solaris 7

2001-02-15 Thread Ben Ricker
This sounds like garbage collection by the JVM. I know there is a way to control when the JVM garbage collects, but I amnot sure how. Anybody else know how to do that? Ben Ricker Senior System Administrator US-Rx, Inc. On 15 Feb 2001 15:43:22 -0500, Kelly Kleinfelder wrote: We are running

Re: Tomcat won't auto-start on RedHat 7.3

2002-09-17 Thread Ben Ricker
On Tue, 2002-09-17 at 14:06, Kenny G. Dubuisson, Jr. wrote: Very good question...I bet they aren't. Do you know where I would set those for boot (or should I just put them in the script I wrote)? Thanks, Kenny Put them in the script. Ben Ricker Wellinx.com - Original Message

RE: two instances of tomcat (in diferent ports) on the same machi ne

2002-09-19 Thread Ben Ricker
(whichever connector you choose to use). At least, that is how it is set up on my server. John How do you have multiple server.xmls? Do you use the same startup script? Did you use a specific How-To? Thanks, Ben Ricker Wellinx.com -Original Message- From: Christian J. Dechery

RE: Running multiple tomcat instances ?????

2002-09-24 Thread Ben Ricker
not tested it with Tomcat, though. Good luck, Ben Ricker Wellinx, Inc. On Mon, 2002-09-23 at 15:17, Raj Mettai wrote: Hi John, I have compiled the code and copied to $CATALINA_HOME$/bin then added the following snippet into server.xml !-- Define the Tomcat Stand-Alone Service -- Service

Problem with mod_jk.so

2002-09-30 Thread Ben Ricker
to upgrade gcc, possibly? What do the binaries rely upon? Thanks in advance, Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Problem with mod_jk.so

2002-09-30 Thread Ben Ricker
Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:27 PM To: Tomcat Users List Subject: Problem with mod_jk.so I downloaded the binary of mod_jk.so from Jakarta's downloads in /builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/linux

RE: Problem with mod_jk.so

2002-09-30 Thread Ben Ricker
with ApacheToolbox. The modules are static but it has DSO support in it. Then again, I would expect an error much earlier in the load process then an undefined symbol. I cannot guarantee that it IS the 1.3 connectorthe filename suggests it is. Ben Ricker -Original Message- From

Re: Load balancing + replicated sessions

2002-10-01 Thread Ben Ricker
See http://www.theserverside.com/resources/article.jsp?l=Tomcat. you can do in memmory session replication across JVMs through TCP. Ben Ricker On Tue, 2002-10-01 at 09:29, Luiz Ricardo wrote: Hi, I would like to know if there is a way to configure Tomcat + Apache to replicate sessions

RE: Problem with mod_jk.so

2002-10-01 Thread Ben Ricker
Just to let everyone know, I downloaded John Turner's mod_jk.so and the problem went away (have not finished testing, however). The URL is: http://www.johnturner.com/howto/apache-tomcat-howto.html. Thanks to John! Ben Ricker On Mon, 2002-09-30 at 12:53, Ben Ricker wrote: On Mon, 2002-09-30

Error 400 getting thrown

2002-10-01 Thread Ben Ricker
, Ben Ricker I have the following in httpd.conf: # # Set up loadbalncer for JkMount # JkMount /*.jsp loadbalancer JkMount /servlets/* loadbalancer # # Configure mod_jk # JkWorkersFile conf/workers.properties JkLogFile logs/mod_jk.log JkLogLevel info Here is the workers.properties

RE: Problem with mod_jk.so

2002-10-01 Thread Ben Ricker
Thanks for the info. I will go back through the docs and see what may have happened. I will let you know if I still have the issue after perusing the docs. Ben Ricker On Tue, 2002-10-01 at 10:54, Henri Gomez wrote: Just to let everyone know, I downloaded John Turner's mod_jk.so

400 Error Revisited

2002-10-01 Thread Ben Ricker
/ -- Ben Ricker [EMAIL PROTECTED] Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: 400 Error Revisited

2002-10-01 Thread Ben Ricker
missed that one. Fixed it and it made no difference Ben Ricker -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 2:06 PM To: 'Tomcat Users List' Subject: 400 Error Revisited I took Henri Gomez's request and tried to download

Problem with JK 1.2.0 docs?

2002-10-09 Thread Ben Ricker
. Should I just move mod_jk.so.0.0.0 to the apache directory as mod_jk.so? The documentation is very vague on this point. I get around it by doing a 'make install' in the native directory and it installs a symlink to the the libexec directory of Apache. -- Ben Ricker [EMAIL PROTECTED] Wellinx.com

Reloading w/ Manager on cluster?

2002-10-10 Thread Ben Ricker
Tomcat frequently? Has anyone worked around a cluster for the management app? Thanks, Ben -- Ben Ricker [EMAIL PROTECTED] Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Reloading w/ Manager on cluster?

2002-10-10 Thread Ben Ricker
a centralized webapps directory in /usr/local/webapps. I run the tomcat processes with an unpriveledged use, 'tomcat'. HTH, Ben Ricker -Tomcat Startup Script--- #!/bin/sh # # tomcatStarts the Tomcat server # # Author: All kinds of people # # chkconfig: 345 50 50 # # processname: httpd

Re: Using daemontools to supervise Tomcat

2002-10-11 Thread Ben Ricker
it. I myself gave up; the thought of creating all those environment variables was just too much, so I just rolled my own PID monitor whcih I am porting to Tomcat. Basically, it will grep out the PID and write to a file which I watch with a cronjob process. HTH, Ben Ricker On Fri, 2002-10-11

Re: Using daemontools to supervise Tomcat

2002-10-11 Thread Ben Ricker
On Fri, 2002-10-11 at 12:48, camccuk wrote: --- Ben Ricker [EMAIL PROTECTED] wrote: I'b be interested to see that Ben - one of the problems I had trying something similar was that when tomcat gets swapped out, it appears on the process list as [java] and there is *no way* to my knowledge

Re: Connecting Apache with remote Tomcat

2002-10-14 Thread Ben Ricker
Tomcat before you retry a connection? FYI, I am running two Apache 1.3.27 on Redhat load balancing across 4 Tomcats on two Solaris 8 servers. Ben Ricker On Mon, 2002-10-14 at 13:08, [EMAIL PROTECTED] wrote: I have a jk connector that allows our Apache (version 1.3.22) web server on Linux

Re: Using daemontools to supervise Tomcat

2002-10-16 Thread Ben Ricker
Just an FYI: I utilized Will's wonderful instructions and now have Tomcat supervised by Daemontools. the 'svc' command even works for HUP'ing and such! Ben Ricker On Fri, 2002-10-11 at 16:30, Will Hartung wrote: From: camccuk [EMAIL PROTECTED] Sent: Friday, October 11, 2002 8:08 AM

RE: I don´t understand the objective of thisopen list !

2002-12-09 Thread Ben Ricker
app (this is a rather small web app compared to others out there on the list) and I rely on it in a life or death situation (i.e., I get fired if I cannot keep up a 99% uptime requirement for 24/7/365). Tomcat works perfectly. Ben Ricker On Mon, 2002-12-09 at 16:04, Mike DiChiappari wrote: You're

RE: Tomcat examples - reply to Carlos

2002-12-10 Thread Ben Ricker
. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Ben Ricker

RE: 4.1.12 dumps VM, any ideas?

2002-12-10 Thread Ben Ricker
with your system. HTH, Ben Ricker -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 2:33 PM To: Tomcat Users List Subject: Re: 4.1.12 dumps VM, any ideas? As a followup, it also kills a JDK 1.4.1_01 JVM as well. :-( Thanx again

Re: Two instances of Tomcat

2002-12-11 Thread Ben Ricker
the -Xmx and -Xms to control heap size. The settings you list would mean that you would need, at least, 1.1gig of memory in the box to utilize both Tomcats to their potential. HTH, Ben Ricker On Tue, 2002-12-10 at 17:19, Mohbe, Sameer wrote: Hi Folks , Need some urgent help

Re: TC 4.1 and VM crash: how to report issue?

2002-12-11 Thread Ben Ricker
Have you tried turning off the HotSpot JIT compiler and trying your test? All other things being equal, this will show you that the problem resides in the interaction between Tomcat and the compiled code. Just a thought... Ben Ricker On Wed, 2002-12-11 at 08:44, Aymeric Alibert wrote: I

Re: Mod_jk is not compatible this version of apache

2002-12-11 Thread Ben Ricker
Have you tried compiling your own connector from source? HTH, Ben Ricker On Wed, 2002-12-11 at 12:56, R. C. Hill wrote: Has anyone found a solution to this problem. I'm in the same boat and need of a solution...thanks. -R From: John B. Moore [EMAIL PROTECTED] Reply-To: Tomcat Users

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Ben Ricker
-doc/mod_jk-howto.html for more information about the directive. HTH, Ben Ricker On Thu, 2002-12-12 at 10:41, Denise Mangano wrote: I do have a workers.properties file. I checked that, my server.xml, and my httpd.conf and all server names are the same. I thought the mod_jk.conf file took

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Ben Ricker
Ricker On Thu, 2002-12-12 at 10:44, Ben Ricker wrote: You seem to be confused here. I believe you said you were accessing port 8080 when it was working. Now, unless you setup Apache to listen on port 8080, you were talking directly to Tomcat's web server. Now that you have moved to Apache, you

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Ben Ricker
(I use /servlets for my setup, just use the JkMount for the path and the worker. For example: JkMount /path/you/want ajp13 Hth, Ben Ricker In my server.xml file: Server port=8005 shutdown=SHUTDOWN debug=0 Listener className=org.apache.ajp.tomcat4.config.ApacheConfig / Host name

Re: Connecting Tomcat 4.1.12 with Apache 1.3

2002-12-13 Thread Ben Ricker
as the LoadModule/AddModule directives for mod_jk.so). You might also want to bump the 'JkLogLevel' in your mod_jk.properties to get the debug level to get some feedback on what is going on. Hth, Ben Ricker What more do I need to do? Thanks, Jerry Turner, John wrote: Mod_webapp

Re: Sharing Session data between two instances?

2002-12-16 Thread Ben Ricker
=Tomcat Ben Ricker On Mon, 2002-12-16 at 09:32, Puneet Agarwal wrote: Even I want to do the same and am looking for the answer whether it is possible or not. I posted same question 2-3 times in last week and have been monitoring this mail list but noone has replied. The much I could gather

Re: app roll out.

2002-12-16 Thread Ben Ricker
on mod_rewrite. 2) Use the 'Redirect' directive in Apache. This is what I use and has worked for 2 years. Basically, you stick a line in your httpd.conf which goes: Redirect temp www.domain.com www.domain.com/path-to-context Hth, Ben Ricker On Mon, 2002-12-16 at 15:28, Alexander Wallace wrote: Hi

Re: app roll out.

2002-12-17 Thread Ben Ricker
ago. Ben Ricker On Mon, 2002-12-16 at 18:40, Alexander Wallace wrote: Adding a line like the one you suggest doesn't seem to work... People at apache's irc said it should be something like: Redirect / http://www.domain.com/context But that only seems to create infinite redirects since

Re: app roll out.

2002-12-17 Thread Ben Ricker
as a pre-written HTML # directory index. Separate multiple entries with spaces. # IfModule mod_dir.c DirectoryIndex index.html index.jsp /IfModule If you call a URL without a file spec, Apache will try all the files in the DirectoryIndex directive utnil it his one. Ben Ricker Thanks again

Re: [OFF-TOPIC] RE: Naïve question about root

2002-12-18 Thread Ben Ricker
that... Anyway, we run our Tomcats on Solaris and there is only one java process per Tomcat instance listed in 'ps'. Ben Ricker Denise Mangano wrote: Hi all, I followed everyone's suggestions and so far so good. I set up the users like John suggested, and disable the desktop environment like Matt

Latest stable version?

2002-12-18 Thread Ben Ricker
been that way for a long time. Is there going to be an increment soon to the stable branch? Thanks, Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Latest stable version?

2002-12-18 Thread Ben Ricker
On Wed, 2002-12-18 at 14:47, [EMAIL PROTECTED] wrote: Jakarta site says 4.1.17 is the latest stable version and not 4.1.12! Ganesh Damn! You are right...where in hell was I when I saw 1.1.12 Thanks! Ben Ricker

JAVA_HOME problem with 4.1.18

2002-12-20 Thread Ben Ricker
worked in 4.1.12 and 4.0.6. Now, when I start Tomcat using the startup.sh, I get this: [root@dev bin]# ./startup.sh The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program What gives? Ben Ricker -- Ben Ricker [EMAIL PROTECTED

Mod_jk/Tomcat issue?

2002-12-23 Thread Ben Ricker
cause this. Could it be related to soemthing in Tomcat? What exactly does this sequence of events tell me? Any light one can shed would be greatly appreciated. Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Urgent - Issue with Tomcat/mod_jk?

2002-12-23 Thread Ben Ricker
this be a protocol issue? I am getting heat from my bosses on this one and I need to say SOMETHING! Please help if you can give me any clues or suggest possibilities. Thanks, Ben Ricker -Earlier Post- We saw a strange production issue this morning that seems to be related to Apache/mod_jk but I

Re: Urgent - Issue with Tomcat/mod_jk?

2002-12-23 Thread Ben Ricker
out here. Thanks again, Ben Ricker On Mon, 2002-12-23 at 16:07, Mark Eggers wrote: Ben, Disclaimer: I'm not a Tomcat developer, but I do use it to develop software and integrate applications. In $CATALINA_HOME/conf/server.xml you should see an entry similar to the following

RE: Urgent - Issue with Tomcat/mod_jk?

2002-12-26 Thread Ben Ricker
a massive opening of database connections. Anyway, as to your problem: You may not have enough memory setup for your JVM. Do you send amx -Xm and -Xs parameters to Tomcat using JAVA_OPTS? You may be getting more load then Tomcat can handle due to a RAM constraint. Ben Ricker On Tue, 2002-12-24

RE: running tomcat as a non-root user?

2002-12-30 Thread Ben Ricker
, you CAN use root (and a startup script) to start Tomcat and still get the security benefits of running as an unpriveledged, locked user. Ben Ricker Wellinx.com On Mon, 2002-12-30 at 12:15, Turner, John wrote: assume a user named 'tomcat' already created, and a group named 'tomcat' already

Re: running tomcat as a non-root user?

2003-01-02 Thread Ben Ricker
'. The line would read something like: 'su tomcat -c /path/to/startup.sh. Then, you can run the init script as root and, well, use it as an init script! Ben Ricker Wellinx.com On Wed, Jan 01, 2003 at 02:21:47AM +0530, karthikeyan.balasubramanian wrote: Hi can you tell what are all the steps you

RE: is this normal??

2003-01-02 Thread Ben Ricker
there pegging the CPU incessently, you most likely have an issue. HTH, Ben Ricker On Thu, 2003-01-02 at 11:37, Randy Paries wrote: I have a pretty busy web server It has apache and tomcat What I am trying to find out if I have a problem or not I am linux guy but not at the tuning level When I do

RE: is this normal??

2003-01-02 Thread Ben Ricker
if you can correlate a specific request with the the problem. Good Luck, Ben Ricker Wellinx.com On Thu, 2003-01-02 at 13:07, Randy Paries wrote: I am running jakarta-tomcat-4.0.4 jdk1.3.1_04 apache-1.3.27-2 I have enabled server stats (thanks Jan) I stop and started and it is back

Re: Tomcat 4.x and Java Processes

2003-01-07 Thread Ben Ricker
Are you using Linux? Linux shows in-process threads as processes. If you are running Linux, then you are seeing threads within the Java process. You would expect to see a number of threads even with your simple config. Ben Ricker On Tue, 2003-01-07 at 14:07, Troy J. Kelley wrote: I've been

RE: Tomcat 4.x and Java Processes

2003-01-07 Thread Ben Ricker
the Parent PIDS only by messing with the 'ps' options. I have never done that myself, so I suggest, if you feel the need, to look through the man pages for 'ps'. HTH, Ben Ricker -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:13 PM

Re: concern about Apache + mod_jk + Tomcat cluster

2003-01-15 Thread Ben Ricker
servers. We have no performance issues and I am using the default Processor settings in server.xml. We go through roughly 1 million hits a month. HTH, Ben Ricker On Wed, 2003-01-15 at 11:04, YOU, JERRY (SBCSI) wrote: Hi, I installed the Apache1.3.27, mod_jk1.2.1 and Tomcat4.1.18 recently on our

Re: Memory requirements

2003-01-28 Thread Ben Ricker
1gig+ memory allocation, you can do the math. If you have less then 1gig memory, you should definately see heavy swap usage. -- Ben Ricker [EMAIL PROTECTED] Wellinx.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Single-Sign-On (SSO) with Tomcats in 2 different servers

2003-02-03 Thread Ben Ricker
What you want it session replication. You can search the archives for answers. Also, go to: http://www.onjava.com/pub/a/onjava/2002/07/17/tomcluster.html?page=1 for a good overview. Ben Ricker On Mon, 2003-02-03 at 13:17, Víctor Ferrero del Valle wrote: Hi, I have 2 servers, both with Tomcat

Re: loadbalancing with tomcat only and unable to bring admin andmanager pages

2003-02-11 Thread Ben Ricker
is not in the 'ROOT' docbase directory. The answer above should fix two. Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Moving to Tomcat 4.1.18

2003-02-12 Thread Ben Ricker
. Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jakarta 4.1.18 Web Server Administration

2003-02-12 Thread Ben Ricker
See http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html in the Manager App HOW-TO link. Ben Ricker On Wed, 2003-02-12 at 11:47, João Augusto Charnet wrote: I've just installed Jakarta 4.1.18, and I'd like to know where do I configure the Web Administration ? I'd appreciate any kind

Re: JTHOWTO

2003-02-12 Thread Ben Ricker
at the beginning under the comments: JAVA_HOME=/path/to/java/install The '/path/to/java/install' depends on how you installed Java. If by RPM, I believe it is /usr/java/jdk_version#. Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com

RE: failing installation server.xml file

2003-02-12 Thread Ben Ricker
configuration files are pulled in from there. Having said all that, I do not use the RPMs for Tomcat myself. I use Solaris as my Tomcat platform. The binaries, as suggested earlier, are the easiest way to go. Ben Ricker -Original Message- From: Jon Roberts [mailto:[EMAIL PROTECTED

Re: Tomcat Debug.

2003-02-13 Thread Ben Ricker
/redeploy their own context. Not sure if this is exactly what you want... Ben Ricker Here's the problem. We have a group of developers, who acesses tomcat remotely in one machine. Each developer accesses one context of Tomcat. However to Debug, since Tomcat uses one port, when somebody

Error Log watcher

2003-02-14 Thread Ben Ricker
I am wondering if anyone has found a good error log watcher for Tomcat? Swatch does not work because it is made for syslog-type logs where an error message occurs on one line. So, it views a java error as one line, which really does not help. Anyone try any other programs? Ben Ricker -- Ben

RE: Error Log watcher

2003-02-14 Thread Ben Ricker
setting functionality (preferably regex) and that allows actions based upon the specified rules. The actions would basically be alpha pages which would include the error message in the page. Some throttling would be nice, so multiple errors would not flood my pager. Ben Ricker -Original

RE: Error Log watcher

2003-02-14 Thread Ben Ricker
existing exception handling. Thanks for the info! Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat as a production server?

2003-02-17 Thread Ben Ricker
You want to put a profiler on that box and see what threads are racing away. You can also tell the JVM to throw a traceback of all the threads being used, but I for got how exactly :( Anyway, look at the code. You definately have something going on there. Ben Ricker On Sat, 2003-02-15 at 18:47

Cookie Handling Question

2003-02-17 Thread Ben Ricker
. Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: problems compiling and using mod_jk

2003-02-26 Thread Ben Ricker
Anything in the mod_jk.log, or whatever log you setup in the httpd.conf or mod_jk.conf file? Ben Ricker On Wed, 2003-02-26 at 13:59, Mike Jackson wrote: Hmm, I'm still having problems. I took my mod_jk.conf from tomcat 3 and striped out everything except for the examples webapp and put

Re: No processor available

2003-02-27 Thread Ben Ricker
tomcat wait until a processor becomes available? Thanx Ganesh Change the Accept Count property in the server.xml in the connector properties. Ben Ricker -- Ben Ricker [EMAIL PROTECTED] Wellinx.com - To unsubscribe, e

RE: [BULK] - Re: No processor available

2003-02-27 Thread Ben Ricker
queue length for incoming connection requests when all possible request processing threads are in use. Any requests received when the queue is full will be refused. The default value is 10. If I understand you, this is exactly what you are looking for? Ben Ricker -Original Message- From

Re: Tomcat application redeploy behind Apache server

2003-03-04 Thread Ben Ricker
that it is a good idea to remobe the load-balancing weight when only using one tomcat. The, you should be able to use the manager app. HTH, Ben Ricker - Original Message - From: Jim Cobban [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 22, 2003 1:29 PM

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
] For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Ricker [EMAIL PROTECTED] Wellinx.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
On Tue, 2003-03-04 at 10:36, Ben Ricker wrote: You need to JkMount the /examples in httpd.conf. Something like JkMount */examples blah where blah is the name of your loadbalancer setup in workers.properties. Let me correct that: it should be '/examples/* blah'. I was looking at two different

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
=linkToGlobalResource global=simpleValue type=java.lang.Integer/ /Context /Host /Engine /Service /Server Many thanks, David -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: 04 March 2003 16:37

RE: Load balancing

2003-06-20 Thread Ben Ricker
and Tomcat2 on Server2 is port 8082, etc). Ben Ricker Wellinx.com -Original Message- From: Pierre Maris [mailto:[EMAIL PROTECTED] Sent: 20 June 2003 16:38 To: [EMAIL PROTECTED] Subject: Load balancing Hi, I am working with a load balanced configuration (1 Apache and 2 Tomcat

Re: Tomcat security?

2003-07-03 Thread Ben Ricker
Plus, if one runs as a non-priviledged user account with no login privileges (i.e., locked account) and your permissions are correct, then only root and Tomcat can read the users file. If the hacker has root, the tomcat users are the least of your worries. Ben Ricker Wellinx.com On Thu, 2003

Slowness in Tomcat app

2003-07-07 Thread Ben Ricker
code would get me no where. Thanks for your time, Ben Ricker Wellinx, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >