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