I'm having some problems getting started with tomcat.  My environment
consists of:

linux mandrake 7.2
linux 2.4.1 kernel
apache (Apache-AdvancedExtranetServer/1.3.14 (Linux-Mandrake/2mdk))
these bits downloaded from the jakarta-tomcat web site
  jakarta-tomcat-3.2.1.tar.gz
  mod_jk.so
  mod_jserv_tomcat.so

I've unpacked jakarta-tomcat-3.2.1.tar.gz into /usr/local/tomcat and I've
installed the mod_* files into /usr/lib/apache.  I added code to
httpd.conf to load the modules and include the appropriate tomcat
configuration files.

I have tomcat running and the example servlets run as expected when I
access them via port 8080 (ie. through the tomcat web server).

I've tried integrating tomcat with apache using either mod_jserv_tomcat.so
or mod_jk.so.

When using mod_jserv_tomcat.so, whenever I try to access an example
servlet, something is aborting and I see this apache error_log message:

[Wed Mar 28 16:02:59 2001] [notice] child pid 15023 exit signal
Segmentation fault (11)


When using mod_jk.so, I am including the mod_jk.conf-auto built by the
tomcat startup.  In this case, when I try to access an example servlet the
apache server complains:

[Wed Mar 28 16:16:07 2001] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/local/jakarta-tomcat-3.2.1/webapps/examples/servlet/HelloWorldExample


Why is apache looking for this file rather than invoking the
HelloWorldExample servlet?


Anyone have any ideas?  Does it look like I'm going to have to build my
own module binaries?

--
Todd Pfaff                         \  Email: [EMAIL PROTECTED]
Computing and Information Services  \ Voice: (905) 525-9140 x22920
ABB 132                              \  FAX: (905) 528-3773
McMaster University                   \
Hamilton, Ontario, Canada  L8S 4M1     \

Reply via email to