RE: Tomcat4.0 with and Apache2

2002-08-27 Thread Mark Pelillo
Is ar installed on the system or maybe it's not in the path. Try typing which ar and see what it returns. I believe it should be in either /usr/local/bin or /usr/ccs/bin depending on how things are installed on your system On Tue, 2002-08-27 at 11:59, Raj Mettai wrote: Hi, I am trying to

RE: mod_jk compile error

2002-07-24 Thread Mark Pelillo
. -Original Message- From: Mark Pelillo [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:19 PM To: Tomcat Users List Subject:Re: mod_jk compile error This is one file you will have to edit. The problem is not with jk_jni_worker.c but rather with jni.h

Re: mod_jk compile error

2002-07-23 Thread Mark Pelillo
This is one file you will have to edit. The problem is not with jk_jni_worker.c but rather with jni.h. Line 27 (if you are using j2sdk1.4.0) of jni.h which is located in JAVA_HOME/include needs to be modified to be architecture/jni_md.h. Change architecture to meet your systems need. For linux

Re: mod_jk problem == Invalid command 'JkMount'?

2002-07-23 Thread Mark Pelillo
To answer your second question, I don't believe you need the AddModule line. I ran into the same problem, but when I deleted the line it worked great. The only thing you have to be carefully of is the order in which the modules are loaded. FYI if you are going to use PHP4.2.1 and

UID for Tomcat and startup script

2002-07-17 Thread Mark Pelillo
Who do most people run Tomcat as? Because I am working on a development system, I can run Tomcat as root, but when I go to production I am sure that will cause problems. I am running under Solaris. I also wonder how you make sure Tomcat is completed started before starting apache. I know on

Re: Apache 2.0.39 modjk2

2002-07-01 Thread Mark Pelillo
check the permissions of the directory where jk2.shm file is going. Make sure the account which is running tomcat has permission to write into the directory. On Mon, 2002-07-01 at 15:25, Short, Dave wrote: Does anyone know why Apache 2.0.39 is reporting the [warn] messages in the error.log

Problem with mod_jk2

2002-06-24 Thread Mark Pelillo
I have Tomcat 4.04 with Apache 2.0.39 installed on a Sun (sparc) machine. I have to do minor edit, but everything is up and running. I was checking out the jkstatus link, when I noticed a concern. It says my arch = i386 rather than sparc. Anyone have any idea how to change this? I do see a

RE: mod_jk and mod_jk2 HELP

2002-06-20 Thread Mark Pelillo
-Original Message- From: Mark Pelillo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 6:35 PM To: Tomcat Users List Subject: RE: mod_jk and mod_jk2 HELP I can't answer whether mod_jk is involved in every request, because it really depend on the inner workings of Apache and mod_jk

RE: mod_jk and mod_jk2 HELP

2002-06-18 Thread Mark Pelillo
content is being served by tomcat, which means there's no need for apache (or even a connector). Is this something new to mod_jk2, that it is able to tell on the fly what to send to tomcat? John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Mark Pelillo

What are the various DEBUG Levels?

2002-06-18 Thread Mark Pelillo
If I look at the web.xml file (4.1.3) I see line like the following init-param param-namedebug/param-name param-value0/param-value /init-param I can also see something similar if I use the admin tool included with Tomcat 4.1.3. But I don't understand

mod_jk and mod_jk2 HELP

2002-06-15 Thread Mark Pelillo
Maybe I missed something basic. but I have note been sucessful is getting either of these two connectors working with Apache2. I started with Tomcat 4.0.3 and no luck, moved on to 4.04-b3 with more success and I downloaded 4.1.3 and have almost got it working (I think) I am working on Solaris 8