You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Guoben Li <gu...@mycfo.com> on 2002/08/29 02:08:35 UTC

Need help: Can't get Tomcat "examples" on Apache using mod_webapp.so

Hi,

  I can't get Tomcat "examples" display on Apache. 
The following is a list of all I did and what I got.

  Please, please help.  Many thanks!

Guoben Li

1. Apache 1.3.26; Tomcat 4.0.4 on the same Solaris host
   http://myserver:8080/examples works well;

2. successfully compiled mod_webapp.so from 
   jakarta-tomcat-connectors-4.0.4-src and copied to libexec/.;

3. in httpd.conf, added:
   ______________________________________________
   LoadModule webapp_module libexec/mod_webapp.so
   AddModule mod_webapp.c

   WebAppConnection conn warp localhost:8008
   WebAppDeploy examples conn /examples/
   WebAppInfo /webapp-info
   _______________________________________________
   
   bin/apachectl configtest had [warn] "mod_webapp.c is already added" but
   "Syntax OK";

4. in server.xml, the only place changed was 'name=':
   _______________________________________________
   <Engine className="org.apache. ..."
    name="myserver.domain.com" debug="0">
   _______________________________________________

5. started tomcat with bin/startup.sh then restarted apache

   http://myserver/examples "The page cannot be found"

   http://myserver/examples/ "The page cannot be displayed"

   http://myserver/webapp-info/ however displays Host and Connections info:

      Host myserver.domain.com:80 
	Application Name "examples"
	Root URL Path "/examples/"
	Connection "conn"

	Connection Name "conn"
	Connection parameters "localhost:8008"
	Provider "warp"
	Configuration Details "Host: localhost Port:8008 Address:127.0.0.1 Socket Count: 1 Server ID: -653512835" 


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


Re: Need help: Can't get Tomcat "examples" on Apache using mod_webapp.so

Posted by George Sexton <gs...@mhsoftware.com>.
The default 4.0.4 server.xml has the Warp connector commented out. Search for 
8008 in server.xml, and uncomment that block.

Incidentally, that was an excellent request for help. 


Quoting Guoben Li <gu...@mycfo.com>:

> Hi,
> 
>   I can't get Tomcat "examples" display on Apache. 
> The following is a list of all I did and what I got.
> 
>   Please, please help.  Many thanks!
> 
> Guoben Li
> 
> 1. Apache 1.3.26; Tomcat 4.0.4 on the same Solaris host
>    http://myserver:8080/examples works well;
> 
> 2. successfully compiled mod_webapp.so from 
>    jakarta-tomcat-connectors-4.0.4-src and copied to libexec/.;
> 
> 3. in httpd.conf, added:
>    ______________________________________________
>    LoadModule webapp_module libexec/mod_webapp.so
>    AddModule mod_webapp.c
> 
>    WebAppConnection conn warp localhost:8008
>    WebAppDeploy examples conn /examples/
>    WebAppInfo /webapp-info
>    _______________________________________________
>    
>    bin/apachectl configtest had [warn] "mod_webapp.c is already added" but
>    "Syntax OK";
> 
> 4. in server.xml, the only place changed was 'name=':
>    _______________________________________________
>    <Engine className="org.apache. ..."
>     name="myserver.domain.com" debug="0">
>    _______________________________________________
> 
> 5. started tomcat with bin/startup.sh then restarted apache
> 
>    http://myserver/examples "The page cannot be found"
> 
>    http://myserver/examples/ "The page cannot be displayed"
> 
>    http://myserver/webapp-info/ however displays Host and Connections info:
> 
>       Host myserver.domain.com:80 
> 	Application Name "examples"
> 	Root URL Path "/examples/"
> 	Connection "conn"
> 
> 	Connection Name "conn"
> 	Connection parameters "localhost:8008"
> 	Provider "warp"
> 	Configuration Details "Host: localhost Port:8008 Address:127.0.0.1 
Socket
> Count: 1 Server ID: -653512835" 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


George Sexton
MH Software, Inc.
Voice: 303 438 9585
URL: http://www.mhsoftware.com

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