You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike Braden <mb...@utenzi.com> on 2001/02/01 16:43:26 UTC

RE: Apache to Tomcat Connector Problem

John,

Make sure that you clean out all of the .o files before you build.  You can
run a make clean to remove the files from the apache-1.3 dir, but I believe
it also uses .o files from webapplib dir.  You'll have to remove them
manually because I don't think there is a clean in that Makefile.

The easiest way to tell if the files are OK is to do a file on them:

# file mod_webapp.so
mod_webapp.so:  ELF 32-bit LSB dynamic lib 80386 Version 1, dynamically
linked, not stripped

This was the problem with running it on my sparc box.

Thanks,

Mike.

     
-----Original Message-----
From: John McKim [mailto:jmckim@globalinfotek.com]
Sent: Tuesday, January 30, 2001 8:56 PM
To: 'tomcat-user@jakarta.apache.org'
Subject: Apache to Tomcat Connector Problem


I'm having a problem with setting up the connection to apache.  I use the
directions  at the bottom of the file "server.xml" in the
build/tomcat-4.0/conf directory.  I build the module mod_webapp.so ok and
move it to the apache libexec directory.  When I start apache I get the
error: Cannot load /usr/local/apache/bin/libexec/mod_webapp.so into server:
undefined symbol: ap_ctx_get.

Not quite sure what I am doing wrong.  Any help will be greatly appreciated.

Configuration:
-  tomcat-4.0-src-20010130
-  jakarta-servletapi-4.0-20010130
-  apache-1.3.17
-  jdk1.3.0_01

Thanks,
John

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, email: tomcat-user-help@jakarta.apache.org