DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7201>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7201

Cannot get the WebApp Connector to work with Apache HTTPD as per Apache Bug# 9980

           Summary: Cannot get the WebApp Connector to work with Apache
                    HTTPD as per Apache Bug# 9980
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Webapp Connector
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am having problems getting Tomcat 4.0 and Apache 1.3.23 to work together as 
per the problem listed below which I posted on bugs.apache.org

>Number:         9980
>Category:       general
>Synopsis:       Installed mod_webapps and it will not connect apache 1.3.23 to 
Tomcat 4.0.1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Wed Feb 27 07:50:00 PST 2002
>Closed-Date:    Sun Mar 03 11:30:26 PST 2002
>Last-Modified:  Sun Mar 03 11:30:26 PST 2002
>Originator:     [EMAIL PROTECTED]
>Release:        1.3.23
>Organization:
>Environment:
Running on a PIII 450 running Redhat Linux 7.
Compiler gcc
>Description:
Message dump from error.log after turning debug on in mod_webapps

[Tue Feb 26 22:41:06 2002] [warn] module mod_webapp.c is already added, skipping
[Tue Feb 26 22:41:06 2002] 2268 (wa_main.c:77) WebApp Library Initializing
[Tue Feb 26 22:41:06 2002] 2268 (wa_main.c:81) Initializing APR
[Tue Feb 26 22:41:06 2002] 2268 (pr_info.c:66) INFO provider initialized
[Tue Feb 26 22:41:06 2002] 2268 (pr_warp.c:62) WARP provider initialized
[Tue Feb 26 22:41:06 2002] 2268 (wa_main.c:101) WebApp Library Initialized
[Tue Feb 26 22:41:06 2002] 2268 (wa_config.c:168) Created connection "conn" 
(Prov: "warp" Param: "localhost:8008")
[Tue Feb 26 22:41:06 2002] 2268 (wa_config.c:100) Created 
application "examples" in path "/examples/"
Syntax error on line 984 of /etc/apache/conf/httpd.conf:
Invalid virtual host for deployment
/etc/rc.d/init.d/httpd start: httpd could not be started


httpd.conf file has the following lines in it afer all other LoadModules.
LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c


and at the very end of the httpd.conf file.

WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples/
#WebAppInfo /webapp-info

As far as i can see from the code it is never initialising the host variable in 
mod_webapp, but as i don't know the code enough I would not like to modify it, 
but do need to get apache 1.3.23 and tomcat 4.0.1 working together on this 
linux machine.
>How-To-Repeat:
I downloaded the source for apache 1.3.23, tomcat 4.0.1 and mod_webapps 1.0.1-
tc401.
compiled and installed apache with mod_so installed as per apache docs.
compiled and installed tomcat as per tomcat docs.
compiled and installed mod_webapps as per tomcat/mod_webapps docs.

I cannot seem to get around this.

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

Reply via email to