Ashish (and dchambers),

(1) Changing ServerName from SAWEBD01 to sawebd01 did not make any 
difference.
(2) http://localhost:8080/manager/list worked OK, verifying that
that webapplication is up and running (per your directions).

Ashish. I would appreciate your sending me your httpd.conf file, as
you offered, with the TC 4.0 and apache 1.3.22 configuration.

Thanks.  Dennis

-----Original Message-----
From: kulkarni.ash13 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 23, 2002 7:22 AM
To: tomcat-user
Subject: RE: Ap 1.3.22+TC 4.0.1+NT 4 = Web-app not yet deployed


hi Sorry about it
I have mod_webapp.so and libapr.dll , in libexec as
well as in module in apache directory,
have u tried this command
http://localhost:8080/manager/list
to check if you have that webapplication up and
running

or else i can send u my httpd.conf file, where in i
have configured tomcat4.0 with apache1.3.22

Ashish
--- [EMAIL PROTECTED] wrote:
> Hi Ashish,
> 
> The libexec scenario didn't work.  Would you (or
> someone else) please 
> provide
> an example of an alias (use Tomcat examples) that
> would work in this
> situation?  I assume that it would be different,
> since it's using warp 
> and, therefore,
> not referencing a folder in the same manner as
> Apache itself would (?).
> 
> Thanks.
> 
> Dennis
> 
> -----Original Message-----
> From: kulkarni.ash13
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 22, 2002 1:05 PM
> To: tomcat-user
> Subject: Re: Ap 1.3.22+TC 4.0.1+NT 4 = Web-app not
> yet deployed
> 
> 
> Hi Try copying the mod_webapp.so and libapr.dll in
> libexec folder of apache 1.3.22,
> also decare the alias for examples, ROOT etc in the
> alias section of the apache httpd.conf file
> also u canuse only also try /examples instead of
> /examples/
> 
> I hops this helps
> Ashish
> 
> --- [EMAIL PROTECTED] wrote:
> > Trying to get Apache to work with Tomcat (I know,
> so
> > what else
> > is new...).  Have researched and reconfigured, but
> > keep getting
> > WebApp: Error 404, Web-application not yet
> deployed.
> >  Any help
> > provided greatly appreciated.  (details follow) 
> > Thanks!
> > 
> > Using the following:
> > - NT 4.0 Server
> > - Apache 1.3.22 (running as service)
> > - Tomcat 4.0.1 (running as service)
> > 
> > - mod_webapp.so and libapr.dll are in Apache's
> > modules folder.
> > - %TOMCAT_HOME% and %CATALINA_HOME% set.
> > 
> >
>
=========================================================
> > - httpd.conf changes:
> > LoadModule webapp_module modules/mod_webapp.so
> > AddModule mod_webapp.c
> > ServerName SAWEBD01
> > # Adding context and applications
> >    WebAppConnection  econn       warp  
> > SAWEBD01:8008
> >    WebAppDeploy      examples    econn  /examples/
> > 
> >    WebAppConnection  tconn       warp  
> > SAWEBD01:8008
> >    WebAppDeploy      ROOT        tconn  /tomcat/
> > 
> >    WebAppConnection  dconn       warp  
> > SAWEBD01:8008
> >    WebAppDeploy      tomcat-docs dconn 
> > /tomcat-docs/
> > 
> >    WebAppConnection  wconn       warp  
> > SAWEBD01:8008
> >    WebAppDeploy      webdav      wconn  /webdav/
> > 
> >    WebAppConnection  jconn       warp  
> > SAWEBD01:8008
> >    WebAppDeploy      dennis      jconn  /dennis/
> > #
> > 
> >
>
=========================================================
> > - server.xml changes (added to bottom of file):
> >   <!-- Define an Apache-Connector Service -->
> >   <Service name="Tomcat-Apache">
> > 
> >     <Connector 
> >
>
className="org.apache.catalina.connector.warp.WarpConnector"
> >      port="8008" minProcessors="5"
> > maxProcessors="75"
> >      enableLookups="true"
> >      acceptCount="10" debug="0"/>
> > 
> >     <!-- Replace "localhost" with what your Apache
> > "ServerName" is set 
> > to -->
> >     <!-- Replaced name="Apache" with
> name="SAWEBD01"
> > in -->
> >     <!-- Engine tag, next line.  (WDJ -
> 01/17/2002)
> > -->
> >     <Engine
> >
>
className="org.apache.catalina.connector.warp.WarpEngine"
> >      name="SAWEBD01" debug="0" appBase="webapps">
> > 
> >       <!-- Global logger unless overridden at
> lower
> > levels -->
> >       <Logger
> > className="org.apache.catalina.logger.FileLogger"
> >               prefix="apache_log." suffix=".txt"
> >               timestamp="true"/>
> > 
> >       <!-- Because this Realm is here, an instance
> > will be shared 
> > globally -->
> >       <Realm
> > className="org.apache.catalina.realm.MemoryRealm"
> />
> > 
> > 
> >     </Engine>
> > 
> >   </Service>
> > 
> >
>
=========================================================
> > - Apache's error.log:
> > [Tue Jan 22 12:01:12 2002] [error] Connection
> > "jconn" cannot connect
> > [Tue Jan 22 12:01:12 2002] [error] Cannot open
> > connection "jconn"
> > [Tue Jan 22 12:01:14 2002] [error] Connection
> > "wconn" cannot connect
> > [Tue Jan 22 12:01:14 2002] [error] Cannot open
> > connection "wconn"
> > [Tue Jan 22 12:01:15 2002] [error] Connection
> > "dconn" cannot connect
> > [Tue Jan 22 12:01:15 2002] [error] Cannot open
> > connection "dconn"
> > [Tue Jan 22 12:01:17 2002] [error] Connection
> > "tconn" cannot connect
> > [Tue Jan 22 12:01:17 2002] [error] Cannot open
> > connection "tconn"
> > [Tue Jan 22 12:01:18 2002] [error] Connection
> > "econn" cannot connect
> > [Tue Jan 22 12:01:18 2002] [error] Cannot open
> > connection "econn"
> > [Tue Jan 22 12:01:33 2002] [error] Web-application
> > not yet deployed
> > [Tue Jan 22 12:02:09 2002] [error] Web-application
> > not yet deployed
> > 
> >
>
=========================================================
> > - Tomcat's apache_log.2002-1-22.txt:
> > 2002-01-22 12:18:26
> > [org.apache.catalina.connector.warp.WarpConnector]
> 
> > Error accepting requests
> > java.net.SocketException: socket closed
> >     at java.net.PlainSocketImpl.socketAccept(Native
> > Method)
> >     at java.net.PlainSocketImpl.accept(Unknown
> Source)
> >     at java.net.ServerSocket.implAccept(Unknown
> Source)
> >     at java.net.ServerSocket.accept(Unknown Source)
> >     at 
> >
>
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:
> > 580)
> >     at java.lang.Thread.run(Unknown Source)
> > 
> > 
> > 
> > --
> > To unsubscribe:  
> >
> <mailto:[EMAIL PROTECTED]>
> > For additional commands:
> > <mailto:[EMAIL PROTECTED]>
> > Troubles with the list:
> > <mailto:[EMAIL PROTECTED]>
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
> 
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to