You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Thys De Wet (ZA)" <th...@za.didata.com> on 2001/10/15 09:30:19 UTC

Mod_Webapp Connection Problem

I have the following setup : 
W2K, Apache 1.3.20 and Tomcat 4
Apache works , Tomcat works , but not together.
I have the following in my httpd.conf :

LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c

WebAppConnection thys      warp  thysdewet:8008
WebAppDeploy     examples  thys  /examples

I Can access the page if I connect to http://thysdewet:8080/examples
however when I try through Apache I get 

Not Found
The requested URL /examples was not found on this server.


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

Apache/1.3.20 Server at thysdewet.ics.didata.com Port 80

The log files show the following :

apache_log.2001-10-15.txt

2001-10-15 09:22:56 [org.apache.catalina.connector.warp.WarpConnector]
Connection from thysdewet/10.7.233.236:1146 to thysdewet/10.7.233.236:8008
2001-10-15 09:22:56 WarpHost[thysdewet.ics.didata.com]: Installing web
application at context path /examples from URL file:C:\Apache Tomcat
4.0\webapps\examples
2001-10-15 09:22:56 WebappLoader[/examples]: Deploying class repositories to
work directory C:\Apache Tomcat 4.0\work\thysdewet.ics.didata.com\examples
2001-10-15 09:22:56 StandardManager[/examples]: Seeding random number
generator class java.security.SecureRandom
2001-10-15 09:22:56 StandardManager[/examples]: Seeding of random number
generator has been completed
2001-10-15 09:22:56 ContextConfig[/examples]: Configured an authenticator
for method FORM
2001-10-15 09:22:56 ContextListener: contextInitialized()
2001-10-15 09:22:56 SessionListener: contextInitialized()
2001-10-15 09:22:56 ContextListener:
attributeReplaced('org.apache.catalina.WELCOME_FILES',
'[Ljava.lang.String;@382a9')
2001-10-15 09:22:56 StandardWrapper[/examples:default]: Loading container
servlet default
2001-10-15 09:22:56 default: init
2001-10-15 09:22:56 StandardWrapper[/examples:invoker]: Loading container
servlet invoker
2001-10-15 09:22:56 invoker: init
2001-10-15 09:22:56 StandardWrapper[/examples:jsp]: Using Jasper classloader
for servlet jsp
2001-10-15 09:22:56 jsp: init
2001-10-15 09:22:57
[org.apache.catalina.connector.warp.WarpConfigurationHandler] Filter
mappings (2)

Apache error.log file : 
[Mon Oct 15 09:23:21 2001] [error] [client 10.7.233.236] File does not
exist: c:/program files/apache group/apache/htdocs/examples
[Mon Oct 15 09:24:59 2001] [error] [client 10.7.233.236] File does not
exist: c:/program files/apache group/apache/htdocs/examples

I can see the Warp connector TCP connection if I do a netstat.

Anybody have any ideas as to why it aint working .. help would be
appreciated.

btw .. Sun jdk 1.3.1







**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Re: Mod_Webapp Connection Problem

Posted by Pier Fumagalli <pi...@betaversion.org>.
On Monday, October 15, 2001, at 08:30  am, Thys De Wet (ZA) wrote:

> I have the following setup :
> W2K, Apache 1.3.20 and Tomcat 4
> Apache works , Tomcat works , but not together.
> I have the following in my httpd.conf :
>
> LoadModule webapp_module modules/mod_webapp.so
> AddModule mod_webapp.c
>
> WebAppConnection thys      warp  thysdewet:8008
> WebAppDeploy     examples  thys  /examples
>
> I Can access the page if I connect to http://thysdewet:8080/examples
> however when I try through Apache I get
>
> Not Found
> The requested URL /examples was not found on this server.
>

Try http://thysdewet/examples/
                             ^^^

	Pier