From: Tom <tle...@in...> - 2003-01-27 22:07:48
|
Hello, Trying to install BugTracker on Linux/Apache/Tomcat I've edited apache/conf/httpd.conf, setup the Context in server.xml, restarted apache and Tomcat. I get the following error when trying to access the BugTracker's index.html file. WebApp: Error 404 (File: wa_request.c Line: 197) Web-application not yet deployed What might be the problem? I followed the INSTALL file exactly. The index.html contains <html><head> <script language="JavaScript"> location.href="servlet/Main"; </Script> </head></html> Funny thing is, I don't have a Main.class file, only a bunch of jar files in WEB-INF/lib Thanks for any pointers. -Tom btw, If I make index.html <html> Hello World </html> The page works. |