RE: Tomcat4.0 with and Apache2

2002-08-27 Thread Raj Mettai

Hi,

I am trying to compile apache2.0.39 on solaris 8,  with --enable-so(DSO), when I do 
make, I am getting following error, can anybody help me fixing this error...



Making all in dso/unix
make[3]: Entering directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix'
make[4]: Entering directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix'
/bin/sh /export/home/klibutti/httpd-2.0.39/srclib/apr/libtool --silent --mode=compile 
gcc -g -O2 -pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS 
-D_REENTRANT   -I../../include -I../../include/arch -I../../include/arch/unix  -c 
dso.c  touch dso.lo
make[4]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix'
make[3]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix'
make[3]: Entering directory `/export/home/klibutti/httpd-2.0.39/srclib/apr'
/bin/sh /export/home/klibutti/httpd-2.0.39/srclib/apr/libtool --silent --mode=link gcc 
-g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT 
-I./include -I../include -o libapr.la -rpath /usr/local/apache2/lib 
strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo 
strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo 
passwd/apr_getpass.lo passwd/apr_md5.lo tables/apr_hash.lo tables/apr_tables.lo 
file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo 
file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filestat.lo 
file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo 
file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo 
file_io/unix/seek.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo 
network_io/unix/poll.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo 
network_io/unix/sockets.lo network_io/unix/sockopt.lo threadproc/unix/proc.lo 
threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo 
threadproc/unix/threadpriv.lo misc/unix/errorcodes.lo misc/unix/getopt.lo 
misc/unix/getuuid.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo 
misc/unix/uuid.lo misc/unix/version.lo locks/unix/global_mutex.lo 
locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo 
locks/unix/thread_rwlock.lo time/unix/time.lo time/unix/timestr.lo mmap/unix/common.lo 
mmap/unix/mmap.lo shmem/unix/shm.lo i18n/unix/xlate.lo user/unix/groupinfo.lo 
user/unix/userinfo.lo memory/unix/apr_pools.lo 
atomic/solaris_sparc/apr_atomic_sparc_no_support.lo dso/unix/dso.lo
/export/home/klibutti/httpd-2.0.39/srclib/apr/libtool: ar: not found
make[3]: *** [libapr.la] Error 1
make[3]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib'
make: *** [all-recursive] Error 1

Thanks in advance

-Raj


 [EMAIL PROTECTED] 08/26/02 02:52PM 

Sorry, perhaps that was too harsh.

You don't need mod_proxy to put tomcat on a separate machine from apache.
mod_jk supports load-balancing (http://www.ubeans.com/tomcat for a HOWTO),
and if you just want tomcat on a separate machine without load-balancing,
you change the host parameter in mod_jk's worker.properties file to the
hostname of the tomcat server instead of localhost or whatever the default
is (see earlier posts today on this list on exactly this topic).

In addition, with mod_jk, you can set tomcat (provided tomcat is on the same
machine) to auto-generate the mod_jk configuration directives for apache.
That means that you only need to change one server configuration (tomcat),
and the apache configuration will follow.

mod_proxy probably works (I haven't tried it) and others are probably doing
it that way, but in my opinion it would make sense to use the tool that was
specifically developed to integrate with tomcat, and that means one of the
connectors such as mod_jk or mod_webapp.

Obviously, you are welcome to use whatever suits your environment and
situation.

John Turner
[EMAIL PROTECTED]

 -Original Message-
 From: Milhomem, Marcus [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 26, 2002 2:47 PM
 To: Tomcat Users List
 Subject: RE: Tomcat4.0 with and Apache2
 
 
 Hi,
 I am planing to use tomcat4.0 with Apache2 using the mod_proxy,
 because I think that it ahs more scalability as you can   
 after sometime
 move the tomcat to other machine. But as I saw your e-mail, saying to
 burn What Integration do you tinhk it´s better and why?
 
 
 
 
 thank you

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



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 compile apache2.0.39 on solaris 8,  with --enable-so(DSO), when I do 
make, I am getting following error, can anybody help me fixing this error...
 
 
 
 Making all in dso/unix
 make[3]: Entering directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix'
 make[4]: Entering directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix'
 /bin/sh /export/home/klibutti/httpd-2.0.39/srclib/apr/libtool --silent 
--mode=compile gcc -g -O2 -pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT   -I../../include -I../../include/arch 
-I../../include/arch/unix  -c dso.c  touch dso.lo
 make[4]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix'
 make[3]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix'
 make[3]: Entering directory `/export/home/klibutti/httpd-2.0.39/srclib/apr'
 /bin/sh /export/home/klibutti/httpd-2.0.39/srclib/apr/libtool --silent --mode=link 
