You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Icaro Tuicci <ic...@rededc.com.br> on 2002/06/25 16:47:44 UTC

Apache+Tomcat

I've this code in my httpd.conf :

992 <IfModule mod_webapp.c>
993     WebAppConnection conn      warp  localhost:8008
994     WebAppDeploy     examples  conn  /examples
995 </IfModule>

what do i need configure in server.xml file ?

I'm having this error when i try start my apache:

[root@icaro /root]# /usr/local/apache_1.3.26/bin/apachectl startssl
[Tue Jun 25 11:46:14 2002] [warn] Loaded DSO libexec/mod_webapp.so uses 
plain Apache 1.3 API, this module might crash under EAPI! (please 
recompile it with -DEAPI)
[Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:77) WebApp Library initializing
[Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:81) Initializing APR
[Tue Jun 25 11:46:14 2002] 8562 (pr_info.c:66) INFO provider initialized
[Tue Jun 25 11:46:14 2002] 8562 (pr_warp.c:62) WARP provider initialized
[Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:101) WebApp Library initialized
[Tue Jun 25 11:46:14 2002] 8562 (wa_config.c:167) Created connection 
"conn" (Prov: "warp" Param: "localhost:8008")
Syntax error on line 994 of /usr/local/apache_1.3.26/conf/httpd.conf:
Invalid virtual host name
/usr/local/apache_1.3.26/bin/apachectl startssl: httpd could not be started

Icaro

Re: Apache+Tomcat

Posted by anette mysel <ca...@cox.net>.
Andy,
   I am not a member of tomcat, but I cannot get everyone to stop emailing
me. I have unsubscribe about 300 times, but it isn't working. Please help if
you can. Some of the emails I am getting have a virus on them.
    Thank you!!
----- Original Message -----
From: "Andy Eastham" <an...@gliant.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Tuesday, June 25, 2002 11:57 AM
Subject: RE: Apache+Tomcat


> Icaro,
>
> Is it complaining that you've got <IfModule> statements where you should
> have a virtual host section.  Perhaps you can't use IfModule here.?
> I don't have any IfModule statements around the WebApp lines in my setup.
>
> Just try removing lines 992 and 995 and I think it will stop complaining.
> Of course, it wouldn't work anyway if it can't load mod_webapp.
>
> Andy
>
>
> > -----Original Message-----
> > From: Icaro Tuicci [mailto:icaro@rededc.com.br]
> > Sent: 25 June 2002 15:48
> > To: tomcat-user@jakarta.apache.org
> > Subject: Apache+Tomcat
> >
> >
> > I've this code in my httpd.conf :
> >
> > 992 <IfModule mod_webapp.c>
> > 993     WebAppConnection conn      warp  localhost:8008
> > 994     WebAppDeploy     examples  conn  /examples
> > 995 </IfModule>
> >
> > what do i need configure in server.xml file ?
> >
> > I'm having this error when i try start my apache:
> >
> > [root@icaro /root]# /usr/local/apache_1.3.26/bin/apachectl startssl
> > [Tue Jun 25 11:46:14 2002] [warn] Loaded DSO libexec/mod_webapp.so uses
> > plain Apache 1.3 API, this module might crash under EAPI! (please
> > recompile it with -DEAPI)
> > [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:77) WebApp Library
initializing
> > [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:81) Initializing APR
> > [Tue Jun 25 11:46:14 2002] 8562 (pr_info.c:66) INFO provider initialized
> > [Tue Jun 25 11:46:14 2002] 8562 (pr_warp.c:62) WARP provider initialized
> > [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:101) WebApp Library
initialized
> > [Tue Jun 25 11:46:14 2002] 8562 (wa_config.c:167) Created connection
> > "conn" (Prov: "warp" Param: "localhost:8008")
> > Syntax error on line 994 of /usr/local/apache_1.3.26/conf/httpd.conf:
> > Invalid virtual host name
> > /usr/local/apache_1.3.26/bin/apachectl startssl: httpd could not
> > be started
> >
> > Icaro
> >
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Apache+Tomcat

Posted by Andy Eastham <an...@gliant.com>.
Icaro,

Is it complaining that you've got <IfModule> statements where you should
have a virtual host section.  Perhaps you can't use IfModule here.?
I don't have any IfModule statements around the WebApp lines in my setup.

Just try removing lines 992 and 995 and I think it will stop complaining.
Of course, it wouldn't work anyway if it can't load mod_webapp.

Andy


> -----Original Message-----
> From: Icaro Tuicci [mailto:icaro@rededc.com.br]
> Sent: 25 June 2002 15:48
> To: tomcat-user@jakarta.apache.org
> Subject: Apache+Tomcat
>
>
> I've this code in my httpd.conf :
>
> 992 <IfModule mod_webapp.c>
> 993     WebAppConnection conn      warp  localhost:8008
> 994     WebAppDeploy     examples  conn  /examples
> 995 </IfModule>
>
> what do i need configure in server.xml file ?
>
> I'm having this error when i try start my apache:
>
> [root@icaro /root]# /usr/local/apache_1.3.26/bin/apachectl startssl
> [Tue Jun 25 11:46:14 2002] [warn] Loaded DSO libexec/mod_webapp.so uses
> plain Apache 1.3 API, this module might crash under EAPI! (please
> recompile it with -DEAPI)
> [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:77) WebApp Library initializing
> [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:81) Initializing APR
> [Tue Jun 25 11:46:14 2002] 8562 (pr_info.c:66) INFO provider initialized
> [Tue Jun 25 11:46:14 2002] 8562 (pr_warp.c:62) WARP provider initialized
> [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:101) WebApp Library initialized
> [Tue Jun 25 11:46:14 2002] 8562 (wa_config.c:167) Created connection
> "conn" (Prov: "warp" Param: "localhost:8008")
> Syntax error on line 994 of /usr/local/apache_1.3.26/conf/httpd.conf:
> Invalid virtual host name
> /usr/local/apache_1.3.26/bin/apachectl startssl: httpd could not
> be started
>
> Icaro
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>