RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Jeff Allison
Isn't mod_jk deprecated in favour of mod_ajp.
On Jul 15, 2011 10:15 PM, Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 
jonathan.leffingwell@navy.mil wrote:
 Big thanks to Chris, Andre, and everyone else for all of the guidance! I
think I'm going to do this:

 1. Compile Apache 2.2.19 in /myuser/ space (since I don't have root or
admin privileges).

 2. Ask the admin to do his part in taking the compiling code and
installing it.

 I have a question about doing this with mod_ssl, but I think it would be
best for me to start a different thread with this. Thanks again!

 Jonathan


 -Original Message-
 From: Christopher Schultz [mailto:ch...@christopherschultz.net]
 Sent: Thursday, July 14, 2011 2:37 PM
 To: Tomcat Users List
 Subject: Re: Binary of mod_jk.so for Apache 2.2.x

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Jonathan,

 On 7/14/2011 1:08 PM, Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 wrote:
 Chris, something DID just dawn on me...

 I have my own account on that Linux server, though not with root
 access or anything. Would it be possible for me to compile mod_jk.so
 into my own space and then tell him where the mod_jk.so is?

 Yes.

 If so, would the following steps be how I would generate mod_jk.so
 (and forgive the newbieness of the question, please)?

 tar -xvzf tomcat-connectors-1.2.30-src.tar.gz

 cd tomcat-connectors-1.2.30-src/native/ # which apxs

 The # which apxs was intended to be a command to determine the
 location of Apache httpd's apxs program, which is a
 configuration-dumping utility to help with building Apache httpd
 modules. apxs if often found in /usr/sbin/apxs so Leon's post was using
 that as an example:

 ./configure --with-apxs=/usr/sbin/apxs --enable-api-compatibility

 Replace /usr/sbin/apxs with whatever the result of which apxs is. If
 that doesn't return anything, you may have to have your SA install the
 Apache httpd development package or something. It might also be called
 apxs2 (that's the case in my Debian Lenny environment).

 Good luck,
 - -chris
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk4fN0kACgkQ9CaO5/Lv0PD2ZwCfcQuD5WScbq+HJgCKTHZtY3JY
 Ii0AoK8WtgF4SmXAemVGRmMde4f0K8P1
 =HFWz
 -END PGP SIGNATURE-

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Why we need two servers (httpd and tomcat)

2009-04-27 Thread Jeff Allison
 Hello Group,

 Can someone explain to me the basic difference between httpd and tomacat
 serer.  What one can do so the other can not do.  And why do we need these
 two servers in the first place.

 I will appreciate this.

 --
 Thanks

 Nagrik

Don't you need to run apache etc in front of tomcat because unless you run
tomcat as root it cannot listen on port 80???


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org