gcc -g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS 
-D_REENTRANT -I./include -I../include -o libapr.la -rpath /usr/local/apache2/lib 
strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo 
strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo 
passwd/apr_getpass.lo passwd/apr_md5.lo tables/apr_hash.lo tables/apr_tables.lo 
file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo 
file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filestat.lo 
file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo 
file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo 
file_io/unix/seek.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo 
network_io/unix/poll.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo 
network_io/unix/sockets.lo network_io/unix/sockopt.lo threadproc/unix/proc.lo 
threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo 
threadproc/unix/threadpriv.lo misc/unix/errorcodes.lo misc/unix/getopt.lo 
misc/unix/getuuid.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo 
misc/unix/uuid.lo misc/unix/version.lo locks/unix/global_mutex.lo 
locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo 
locks/unix/thread_rwlock.lo time/unix/time.lo time/unix/timestr.lo 
mmap/unix/common.lo mmap/unix/mmap.lo shmem/unix/shm.lo i18n/unix/xlate.lo 
user/unix/groupinfo.lo user/unix/userinfo.lo memory/unix/apr_pools.lo 
atomic/solaris_sparc/apr_atomic_sparc_no_support.lo dso/unix/dso.lo
 /export/home/klibutti/httpd-2.0.39/srclib/apr/libtool: ar: not found
 make[3]: *** [libapr.la] Error 1
 make[3]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib/apr'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib/apr'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/export/home/klibutti/httpd-2.0.39/srclib'
 make: *** [all-recursive] Error 1
 
 Thanks in advance
 
 -Raj
 
 
  [EMAIL PROTECTED] 08/26/02 02:52PM 
 
 Sorry, perhaps that was too harsh.
 
 You don't need mod_proxy to put tomcat on a separate machine from apache.
 mod_jk supports load-balancing (http://www.ubeans.com/tomcat for a HOWTO),
 and if you just want tomcat on a separate machine without load-balancing,
 you change the host parameter in mod_jk's worker.properties file to the
 hostname of the tomcat server instead of localhost or whatever the default
 is (see earlier posts today on this list on exactly this topic).
 
 In addition, with mod_jk, you can set tomcat (provided tomcat is on the same
 machine) to auto-generate the mod_jk configuration directives for apache.
 That means that you only need to change one server configuration (tomcat),
 and the apache configuration will follow.
 
 mod_proxy probably works (I haven't tried it) and others are probably doing
 it that way, but in my opinion it would make sense to use the tool that was
 specifically developed to integrate with tomcat, and that means one of the
 connectors such as mod_jk or mod_webapp.
 
 Obviously, you are welcome to use whatever suits your environment and
 situation.
 
 John Turner
 [EMAIL PROTECTED]
 
  -Original Message-
  From: Milhomem, Marcus [mailto:[EMAIL PROTECTED]]
  Sent: Monday, August 26, 2002 2:47 PM
  To: Tomcat Users List
  Subject: RE: Tomcat4.0 with and Apache2
  
  
  Hi,
  I am planing to use tomcat4.0 with Apache2 using the mod_proxy,
  because I think that it ahs more scalability as you can   
  after sometime
  move the tomcat to other machine. But as I saw your e-mail, saying to
  burn What Integration do you tinhk it´s better and why?
  
  
  
  
  thank you

RE: Tomcat4.0 with and Apache2

2002-08-26 Thread Turner, John


If your documentation is telling you to use mod_proxy to connect apache to
tomcat, burn that documentation.

You want to use mod_jk or mod_webapp with tomcat and apache.  mod_jk is more
robust at this juncture, and there are good resources available to explain
how to get mod_jk working with apache and tomcat.

Which platform are you using? Windows? Linux/UNIX?  I'm not familiar enought
wiht iPlanet OS support to be able to tell which platform you are using.

Here is a resource for apache 2.0 and tomcat 4 on Win2K:
http://www.cnr.berkeley.edu/~salazar/apache_tomcat.html

Here is a resource for apache 1.3 and RH 7.2:
http://www.johnturner.com/howto/apache-tomcat-howto.html (apache 2.0 is not
that different, you just need an apache-2.0 specific mod_jk.so).

In addition, the list can help you out pretty easily if you post back with
more specific information.

Don't rely on whatever documentation you have, it seems to be grossly in
error.

John Turner
[EMAIL PROTECTED]

 -Original Message-
 From: Raj Mettai [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 26, 2002 2:33 PM
 To: [EMAIL PROTECTED]
 Subject: Tomcat4.0 with and Apache2
 
 
 Hello,
  
 We're attempting to connect Tomcat 4.0 to Apache 2.0 but are 
 having problems. All of the existing documention focuses on 
 connecting Apache 1.3 to Tomcat 4.0, but there is nothing we 
 have seen that discusses connecting Tomcat 4.0 to Apache 2.0 
 and there are enough differences between Apache 1.3 and 
 Apache 2.0 that the existing documentation does not help us.
  
 Specifically, when connection Apache 1.3 to Tomcat 4.0, it 
 discusses the following items:

  LoadModule proxy_module  {path-to-modules}/mod_proxy.so
 
 AddModule  mod_proxy.c
 ProxyPass /myapp  http://localhost:8081/myapp
 
 ProxyPassReverse  /myapp  http://localhost:8081/myapp
  
 
 but, we don't see mod_proxy.so in the Apache 2.0 modules 
 directory, so we don't know what to do. What is the 
 equivalent configuration for Apache 2.0? Is there any 
 documentation that exists for connecting these specific versions?
  
 Also, does anybody know of a way to connect iPlanet 6.0sp2 to 
 Tomcat 4.0? We have iPlanet and would like to continue using 
 it, but we can't find any way to get the two products to work 
 together.
  
 thank you in advance for your assistance,
 Raj and Brandon - Broward Community College
  
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Tomcat4.0 with and Apache2

2002-08-26 Thread Milhomem, Marcus

Hi,
I am planing to use tomcat4.0 with Apache2 using the mod_proxy,
because I think that it ahs more scalability as you can   after sometime
move the tomcat to other machine. But as I saw your e-mail, saying to
burn What Integration do you tinhk it´s better and why?




thank you
-Original Message-
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 26, 2002 11:41 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat4.0 with and Apache2



If your documentation is telling you to use mod_proxy to connect apache to
tomcat, burn that documentation.

You want to use mod_jk or mod_webapp with tomcat and apache.  mod_jk is more
robust at this juncture, and there are good resources available to explain
how to get mod_jk working with apache and tomcat.

Which platform are you using? Windows? Linux/UNIX?  I'm not familiar enought
wiht iPlanet OS support to be able to tell which platform you are using.

Here is a resource for apache 2.0 and tomcat 4 on Win2K:
http://www.cnr.berkeley.edu/~salazar/apache_tomcat.html

Here is a resource for apache 1.3 and RH 7.2:
http://www.johnturner.com/howto/apache-tomcat-howto.html (apache 2.0 is not
that different, you just need an apache-2.0 specific mod_jk.so).

In addition, the list can help you out pretty easily if you post back with
more specific information.

Don't rely on whatever documentation you have, it seems to be grossly in
error.

John Turner
[EMAIL PROTECTED]

 -Original Message-
 From: Raj Mettai [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 26, 2002 2:33 PM
 To: [EMAIL PROTECTED]
 Subject: Tomcat4.0 with and Apache2
 
 
 Hello,
  
 We're attempting to connect Tomcat 4.0 to Apache 2.0 but are 
 having problems. All of the existing documention focuses on 
 connecting Apache 1.3 to Tomcat 4.0, but there is nothing we 
 have seen that discusses connecting Tomcat 4.0 to Apache 2.0 
 and there are enough differences between Apache 1.3 and 
 Apache 2.0 that the existing documentation does not help us.
  
 Specifically, when connection Apache 1.3 to Tomcat 4.0, it 
 discusses the following items:

  LoadModule proxy_module  {path-to-modules}/mod_proxy.so
 
 AddModule  mod_proxy.c
 ProxyPass /myapp  http://localhost:8081/myapp
 
 ProxyPassReverse  /myapp  http://localhost:8081/myapp
  
 
 but, we don't see mod_proxy.so in the Apache 2.0 modules 
 directory, so we don't know what to do. What is the 
 equivalent configuration for Apache 2.0? Is there any 
 documentation that exists for connecting these specific versions?
  
 Also, does anybody know of a way to connect iPlanet 6.0sp2 to 
 Tomcat 4.0? We have iPlanet and would like to continue using 
 it, but we can't find any way to get the two products to work 
 together.
  
 thank you in advance for your assistance,
 Raj and Brandon - Broward Community College
  
 

--
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]




RE: Tomcat4.0 with and Apache2

2002-08-26 Thread Turner, John


Sorry, perhaps that was too harsh.

You don't need mod_proxy to put tomcat on a separate machine from apache.
mod_jk supports load-balancing (http://www.ubeans.com/tomcat for a HOWTO),
and if you just want tomcat on a separate machine without load-balancing,
you change the host parameter in mod_jk's worker.properties file to the
hostname of the tomcat server instead of localhost or whatever the default
is (see earlier posts today on this list on exactly this topic).

In addition, with mod_jk, you can set tomcat (provided tomcat is on the same
machine) to auto-generate the mod_jk configuration directives for apache.
That means that you only need to change one server configuration (tomcat),
and the apache configuration will follow.

mod_proxy probably works (I haven't tried it) and others are probably doing
it that way, but in my opinion it would make sense to use the tool that was
specifically developed to integrate with tomcat, and that means one of the
connectors such as mod_jk or mod_webapp.

Obviously, you are welcome to use whatever suits your environment and
situation.

John Turner
[EMAIL PROTECTED]

 -Original Message-
 From: Milhomem, Marcus [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 26, 2002 2:47 PM
 To: Tomcat Users List
 Subject: RE: Tomcat4.0 with and Apache2
 
 
 Hi,
   I am planing to use tomcat4.0 with Apache2 using the mod_proxy,
 because I think that it ahs more scalability as you can   
 after sometime
 move the tomcat to other machine. But as I saw your e-mail, saying to
 burn What Integration do you tinhk it´s better and why?
 
 
 
 
 thank you

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Tomcat4.0 with and Apache2

2002-08-26 Thread Raj Mettai

Hi,

I am running both Apache2.0 and Tomcat4.0  on solaris8, I have downloaded binaries of 
tomcat4 and I have compiled Apache from source code.It didnot do --enable-module=so 
while configuring apache, that means do I have to re-configure apache again. My 
modules directory under apache doesn't have any mod_* files.

mod_jk comes with tomcat or do i need to separately download it, if so please give me 
the link

can you give me a resource link for configuration of tomact4 and apache2 on solaris 
environment.


thanks a lot...
Raj




 [EMAIL PROTECTED] 08/26/02 02:41PM 

If your documentation is telling you to use mod_proxy to connect apache to
tomcat, burn that documentation.

You want to use mod_jk or mod_webapp with tomcat and apache.  mod_jk is more
robust at this juncture, and there are good resources available to explain
how to get mod_jk working with apache and tomcat.

Which platform are you using? Windows? Linux/UNIX?  I'm not familiar enought
wiht iPlanet OS support to be able to tell which platform you are using.

Here is a resource for apache 2.0 and tomcat 4 on Win2K:
http://www.cnr.berkeley.edu/~salazar/apache_tomcat.html

Here is a resource for apache 1.3 and RH 7.2:
http://www.johnturner.com/howto/apache-tomcat-howto.html (apache 2.0 is not
that different, you just need an apache-2.0 specific mod_jk.so).

In addition, the list can help you out pretty easily if you post back with
more specific information.

Don't rely on whatever documentation you have, it seems to be grossly in
error.

John Turner
[EMAIL PROTECTED]

 -Original Message-
 From: Raj Mettai [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 26, 2002 2:33 PM
 To: [EMAIL PROTECTED]
 Subject: Tomcat4.0 with and Apache2
 
 
 Hello,
  
 We're attempting to connect Tomcat 4.0 to Apache 2.0 but are 
 having problems. All of the existing documention focuses on 
 connecting Apache 1.3 to Tomcat 4.0, but there is nothing we 
 have seen that discusses connecting Tomcat 4.0 to Apache 2.0 
 and there are enough differences between Apache 1.3 and 
 Apache 2.0 that the existing documentation does not help us.
  
 Specifically, when connection Apache 1.3 to Tomcat 4.0, it 
 discusses the following items:

  LoadModule proxy_module  {path-to-modules}/mod_proxy.so
 
 AddModule  mod_proxy.c
 ProxyPass /myapp  http://localhost:8081/myapp
 
 ProxyPassReverse  /myapp  http://localhost:8081/myapp
  
 
 but, we don't see mod_proxy.so in the Apache 2.0 modules 
 directory, so we don't know what to do. What is the 
 equivalent configuration for Apache 2.0? Is there any 
 documentation that exists for connecting these specific versions?
  
 Also, does anybody know of a way to connect iPlanet 6.0sp2 to 
 Tomcat 4.0? We have iPlanet and would like to continue using 
 it, but we can't find any way to get the two products to work 
 together.
  
 thank you in advance for your assistance,
 Raj and Brandon - Broward Community College
  
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]