DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8297>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8297 inetinfo.exe error ; Also no resource found (error 404) Summary: inetinfo.exe error ; Also no resource found (error 404) Product: Tomcat 3 Version: 3.3.1 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: Webapps AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] O/S Used: Windows 2000 Server with SP2 Software Used: Tomcat 3.3.1, IE5.5 SP2, IIS 5.0, jdk 1.3.1_01, isapi_redirector.dll. Tomcat starts up just fine with my own redirection context. I have tried this test for both ajp12 and ajp13 with similar results. Either I get this error below, or an error 404 ( resource not resolved) where it can't redirect to my page. I have tried to use the suggestions on the FAQ page for error 404, but with no luck. Error received is an inetinfo.exe related "The instruction at "0x10004460" referenced memory at "0x10004460". The memory could not be "read". Here is my tomcat startup showing it is stable using ajp12. (It is also stable using ajp13). What does this error mean? I have restarted the server as well as IIS countless times but with no real change in behavior. Could the isapi_redirector.dll be corrupted? 2002-04-19 09:47:36 - ServerXmlReader: Config=$TOMCAT_HOME\conf\server.xml 2002-04-19 09:47:36 - PathSetter: home=C:\tomcat 2002-04-19 09:47:36 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-12 7.0.0.1.xml 2002-04-19 09:47:36 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-ad min.xml 2002-04-19 09:47:36 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-Bi zWorks.xml 2002-04-19 09:47:36 - AutoWebApp: Loaded from config: DEFAULT:/admin 2002-04-19 09:47:36 - AutoWebApp: Auto-Adding DEFAULT:/examples 2002-04-19 09:47:36 - AutoWebApp: Auto-Adding DEFAULT:/ 2002-04-19 09:47:36 - ContextManager: Tomcat configured and in stable state 2002-04-19 09:47:36 - ContextManager: Adding DEFAULT:/admin 2002-04-19 09:47:36 - ContextManager: Adding DEFAULT:/BizWorks/policy 2002-04-19 09:47:36 - ContextManager: Adding DEFAULT:/examples 2002-04-19 09:47:36 - ContextManager: Adding DEFAULT:/ROOT EmbededTomcat: Init time 1853 2002-04-19 09:47:37 - Http10Interceptor: Starting on 8080 2002-04-19 09:47:37 - Ajp12Interceptor: Starting on 8007 2002-04-19 09:47:37 - Ajp13Interceptor: Starting on 8009 EmbededTomcat: Startup time 280 As an FYI, this is my context redirection. An html file exists under the docBase directory noted below. <?xml version="1.0" encoding="ISO-8859-1"?> <webapps> <Context path="/BizWorks/policy" docBase="C:\BizWorks\WebApps\policy" debug="0" reloadable="true"/> </webapps> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
