did you check the logs to see if the web application was deployed or not? I would suggest adding a Http connector element right after the warpConnector connector element. And then try accessing the web app with the URL. http://localhost:<port>/examples. This way you can narrow down the problem to either mod_webapp or Tomcat.
RS William Crook <[EMAIL PROTECTED]> on 03/20/2002 03:07:05 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject: RE: Web-application not yet deployed I tried waiting a LONG time before starting apache and that didn't work. Any other ideas anyone ? :bill crook -----Original Message----- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 3:28 PM To: 'Tomcat Users List' Subject: RE: Web-application not yet deployed I've only seen this error when: I've tried starting Apache before TomCat TomCat hasn't started - Apache can't communicate with it I've tried starting Apache too soon after starting TomCat Hope it helps! John -----Original Message----- From: William Crook [mailto:[EMAIL PROTECTED]] Sent: 20 March 2002 20:22 To: Tomcat Users List Subject: Web-application not yet deployed I'm trying to configure tomcat 4.0.3 / apache 1.3 / red hat 7.1 and I'm getting this error when trying to hit "/examples/" Here is a snip from my config file: HTTPD.CONF >>>>>>>>>>>>>>>>>>> LoadModule webapp_module modules/mod_webapp-1.0-eapi.so AddModule mod_webapp.c <VirtualHost *> ServerName localhost ErrorLog logs/error_log CustomLog logs/access_log common WebAppConnection conn warp localhost:8180 WebAppDeploy examples conn /examples/ WebAppInfo /web-inf </VirtualHost> The error i keep receiving is>>>>>>>>>>> WebApp: Error 404 (File: wa_request.c Line: 197) ---------------------------------------------------------------------------- ---- Web-application not yet deployed Please HELP!!! Thanks in advance! :bill crook -- 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]> -- 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]>
