This is a little tricky to reproduce but...
Apache 2.0.45
Tomcat 4.1.24 (or .27 for that matter)
mod_jk2 2.0.2
everything built and running on Solaris 2.8
Connect all machines using a 100 Mbit switch or something fast.
Create two instances of tomcat with Coyote AJP 13 connectors where enableLook
Try loading (and maybe configuring?) mod_rewrite before mod_jk. I had a similar
experience with mod_jk2 and mod_rewrite.
Jamey
-Original Message-
From: Nicolas [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 13, 2003 3:57 PM
To: [EMAIL PROTECTED]
Subject: mod_rewrite & mod_jk2
hi
first:
David,
I didn't see an attachment that time. Thanks as this is interesting stuff for
Java development of any kind, not just Tomcat!
Jamey
James Courtney
InPhonic, Inc.
-Original Message-
From: David Rees [mailto:[EMAIL PROTECTED]
Sent: Friday, July 11, 2003 8:34 AM
To: [
on the use of these options would be great.
Thanks!
Jamey
James Courtney
InPhonic, Inc.
-Original Message-
From: Henri Gomez [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 1:30 AM
To: Tomcat Developers List
Subject: Re: Buggy mod_jk2 AJP 13 communications?
James Courtney a é
nes to be added in the mod_jk build.xml to allow for solaris to work correctly (at
least 2.8).
Feedback?
Thanks!
Jamey
James Courtney
InPhonic, Inc.
-Original Message-----
From: James Courtney
Sent: Wednesday, July 09, 2003 11:33 PM
To: Tomcat Developers List
Cc: [EMAIL PROTECTED]
Sub
This worked for me on Solaris 8 this evening:
Make sure you have properly compiled and installed Apache 2.x and Tomcat 4.1.24.
We'll call these installation directories apache2.home and tomcat4.home.
Also make sure you have recent versions of m4, automake, and autoconf installed from
www.sunfr
0 per Tomcat. Any thoughts?
Many thanks!
Jamey
James Courtney
InPhonic, Inc.
David,
From what I've been told you should NOT use the connectors release for 4.1.24
found at http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/src.
Instead you should use the current release of the connectors project found at
http://jakarta.apache.org/builds/jakarta-t
Thank you all for your help!
Best Regards,
Jamey
With the exception of failover (case 4 below), I believe that the first
three cases can be handled by having your load balancer be "sticky" by
client address to any of the app servers (machines running Apache with
Tomcat). Thus if your load balancer receives a request from client
some.client.net
Yes it is. I'm currently running Apache and JRun on HP-UX 11 quite
successfully and I've run Tomcat on HPUX 11 too. We also run Apache and
Tomcat on Solaris 2.7. Apache you can get a binary distribution for HP-UX
(http://httpd.apache.org/dist/binaries/hpux/) 11 or build it yourself.
Frankly, I
Has anyone seen an error like the one attached before. If so, any idea what
causes it. It appears to be trying to move a compile JSP as part of the
recompilation process maybe? I'm running Tomcat 3.2.1 on Solaris 2.7.
Many thanks,
Jamey
-Original Message-
From: Anne Hoe [mailto
Here's a simple Solaris makefile that I've used to build both an SSL and
non-SSL enabled version of mod_jk. I'm not much of an expert on building C
apps but this seems to do the trick. If it doesn't work for you then my
disclaimer is that I probably have little or no idea what to try next:(
Good
I have to admit that I have no idea. Compiling C code on Unix isn't my
forte and I'm pretty new to the whole Apache/Tomcat thing myself. Sorry I
can't be of more help:(
-Jamey
-Original Message-
From: keith bishop [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 3:55 PM
To: [E
27;t think this is possible without changing code.
Try searching for ApacheConfig.
In 3.3, the auto-gen classes are now modules to be specified
in server.xml as ContextInterceptors. Currently only Apache is enabled,
and can be disabled by modifying server.xml.
Keith
-Original Message-----
F
I know this is rather tangential but I was unaware that it was possible to
turn on and off the auto generation of configuration files by Tomcat. How
do I control this?
Many thanks,
Jamey
-Original Message-
From: danmil [mailto:danmil]On Behalf Of Dan Milstein
Sent: Sunday, Januar
Here's a makefile that's been working for me on Solaris 2.7.
-Jamey
-Original Message-
From: Timothy S. Tsai [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 29, 2001 8:03 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: mod_jk.so build problems with SunOS 5.6
Hello,
Has any
ct: cvs commit: jakarta-tomcat/src/native/mod_jk/common
> jk_uri_worker_map.c
>
>
> danmil 01/01/22 19:23:03
>
> Modified:src/native/mod_jk/common jk_uri_worker_map.c
> Log:
> Adding more thorough
e/mod_jk/common
jk_uri_worker_map.c
danmil 01/01/22 19:23:03
Modified:src/native/mod_jk/common jk_uri_worker_map.c
Log:
Adding more thorough DEBUG-level to describe what mapping the module is
using for a given request.
Submitted by: James Courtney
Revision ChangesPath
I hardly think that we all need to have that warm fuzzy feeling all the time
towards one another or that our ego's need to be shielded from having our
ideas challenged but clearly minimum standards of behavior between group
members should be agreed upon and observed for the health of the project.
y contributing to the project.
Best Regards,
James Courtney (Jamey)
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
To unsubsc
--- /home/jamey/tmp/jk_uri_worker_map.c Mon Jan 22 13:13:03 2001
+++ jk/jk_uri_worker_map.c Mon Jan 22 13:33:10 2001
@@ -358,6 +358,7 @@
uri = clean_uri;
}
+ jk_log(l, JK_LOG_DEBUG, "Attempting to map URI %s\n", uri);
for(i = 0 ; i < uw_map->size
Here's a solaris make file for the Apache1.3 tomcat plugin. It might be
nice to include such a thing in future releases though users should have
some idea of how to create their own.
-Jamey
OS=solaris
#ARCH=sparc
#APACHE_HOME=/apps/apache
#JAVA_HOME=/usr/local/java/jdk1.2.1
APXS=${APACHE_HOME
You mean tomcat sans Apache or IIS out front?
-Jamey
-Original Message-
From: Jayesh [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 21, 2001 10:56 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: load balancing and failsafety
Anybody implemented load balancing and failsafety on
e to the release version(s) of Tomcat then that would be
great to:)
Many thanks,
James Courtney
[EMAIL PROTECTED]
-Original Message-
From: Peter Donald [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 21, 2001 4:47 AM
To: [EMAIL PROTECTED]
Cc: LOG4J Users Mailing List; [EMAI
25 matches
Mail list logo