Remove the global filter and all should work fine.  You will still have the filter in 
the mime type filters so when it pulls up a jsp page, it will  still go through the 
filter, but everything else is left alone.  This caused me major headaches a while ago.

Travis

---- Original Message ----
From: KCarpenter <[EMAIL PROTECTED]>
Sent: 2001-05-03 10:24:12.0
To: JRun-Talk <[EMAIL PROTECTED]>
Subject: Global ISAPI Filter problems

Hello,

I am trying to configure JRun3.0 with IIS4.0 on NT4.0. I have used the JMC Connector 
Wizard to do this. JRun is
configured to listen for we server on  PORT 51000 and the IIS script file specified is 
C:/WINNT/System32/inetsrv.

Immediately after the Connector Wizard is finished and I re-start my web-server, I can 
view a test.jsp page with my
browser on port 80, but the java code is ignored. That is, I see only the HTML and 
when I 'view source' the page, I
see the java code just as I wrote it.

>From here I opened IIS Management Console -> ISAPI Filters (Global), and I see that 
>the JRun Connector Filter has
been added, but has a red arrow pointing down next to it.
When I edit JRun Connector Filter, I see the executable is 
C:\WINNT\system32\inetsrv\jrun.dll, so I think Connector
Wizard must have copied jrun.dll here. When I look in IIS Management Console -> Home 
Directory -> Configuration, I
do not see  extension .jsp mapped. When I map .jsp to /WINNT/system32/inetsrv/jrun.dll 
I get

        'HTTP/1.1 500 Server Error'

I have tried re-starting the JRun Default Server and this makes no difference.

I have read through correspondence and it seems this is a fairly common situation, 
though I did not find any
solution in what I read.

Any help or direction you can offer is greatly appreciated.
Thanks,
Kendall
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to