RE: [VOTE] 4.1.26 stability rating

2003-07-29 Thread Jason Corley
I hope it isn't too late to fix the problem Yaov pointed out for the 4.1.26 release. Here is the patch. Jason - --- tomcat/bin/setclasspath.sh 2003-07-15 04:56:10.0 -0400 +++ tomcat/bin/setclasspath.sh 2003-07-25 16:27:46.870053000 -0400 @@ -53,7 +53,7 @@ # Set standard commands

RE: [ANN] Apache Tomcat mod_jk 1.2.4 Web Server Connector released

2003-06-17 Thread Jason Corley
I've found with the releases of mod_jk 1.2.4 and mod_jk2 2.0.2 that ant native builds just don't work. The only way I could get a binary to build (on linux and mac os x) was to cd jk/native (or jk/native2) and run: sh buildconf.sh ./configure make And then copy the binaries into

RE: RE : lb_factor defect.

2003-03-24 Thread Jason Corley
He means please try again with the latest version from CVS, i.e. HEAD. Jason -Original Message- From: LAGALISSE Eric [mailto:[EMAIL PROTECTED] Sent: Mon 3/24/2003 7:29 AM To: Tomcat Developers List Cc: Subject:RE : lb_factor defect. We're using the 1.2.2 release.

RE: More Clustering Features - feedback wanted

2003-03-11 Thread Jason Corley
Absolutely. I might use the admin app just for that feature (course I'm just a user not a committer). Jason -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2:58 PM To: Tomcat Developers List Subject: More Clustering Features - feedback

hex dump error in catalina.out

2003-03-06 Thread Jason Corley
I have been noticing some odd errors in the catalina.out on my systems running 4.1.18 (installed via RPM on Red Hat Linux 7.3). Can someone explain what the hex stuff is and what is causing this? I had originally thought the problem was due to not having the maxProcessors setting in server.xml

RE: hex dump error in catalina.out

2003-03-06 Thread Jason Corley
Would an attempted request right at socket initialization cause it? Jason -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 11:43 AM To: Tomcat Developers List Subject: Re: hex dump error in catalina.out Jason Corley wrote: I have been

RE: Default context as a war archive (bug?)

2003-02-28 Thread Jason Corley
What the last poster meant was put this in your server.xml: Context path= docBase=ROOT1.war debug=0/ It won't unpack the war I believe, but it should server pages out of it. Jason -Original Message- From: Mingfai Ma [mailto:[EMAIL PROTECTED] Sent: Fri 2/28/2003 1:14 AM To:

RE: JkRequestLogFormat for JK 1.2.x on Apache 2.0 ?

2002-10-30 Thread Jason Corley
I'd like to see this, even if it's just posted to the list. Have you thought about converting them into a logwatch module (http://www.logwatch.org)? Jason -Original Message- From: Glenn Nielsen [mailto:glenn;mail.more.net] Sent: Wed 10/30/2002 3:56 AM To: Tomcat Developers List

RE: TOMCAT memory usage : how to manage and benchmark ?

2002-10-28 Thread Jason Corley
Pier (MacOS/X rocks!) -- Finally something I can agree with Pier on. :-) Jason -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org

mod_jk issues

2002-10-28 Thread Jason Corley
I've noticed some interesting behavior with mod_jk 1.2 now that I've got it working with 4.1.12. The following does not work properly (apache serves a text index.jsp instead of passing it to tomcat): - JkWorkersFile /etc/httpd/conf/workers.properties JkLogFile

cookies with mod_jk 1.2 load balancing and tomcat 4.1.12

2002-10-18 Thread Jason Corley
How is the cookie written with mod_jk 1.2 and tomcat 4.1.12 to accomplish load balancing? With mod_jk 1.1 and tomcat 3.3 my JSESSIONID would be equal to blah.server_id where blah was the session and .server_id I thought was appended by mod_jk in order to direct the traffic back to the

RE: [VOTE] tomcat-commiters list

2002-10-14 Thread Jason Corley
Though I'm not a committer and thus can't vote I think a legitimate concern created by a list like this would be that the real bulk of threads that should occur on the tomcat developer list might migrate into this closed list and away from the more public view. Just a thought to consider.

RE: Modified stop-script for Linux

2002-08-20 Thread Jason Corley
Henri, You've probably already thought of this but I just wanted to mention that if you're going to do something like this you probably ought not to write to the temp file (instead just storing to a threads variable directly like threads=$(ps auxwww | grep $TOMCAT_USER -c)) or if there's some

RE: Job postings ?

2002-06-04 Thread Jason Corley
Oh the irony -- I was thinking that the web page would be the better solution. Of course since I'm not a commiter and haven't offered so much as a patch to tomcat I will say this: Remy if I were you I'd weight Costin's thoughts on the subject as slightly more valuable than mine. :-) Jason

ant tasks for 3.3

2002-05-22 Thread Jason Corley
I'm trying to use Keith's ant tasks for tomcat 3.3 and I'm having some issues. I'm not sure if I'm doing something wrong or if there is an incompatibility somewhere. I have the tomcat 3.3a RPMs installed, and I'm using ant 1.5b1. My build.xml (I added the line breaks on the CLASSPATH

RE: ant tasks for 3.3

2002-05-22 Thread Jason Corley
| -Original Message- | From: Jason Corley [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, May 22, 2002 9:16 AM | To: [EMAIL PROTECTED] | Subject: ant tasks for 3.3 | | | | I'm trying to use Keith's ant tasks for tomcat 3.3 and I'm having some issues. I'm |not sure if I'm doing something

ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Jason Corley
about this for the 3.3.2 release RPM; were you planning on trying to implement? Jason Corley, UNIX/Linux System Administrator TogetherSoft Corporation 900 Main Campus Drive, Suite 500 Raleigh, NC 27606 o: 1-919-833-5550 x1531, m: 1-919-795-3703 [EMAIL PROTECTED] TogetherSoft's mission is improving

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Jason Corley
the JspC tomcat option to precompile JSPs. What I did is to create an Ant task with the same functionality as the already-present JspC option, for use in build environments. Keith | -Original Message- | From: Jason Corley [mailto:[EMAIL PROTECTED]] | Sent: Friday, May 17, 2002 9:26 AM

RE: tomcat 4.0.4b2 rpm available

2002-05-07 Thread Jason Corley
Henri, I have a couple of quick questions for you about the tomcat4 RPMs. You left %{confdir} defined as %{homedir}/conf which leaves server.xml, web.xml, etc. installed in /var/tomcat4/conf. Is this intentional? Also, what distro and version are you building these on (just for curiosity

RE: tomcat 4.0.4b2 rpm available

2002-05-07 Thread Jason Corley
Ok, I understand now -- from your announcement of the RPM I thought the FHS work had been done, but you are saying that it has not been done but will be done prior to the final RPM of 4.0.4. I guess that makes more sense. :-) I haven't looked at these new RPMs too closely but I noticed a

RE: chown issues in /etc/init.d/tomcat4

2002-05-03 Thread Jason Corley
This reminds me. The current tomcat 4 RPMs were made prior to the attempt to move towards FHS-ness (I think) and have conf, logs, etc. underneath /var/tomcat4. Henri, are you planning on fixing that for the tomcat 4.0.4/4.1.x RPMs? I can offer some RPM assistance if you need it (or just

RE: logrotate and tomcat 3.3/4.0/4.1

2002-04-29 Thread Jason Corley
I don't really know much about log4j, so I can't comment on that particular methodology, but I'd been looking at implementing a logrotate for tomcat on my systems. I was thinking something like this for tomcat 3.3 (haven't looked at 4.x yet): /var/log/tomcat3/jasper-*.log

patch for tomcat rc script in RPM

2002-04-19 Thread Jason Corley
/tomcat3 /var/run/tomcat3.pid Feel free to use it if you like it. This patch was built against the rc script from the 3.3a RPMs. Thanks, Jason Corley, UNIX/Linux System Administrator TogetherSoft Corporation 900 Main Campus Drive, Suite 500 Raleigh, NC 27606 o: 1-919-833-5550 x1531, m: 1-919-795-3703