https://issues.apache.org/bugzilla/show_bug.cgi?id=48069

--- Comment #5 from David Esposito <d...@9summer.com> 2010-01-04 12:39:31 UTC 
---
No, the redirector wasn't working. Unfortunately, it's been a little while
since I tried to get this working so the details are a bit foggy but I was
getting either a 500 or 503 server error and when I turned on detailed output,
it was due to a problem with loading the DLL .. an exit code of
0x80---something 

I tried both the 64 and 32 bit builds, and tried both the "-chunking" and
non-chunking builds. All yielded the same output.

I apologize for the poor detail. Attached is the config file I was trying to
use. There was no entry in Process Monitor for trying to create or open the log
file, I'm sure of that.

I scrolled back in EventViewer and I believe this is one of the events that was
being raised whenever I tried to restart IIS or the application pool:

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
- <System>
  <Provider Name="Microsoft-Windows-IIS-W3SVC-WP"
Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" /> 
  <EventID Qualifiers="49152">2214</EventID> 
  <Version>0</Version> 
  <Level>2</Level> 
  <Task>0</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2009-12-14T21:06:32.000Z" /> 
  <EventRecordID>814</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="0" ThreadID="0" /> 
  <Channel>Application</Channel> 
  <Computer>bnw1.cloud.bargainnews.com</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data
Name="IsapiFilter">D:\jboss-4.2.3.GA\bin\isapi_redirect-1.2.28-chunking.dll</Data>
 
  <Binary>02000000</Binary> 
  </EventData>
  </Event>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to