Results 1 to 3 of 3

Thread: Integrating Tomcat 4.0.3 with Apache 2.0.35

  1. #1
    Nehctik
    Guest

    Integrating Tomcat 4.0.3 with Apache 2.0.35

    Is there anyone who got tomcat 4.0.3 and Apache 2.0.35 running fine together?

    Im just trying to compile mod_webapp.so
    It appears that it compiled without any error, but in hhtpd.conf, when I do

    LoadModule webapp_module modules/mod_webapp.so
    AddModule mod_webapp.c

    I got this error when I test my syntax with apachectl configtest:

    Syntax error on line 219 of /usr/local/apache2/conf/httpd.conf:
    Cannot load /usr/local/apache2/modules/mod_webapp.so into server: /usr/local/apache2/modules/mod_webapp.so: undefined symbol: wa_pool

    Can you, guys, help me?
    Thanks

    :

  2. #2

    Re:Integrating Tomcat 4.0.3 with Apache 2.0.35

    I think i was just reading that apache 2 modules are different to the 1.3.x ones.
    are you using the correct version of tomcat if there is one??

    Alastair
    whatdoyougetwhenyoumultiplysixbynine??

  3. #3
    Nehctik
    Guest

    Re:Integrating Tomcat 4.0.3 with Apache 2.0.35

    What do you mean by "correct version of Tomcat"?
    Im using tomcat 4.0.3 and mod_webapp.so module was compiled with Jakarta Tomcat connectors 4.0.2-01 source.
    the configure script configured the makefile to compile the module for Apache2. Here is what I did:

    ./configure --with-apxs=/usr/local/apache2/bin/apxs
    make

    then ...
    I copied jakarta-tomcat-connectors-4.0.2-201-src/webapp/apache-2.0/mod_webapp.so to /usr/local/apache2/modules/

    The problem is not with Tomcat, the problem is with Apache 2 when it attempts to load the module. I didnt find any documentation about it on Jakarta web site.

    thanks

    Quote Originally Posted by alastair
    I think i was just reading that apache 2 modules are different to the 1.3.x ones.
    are you using the correct version of tomcat if there is one??

    Alastair
    :'(

Similar Threads

  1. Aliasing in Apache + Tomcat
    By honey bee in forum Linux - Hardware, Networking & Security
    Replies: 2
    Last Post: 10-16-2006, 04:00 PM
  2. Tomcat5, Apache2 and mod_jk!
    By honey bee in forum Linux - Hardware, Networking & Security
    Replies: 6
    Last Post: 07-05-2006, 12:18 PM
  3. JSP with Apache & Tomcat!
    By honey bee in forum Linux - Software, Applications & Programming
    Replies: 10
    Last Post: 06-17-2006, 11:23 AM
  4. how can i install apache tomcat in linux??
    By hn2t in forum Linux - Software, Applications & Programming
    Replies: 5
    Last Post: 03-09-2006, 03:16 PM
  5. Apache Tomcat
    By tolstoy in forum Linux - Hardware, Networking & Security
    Replies: 7
    Last Post: 08-30-2002, 02:21 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •