Hello Punky,

Thank you for your response. I was able to get Tomcat and Apache working
without no errors, but this is what happens now. It doesn't see the examples
under Tomcat's webapps directory. Is there something I need to add more
to the httpd.conf file to point to the webapps directory that examples is
the vitural URL?   Like the Context directive:   

/examples/  /web/jakarta-tomcat-4.0.1/webapps/examples

Tomcat Connection to Examples: http://papeete:8080/examples/
Apache Connection to Examples, fails with HTTP 404 :
http://papeete:88/examples/
Apache Tomcat Connection to web_Info is Successful:
http://papeete:88/webapp-info/

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
WebAppConnection warpConnection warp papeete:8008
<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot "/web/jakarta-tomcat-4.0.1/webapps"
    ServerName papeete.remedy.com
    ErrorLog /web/apache1.3.23/var/log/error_log
    Transferlog /web/apache1.3.23/var/log/access_log
<IfModule mod_webapp.c>
    WebAppDeploy manager warpConnection /manager
    WebAppDeploy examples warpConnection /examples
    WebAppDeploy ROOT warpConnection /
    WebAppInfo /webapp-info
</IfModule>
</VirtualHost>

-----Original Message-----
From: Punky Tse [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 6:53 PM
To: Tomcat Developers List
Cc: Donna Molinari
Subject: Re: Issues with Tomcat 4.0.1 and WebAppDeploy


This line is wrong:
    WebAppDeploy /web/jakarta-tomcat-4.0.1/webapps/examples warpConnection
/examples

/web/jakarta-tomcat-4.0.1/webapps/examples is not a web application name. It
is a file location. Instead,

    WebAppDeploy examples warpConnection /examples

should work.

see the description from INSTALL.txt from mod_webapp:
===================================================
    WebAppDeploy [application name] [connection name] [url path]

        [application name]
            The application name as present in your "webapps" directory in
            Tomcat. For example, if you want to deploy a WAR-based web
            application, your application name will look something like
            "myApplication.war".
===================================================

- Punky

----- Original Message -----
From: "Donna Molinari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Donna Molinari" <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 5:23 AM
Subject: FW: Issues with Tomcat 4.0.1 and WebAppDeploy


> > Hello Apache,
> I really need someone help on the following problems and bugs found
> when trying to use WebAppDeploy. The procedures caused syntax
> errors, once syntax was fixed received the errors shown below. Attached
> are my configuration files, I would appreciate someone letting me know
> if you where successful in using the WARP Connector.... :-)
>
> >  <<error_log.txt>>   <<httpd.conf.txt>>  <<apxs.txt>>  <<server.xml>>
> > Subject:  Apache 1.3.23 and Tomcat 4.0.1
> >
> > How do I enter a bug on the following error. I am unable to get the
> > WebAppDeploy
> > working.  Attached please see my configuration files - your instructions
> > caused
> > syntax errors and now there errors after I fixed the syntax errors in
the
> > httpd.conf
> > file.
> >
> > Apache error_log File
> > [Wed Jan 30 18:09:04 2002] [notice] caught SIGTERM, shutting down
> > [Wed Jan 30 18:09:34 2002] [error] Connection "warpConnection" cannot
> > connect
> > [Wed Jan 30 18:09:34 2002] [error] Cannot open connection
"warpConnection"
> > [Wed Jan 30 18:09:34 2002] [notice] Apache/1.3.23 (Unix) configured --
> > resuming normal operations
> > [Wed Jan 30 18:09:34 2002] [notice] Accept mutex: fcntl (Default: fcntl)
> > [Wed Jan 30 18:09:34 2002] [error] Connection "warpConnection" cannot
> > connect
> > [Wed Jan 30 18:09:34 2002] [error] Cannot open connection
"warpConnection"
> > [Wed Jan 30 18:09:34 2002] [error] Connection "warpConnection" cannot
> > connect
> > [Wed Jan 30 18:09:34 2002] [error] Cannot open connection
"warpConnection"
> > [Wed Jan 30 18:09:34 2002] [error] Connection "warpConnection" cannot
> > connect
> > [Wed Jan 30 18:09:34 2002] [error] Cannot open connection
"warpConnection"
> > [Wed Jan 30 18:09:34 2002] [error] Connection "warpConnection" cannot
> > connect
> > [Wed Jan 30 18:09:34 2002] [error] Cannot open connection
"warpConnection"
> >
> >
> > _________
> > Take Care,
> > Donna J. Molinari
> > Solutions Group (WebQA)
> > Platform Technologies Engineering
> > Mid-Tier Performance Benchmark
> > Peregrine Systems, Inc.
> > Office:   MTV3, Room #1396
> > Phone:   650-903-5204
> > Email:    mailto:[EMAIL PROTECTED]
> >
>


----------------------------------------------------------------------------
----


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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

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

Reply via email to