Re: ISAPI Filters w/ IIS, CF9 and Tomcat

2012-07-16 Thread Dave Watts

 We currently have a CF9/IIS7.5 setup.  We are trying to introduce a JSP 
 application and needed to install Tomcat to run it
 (It's on port 8080).  We need both CF and the JSP app to work on the same 
 HTTPS (443) site.  I tried adding a ISAPI Redirect
 in IIS but that just makes the entire site run with Tomcat.  Anything else 
 you can do for both to work in parallel?

You can't have both of them handling the same set of URLs. You can
define different context paths for each (assuming you're using CF 9
Enterprise multiserver configuration). Or you could just deploy your
JSP app on JRun.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351899
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI Filters w/ IIS, CF9 and Tomcat

2012-07-16 Thread Chad Baloga

Hey Dave,

What would be the easiest way to deploy the app on JRun?

Thanks
Chad

On Mon, Jul 16, 2012 at 11:23 AM, Dave Watts dwa...@figleaf.com wrote:

 We currently have a CF9/IIS7.5 setup.  We are trying to introduce a JSP 
 application and needed to install Tomcat to run it
 (It's on port 8080).  We need both CF and the JSP app to work on the same 
 HTTPS (443) site.  I tried adding a ISAPI Redirect
 in IIS but that just makes the entire site run with Tomcat.  Anything else 
 you can do for both to work in parallel?

 You can't have both of them handling the same set of URLs. You can
 define different context paths for each (assuming you're using CF 9
 Enterprise multiserver configuration). Or you could just deploy your
 JSP app on JRun.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351900
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI Filters w/ IIS, CF9 and Tomcat

2012-07-16 Thread Dave Watts

 What would be the easiest way to deploy the app on JRun?

Good question. I'm not sure, but I'd start with the assembly 
deployment guide here:

http://livedocs.adobe.com/jrun/4/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351901
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI filters

2010-07-10 Thread Matthew Small

 Instead of using the isapi as a wildcard, try having it be the handler for 
.cfm files and the static files won't be handled by the dll.  I don't know if 
you would need other extensions as well, but you can set those up the same way.






 I'm trying to set up ColdFusion 9

on IIS7?

 As soon as I add the jrun_iis6_wildcard.dll ISAPI 
 filter, a call to an HTML file will fail.  As soon as I remove the 
 filter, it succeeds.

I also await a fix for jrun_iis6_wildcard.dll blocking static file requests.

Thanks!,
-Aaron Neff 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335223
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI filters

2010-07-10 Thread Dave Watts

  Instead of using the isapi as a wildcard, try having it be the handler for 
 .cfm files and the static files won't be handled by the dll.  I
 don't know if you would need other extensions as well, but you can set those 
 up the same way.

That will fix this problem, but it will introduce other problems. CF
does rely on URL patterns that don't necessarily correspond with
extensions or physical locations that exist (CFIMAGE, RDS, etc) and
those rely on the use of a filter rather than an extension handler.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsit

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335225
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI filters

2010-07-10 Thread Andrew Clarke

Thanks all of you for your suggestions.  I'm actually camping and off-roading 
this weekend, but here I am by the campfire, iPad lovingly nestled on my lap, 
because I appreciate everyones' responses, haha.

Unfortunately this environment isn't easily open to switching around to a 
reverse proxy although it's something to bring up.  The setup was working with 
CF 7 and it probably took me 15 hours to set up their staging servers as I spun 
my wheels for a while unsuccessfully trying to run wsconfig and having other 
issues.  When I finally cracked that problem I thought production would go 
better.

I worked on it from 20:00-05:00 the other night, including the time to roll 
back to the previous config, which fortunately still worked,

Staging and production are of course supposed to be identical but in this case 
apparently they aren't.

Thanks Dave for explaining that the wildcard filter will intercept all 
requests.  I thought that extensions set up as MIME types in IIS were handled 
natively and not passed through.

Well, the change was aborted, and now meetings must commence to decide what to 
do about it.  There was another CF instance that had to be upgraded due to an 
incompatibility introduced by a vendor and at least that one went without a 
hitch.

Andrew.

On 2010-07-09, at 11:05, Dave Watts dwa...@figleaf.com wrote:

 
 I'm trying to set up ColdFusion 9 in distributed mode (again, on some other 
 servers).  As soon as I add the jrun_iis6_wildcard.dll ISAPI filter, a call 
 to an HTML file will fail.  As soon as I remove the filter, it succeeds.
 
 I thought that .html and .htm files were not served by a filter but directly 
 by IIS.  Is this indicative of a misconfiguration within IIS, or what's 
 going on here?
 
 It's more complicated than that. When you install an ISAPI filter, all
 traffic is processed by that filter. The filter does whatever it's
 supposed to do, then forwards the request to the next stage of the IIS
 processing pipeline if there's anything left to do. My understanding
 is that Apache modules basically work the same way.
 
 In the case of CF, the request is received by IIS, sent to the ISAPI
 filter, which passes the request to CF. CF looks at the URL patterns
 it has defined in web.xml. It then processes the request if it matches
 one of the URL patterns, or returns the request to the ISAPI filter if
 it doesn't. There is a tiny bit of overhead from all this request
 passing, which is why some high-availability environments (like the
 Macromedia site and presumably now the Adobe site) use a non-standard
 context root (something other than /) for CF. By using a
 non-standard context root, the filter can be limited to a specific
 predetermined URL pattern, like /cfusion.
 
 None of this actually solves your problem, but it might explain why
 you're having that problem.
 
 Finally, I hate to say this, but I'd recommended using a reverse proxy
 instead of distributed mode, which I've always found kind of fragile
 and problematic. Using a reverse proxy gets you the same benefits (the
 ability to isolate CF from your public interface, the ability to
 segment serving static files from dynamic ones) but doesn't rely on
 anything built into CF/JRun. We have a few high-availability clients
 using a reverse proxy, typically on public-facing Apache on Unix
 servers, sending requests to isolated CF/IIS servers internally, and
 this works pretty well.
 
 Of course, it's probably too late to rethink your architecture at this point.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsi
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335237
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI filters

2010-07-10 Thread Andrew Clarke

I don't think these will be issues in this instance.  I also meant to try using 
the wildcard dll specifically for .cfm requests instead of cf-iis6.dll or 
whatever, but now that I'm thinking about it I'm not sure if I actually did 
that.

I did try without the wildcard.  That allowed .HTML files to work but .cfm 
still didn't work.

Andrew.

On 2010-07-10, at 13:11, Dave Watts dwa...@figleaf.com wrote:

 
  Instead of using the isapi as a wildcard, try having it be the handler for 
 .cfm files and the static files won't be handled by the dll.  I
 don't know if you would need other extensions as well, but you can set those 
 up the same way.
 
 That will fix this problem, but it will introduce other problems. CF
 does rely on URL patterns that don't necessarily correspond with
 extensions or physical locations that exist (CFIMAGE, RDS, etc) and
 those rely on the use of a filter rather than an extension handler.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsit
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335238
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI filters

2010-07-09 Thread Dave Watts

 I'm trying to set up ColdFusion 9 in distributed mode (again, on some other 
 servers).  As soon as I add the jrun_iis6_wildcard.dll ISAPI filter, a call 
 to an HTML file will fail.  As soon as I remove the filter, it succeeds.

 I thought that .html and .htm files were not served by a filter but directly 
 by IIS.  Is this indicative of a misconfiguration within IIS, or what's going 
 on here?

It's more complicated than that. When you install an ISAPI filter, all
traffic is processed by that filter. The filter does whatever it's
supposed to do, then forwards the request to the next stage of the IIS
processing pipeline if there's anything left to do. My understanding
is that Apache modules basically work the same way.

In the case of CF, the request is received by IIS, sent to the ISAPI
filter, which passes the request to CF. CF looks at the URL patterns
it has defined in web.xml. It then processes the request if it matches
one of the URL patterns, or returns the request to the ISAPI filter if
it doesn't. There is a tiny bit of overhead from all this request
passing, which is why some high-availability environments (like the
Macromedia site and presumably now the Adobe site) use a non-standard
context root (something other than /) for CF. By using a
non-standard context root, the filter can be limited to a specific
predetermined URL pattern, like /cfusion.

None of this actually solves your problem, but it might explain why
you're having that problem.

Finally, I hate to say this, but I'd recommended using a reverse proxy
instead of distributed mode, which I've always found kind of fragile
and problematic. Using a reverse proxy gets you the same benefits (the
ability to isolate CF from your public interface, the ability to
segment serving static files from dynamic ones) but doesn't rely on
anything built into CF/JRun. We have a few high-availability clients
using a reverse proxy, typically on public-facing Apache on Unix
servers, sending requests to isolated CF/IIS servers internally, and
this works pretty well.

Of course, it's probably too late to rethink your architecture at this point.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsi

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335210
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI filters

2010-07-09 Thread Aaron Neff

 I'm trying to set up ColdFusion 9

on IIS7?

 As soon as I add the jrun_iis6_wildcard.dll ISAPI 
 filter, a call to an HTML file will fail.  As soon as I remove the 
 filter, it succeeds.

I also await a fix for jrun_iis6_wildcard.dll blocking static file requests.

Thanks!,
-Aaron Neff 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335221
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ISAPI Rewrite

2009-11-12 Thread Dominic Watson

Why have a rule for each article when you could use the same rule for all
of
them?

Because the ids do not correlate.

but I can figure out how to get the article.php?id=10 to be found using
ISAPI rewrite

I think you're close - the period and question marks are special regex
characters that need escaping, and the parenthesis are redundant. Try:

RewriteRule /article\.php\?id=10
/index.cfm?event=IndustryNewsDetailIndustryNewsID=24 [I,O,RP,L]
RewriteRule /article\.php\?id=11
/index.cfm?event=IndustryNewsDetailIndustryNewsID=25 [I,O,RP,L]

Here's a really useful regex tester: http://gskinner.com/RegExr/

Dominic


2009/11/12 lists li...@commadelimited.com


 Why have a rule for each article when you could use the same rule for all
 of
 them?

 Try this out:

 RewriteRule (.*)/article.php?id=([0-9]+)
 $1/index.cfm?event=IndustryNewsDetailIndustryNewsID=$2


 -Original Message-
 From: Chad McCue [mailto:c...@advmediaproductions.com]
 Sent: Wednesday, November 11, 2009 9:07 PM
 To: cf-talk
 Subject: ISAPI Rewrite


 I am trying to use ISAPI rewrite for some 301 redirects and can't figure
 out
 the Reg Ex for it.

 I need [article.php?id=10] to be 301 redirected to
 [index.cfm?event=IndustryNewsDetailIndustryNewsID=24]

 and

 [article.php?id=11] to be 301 redirected to
 index.cfm?event=IndustryNewsDetailIndustryNewsID=25]

 but I can figure out how to get the article.php?id=10 to be found using
 ISAPI rewrite

 currently trying with no luck
 RewriteRule /article.php(\?)?(id=10)
 /index.cfm?event=IndustryNewsDetailIndustryNewsID=24 [I,O,RP,L]

 RewriteRule /article.php(\?)?(id=11)
 /index.cfm?event=IndustryNewsDetailIndustryNewsID=25 [I,O,RP,L]





 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328296
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ISAPI Rewrite

2009-11-12 Thread lists

Ah. I assumed that was just part of your example.

In the ISAPI Rewrite rule I wrote for a client I did not need to escape the
? Or period when used like I wrote.


andy 

-Original Message-
From: Dominic Watson [mailto:watson.domi...@googlemail.com] 
Sent: Thursday, November 12, 2009 4:51 AM
To: cf-talk
Subject: Re: ISAPI Rewrite


Why have a rule for each article when you could use the same rule for 
all
of
them?

Because the ids do not correlate.

but I can figure out how to get the article.php?id=10 to be found using
ISAPI rewrite

I think you're close - the period and question marks are special regex
characters that need escaping, and the parenthesis are redundant. Try:

RewriteRule /article\.php\?id=10
/index.cfm?event=IndustryNewsDetailIndustryNewsID=24 [I,O,RP,L] RewriteRule
/article\.php\?id=11
/index.cfm?event=IndustryNewsDetailIndustryNewsID=25 [I,O,RP,L]

Here's a really useful regex tester: http://gskinner.com/RegExr/

Dominic


2009/11/12 lists li...@commadelimited.com


 Why have a rule for each article when you could use the same rule for 
 all of them?

 Try this out:

 RewriteRule (.*)/article.php?id=([0-9]+)
 $1/index.cfm?event=IndustryNewsDetailIndustryNewsID=$2


 -Original Message-
 From: Chad McCue [mailto:c...@advmediaproductions.com]
 Sent: Wednesday, November 11, 2009 9:07 PM
 To: cf-talk
 Subject: ISAPI Rewrite


 I am trying to use ISAPI rewrite for some 301 redirects and can't 
 figure out the Reg Ex for it.

 I need [article.php?id=10] to be 301 redirected to 
 [index.cfm?event=IndustryNewsDetailIndustryNewsID=24]

 and

 [article.php?id=11] to be 301 redirected to 
 index.cfm?event=IndustryNewsDetailIndustryNewsID=25]

 but I can figure out how to get the article.php?id=10 to be found 
 using ISAPI rewrite

 currently trying with no luck
 RewriteRule /article.php(\?)?(id=10)
 /index.cfm?event=IndustryNewsDetailIndustryNewsID=24 [I,O,RP,L]

 RewriteRule /article.php(\?)?(id=11)
 /index.cfm?event=IndustryNewsDetailIndustryNewsID=25 [I,O,RP,L]





 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328297
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ISAPI Rewrite

2009-11-11 Thread lists

Why have a rule for each article when you could use the same rule for all of
them?

Try this out:

RewriteRule (.*)/article.php?id=([0-9]+)
$1/index.cfm?event=IndustryNewsDetailIndustryNewsID=$2


-Original Message-
From: Chad McCue [mailto:c...@advmediaproductions.com] 
Sent: Wednesday, November 11, 2009 9:07 PM
To: cf-talk
Subject: ISAPI Rewrite


I am trying to use ISAPI rewrite for some 301 redirects and can't figure out
the Reg Ex for it.
 
I need [article.php?id=10] to be 301 redirected to
[index.cfm?event=IndustryNewsDetailIndustryNewsID=24]
 
and
 
[article.php?id=11] to be 301 redirected to
index.cfm?event=IndustryNewsDetailIndustryNewsID=25]
 
but I can figure out how to get the article.php?id=10 to be found using
ISAPI rewrite
 
currently trying with no luck
RewriteRule /article.php(\?)?(id=10)
/index.cfm?event=IndustryNewsDetailIndustryNewsID=24 [I,O,RP,L]

RewriteRule /article.php(\?)?(id=11)
/index.cfm?event=IndustryNewsDetailIndustryNewsID=25 [I,O,RP,L]





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328289
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ISAPI ReWrite and Jrun

2007-08-22 Thread Rick Root
On 8/22/07, Chad McCue [EMAIL PROTECTED] wrote:
 I have installed ISAPI ReWrite and need to figure out how to give it a
 higher priortiy than the JRun connector. Can anyone give me step by step
 instructions on how to do this?

If it had a lower priority than the JRun connector, it wouldn't work
at all for coldfusion.

I use Helicon's ISAPI Rewrite quite happily with coldfusion and have
never had to do anything with its priority

Rick

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286851
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: ISAPI ReWrite and Jrun

2007-08-22 Thread Chad McCue
That is the issue, we installed it and set up the ini file and it is not
working for us. It seems like it isn't running at all.

Did you have to do anything specific while installing it? 

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 22, 2007 1:53 PM
To: CF-Talk
Subject: Re: ISAPI ReWrite and Jrun

On 8/22/07, Chad McCue [EMAIL PROTECTED] wrote:
 I have installed ISAPI ReWrite and need to figure out how to give it a

 higher priortiy than the JRun connector. Can anyone give me step by 
 step instructions on how to do this?

If it had a lower priority than the JRun connector, it wouldn't work at
all for coldfusion.

I use Helicon's ISAPI Rewrite quite happily with coldfusion and have
never had to do anything with its priority

Rick



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286854
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ISAPI ReWrite and Jrun

2007-08-22 Thread Matthew Small
Go into the IIS manager, right-click on the Web Sites folder 
propertiesISAPI Filters.  Move up or down.  Be sure that there's a green arrow 
next it, ensuring that it's up and running.  It it has a red arrow pointing 
down, there's a problem with the filter.

- Matt Small





I have installed ISAPI ReWrite and need to figure out how to give it a
higher priortiy than the JRun connector. Can anyone give me step by step
instructions on how to do this?



~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286859
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ISAPI ReWrite and Jrun

2007-08-22 Thread Rick Root
On 8/22/07, Matthew Small [EMAIL PROTECTED] wrote:
 Go into the IIS manager, right-click on the Web Sites folder 
 propertiesISAPI Filters.  Move up or down.  Be sure that there's a green 
 arrow next it, ensuring that it's up and running.  It it has a red arrow 
 pointing down, there's a problem with the filter.

Neat, I never had to do that, but it's certainly useful to know :)

Rick

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286876
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: isapi rewrite

2006-01-03 Thread jonese
our entire blog usings ISAPI
http://blog.d-p.com

and we've used it on other sites as well for redirects like /go/ and for
triming down those huge query string URLs

jonese

On 1/3/06, Katz, Dov B (IT) [EMAIL PROTECTED] wrote:

 any good examples of common CF  use for isapi rewrite?

 I read ray camden's blog on it, just looking for other example regexes
 like the macromedia/go/* type thing or others

 Thanks
 -dov
 

 NOTICE: If received in error, please destroy and notify sender.  Sender
 does not waive confidentiality or privilege, and use is prohibited.


 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228271
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: isapi rewrite

2006-01-03 Thread Katz, Dov B \(IT\)
Thanks. I'm actually looking for regexes for httpd.ini. Having some
trouble getting them the way I want them, and couldn't find good
examples online for CF-centric folks.

I think I misquoted ray on the blog reference below, BTW. I think it may
have been brandon's

Thanks
dov

-Original Message-
From: jonese [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 03, 2006 1:54 PM
To: CF-Talk
Subject: Re: isapi rewrite

our entire blog usings ISAPI
http://blog.d-p.com

and we've used it on other sites as well for redirects like /go/ and for
triming down those huge query string URLs

jonese

On 1/3/06, Katz, Dov B (IT) [EMAIL PROTECTED] wrote:

 any good examples of common CF  use for isapi rewrite?

 I read ray camden's blog on it, just looking for other example regexes

 like the macromedia/go/* type thing or others

 Thanks
 -dov
 

 NOTICE: If received in error, please destroy and notify sender.  
 Sender does not waive confidentiality or privilege, and use is
prohibited.


 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228272
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: isapi rewrite

2006-01-03 Thread jonese
Ah, gotcha. have you used the Regular Expression Test Utility tool from
there site?
http://www.helicontech.com/download/

Also if you post your need, or regex which isn't work i'm sure the CF-talk
list here can help you solve it, or provide a solution.

jonese

On 1/3/06, Katz, Dov B (IT) [EMAIL PROTECTED] wrote:

 Thanks. I'm actually looking for regexes for httpd.ini. Having some
 trouble getting them the way I want them, and couldn't find good
 examples online for CF-centric folks.

 I think I misquoted ray on the blog reference below, BTW. I think it may
 have been brandon's

 Thanks
 dov

 -Original Message-
 From: jonese [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, January 03, 2006 1:54 PM
 To: CF-Talk
 Subject: Re: isapi rewrite

 our entire blog usings ISAPI
 http://blog.d-p.com

 and we've used it on other sites as well for redirects like /go/ and for
 triming down those huge query string URLs

 jonese

 On 1/3/06, Katz, Dov B (IT) [EMAIL PROTECTED] wrote:
 
  any good examples of common CF  use for isapi rewrite?
 
  I read ray camden's blog on it, just looking for other example regexes

  like the macromedia/go/* type thing or others
 
  Thanks
  -dov
  
 
  NOTICE: If received in error, please destroy and notify sender.
  Sender does not waive confidentiality or privilege, and use is
 prohibited.
 
 
 



 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228298
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ISAPI Error

2002-07-02 Thread Stephen Moretti

It looks like you've got a page that is causing a timeout somewhere along
the lines.  Its hard to say where - you need to match up all the errors and
see if any reference a particular CF template.

FYI - Windows Error 1460 is This operation returned because the timeout
period expired., which concurs with all the other error messages you've got
for the same time.

Have you got NT patched up to date?  Have you got the latest ODBC drivers on
your server? (There is a program on the M$ site called ComCheck, that will
tell your what MDAC drivers you have installed) Some of the earlier version
of MDAC (http://www.microsoft.com/data)  which contains the ODBC drivers)
where buggy and would cause this kind of error.  Also you should probably
look at patching up CF to CF4.51SP2.  CF4.01 is much better than cf4.0, but
cf4.51sp2 is better still.

Sorry that's not very helpful with your problem, but maybe it'll it'll give
you something to think on.

Regards

Stephen

- Original Message -
From: Captain ColdFusion [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, July 02, 2002 10:53 AM
Subject: ISAPI Error


 Hi All,

 I have just found this in the WebServer.log file

 Error,TID=132,07/02/02,06:01:02,Exception occurred during
processing of ISAPI request (code = -1073741819)

 Does any one have an idea of what can cause this?

 As When I restart IIS and CF it clears it.

 I'm Running Windows NT 4 / IIS 4 / CF 4.01 / ORACLE DB using Microsoft
ODBC Driver

 And also in server.log I found

 Error,TID=179,07/02/02,06:01:12,Unable to write reply -- timed
out writing data back to web server.
 Error,TID=179,07/02/02,06:01:12,Windows NT error number 1460
occurred.

 Any help would be appreciated

 Cheers

 Kev


 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: ISAPI Error

2002-07-02 Thread Captain ColdFusion

Thats Very helpful in Deed

Cheers
- Original Message -
From: Stephen Moretti [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, July 02, 2002 11:39 AM
Subject: Re: ISAPI Error


 It looks like you've got a page that is causing a timeout somewhere along
 the lines.  Its hard to say where - you need to match up all the errors
and
 see if any reference a particular CF template.

 FYI - Windows Error 1460 is This operation returned because the timeout
 period expired., which concurs with all the other error messages you've
got
 for the same time.

 Have you got NT patched up to date?  Have you got the latest ODBC drivers
on
 your server? (There is a program on the M$ site called ComCheck, that will
 tell your what MDAC drivers you have installed) Some of the earlier
version
 of MDAC (http://www.microsoft.com/data)  which contains the ODBC drivers)
 where buggy and would cause this kind of error.  Also you should probably
 look at patching up CF to CF4.51SP2.  CF4.01 is much better than cf4.0,
but
 cf4.51sp2 is better still.

 Sorry that's not very helpful with your problem, but maybe it'll it'll
give
 you something to think on.

 Regards

 Stephen

 - Original Message -
 From: Captain ColdFusion [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, July 02, 2002 10:53 AM
 Subject: ISAPI Error


  Hi All,
 
  I have just found this in the WebServer.log file
 
  Error,TID=132,07/02/02,06:01:02,Exception occurred during
 processing of ISAPI request (code = -1073741819)
 
  Does any one have an idea of what can cause this?
 
  As When I restart IIS and CF it clears it.
 
  I'm Running Windows NT 4 / IIS 4 / CF 4.01 / ORACLE DB using Microsoft
 ODBC Driver
 
  And also in server.log I found
 
  Error,TID=179,07/02/02,06:01:12,Unable to write reply -- timed
 out writing data back to web server.
  Error,TID=179,07/02/02,06:01:12,Windows NT error number 1460
 occurred.
 
  Any help would be appreciated
 
  Cheers
 
  Kev
 
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ISAPI URL Remapping Filter

2001-12-07 Thread Robert Everland

You could do one of 2 things, you can set up http headers on the websites so
that when someone comes to the website you only have to use 1 ip address and
they can be set up just like a normal domain. Or for each domain you can
have a redirect in there.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: Cordiner, James [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 3:47 PM
To: CF-Talk
Subject: ISAPI URL Remapping Filter


Hi,

I am looking for some kind of filter for IIS4 (an ISAPI filter maybe?), that
would take requests for a page and perform a search and replace on the
content before returning it. This would be to have URLs re-mapped, from
something like http://www.somedomain.com to http://192.168.0.1/somedir . 
 
I would try to do this in CF somehow but I just can't see how. For one, not
all our pages have been switched over to CF and just the conversion at this
immediate point in time would make it unfeasable.

jms.

James Cordiner
New Media Developer/Programmer
Art Gallery of Ontario
317 Dundas Street West
Toronto, Canada  M5T 1G4

http://www.ago.net
tel: 416-979-6660 ext.266
fax: 416-204-2709
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ISAPI URL Remapping Filter

2001-12-07 Thread Angelo McComis

James

One way that comes to mind is this:

1/ Create a handler.cfm that examines the URL, query string, post
data, and all that stuff.

2/ make it the default file for the site (so naming it index.cfm would
work on most installations)

3/ In IIS, set it to be the custom 404 handler as well.

In the logic for this, you could do any combination of cfswitch/cfcase
statements looking for combinations of hostname, URI, etc. Then, do
CFLocation or meta-refresh (or whatever you need to do) to the request
to send the browser where it needs to go.


Angelo


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Cordiner,
James
Sent: Friday, December 07, 2001 3:47 PM
To: CF-Talk
Subject: ISAPI URL Remapping Filter


Hi,

I am looking for some kind of filter for IIS4 (an ISAPI filter maybe?),
that would take requests for a page and perform a search and replace on
the content before returning it. This would be to have URLs re-mapped,
from something like http://www.somedomain.com to
http://192.168.0.1/somedir . 
 
I would try to do this in CF somehow but I just can't see how. For one,
not all our pages have been switched over to CF and just the conversion
at this immediate point in time would make it unfeasable.

jms.

James Cordiner
New Media Developer/Programmer
Art Gallery of Ontario
317 Dundas Street West
Toronto, Canada  M5T 1G4

http://www.ago.net
tel: 416-979-6660 ext.266
fax: 416-204-2709
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: ISAPI URL Remapping Filter

2001-12-07 Thread BILLY CRAVENS

This seems to work:

- map the website to a directory with nothing in it, except an index.htm or
index.cfm that does a redirect
- map your 404 custom handler to a .cfm file that captures cgi.script_name
and cgi.query_string and redirects to where you want (it'll take an extra
bit of effort to capture HTTP POST's, but it shouldn't be too much trouble)
- make sure that you setup the custom handler in both cf and iis

---
Billy Cravens

- Original Message -
From: Angelo McComis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, December 07, 2001 2:50 PM
Subject: RE: ISAPI URL Remapping Filter


 James

 One way that comes to mind is this:

 1/ Create a handler.cfm that examines the URL, query string, post
 data, and all that stuff.

 2/ make it the default file for the site (so naming it index.cfm would
 work on most installations)

 3/ In IIS, set it to be the custom 404 handler as well.

 In the logic for this, you could do any combination of cfswitch/cfcase
 statements looking for combinations of hostname, URI, etc. Then, do
 CFLocation or meta-refresh (or whatever you need to do) to the request
 to send the browser where it needs to go.


 Angelo


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf Of Cordiner,
 James
 Sent: Friday, December 07, 2001 3:47 PM
 To: CF-Talk
 Subject: ISAPI URL Remapping Filter


 Hi,

 I am looking for some kind of filter for IIS4 (an ISAPI filter maybe?),
 that would take requests for a page and perform a search and replace on
 the content before returning it. This would be to have URLs re-mapped,
 from something like http://www.somedomain.com to
 http://192.168.0.1/somedir .

 I would try to do this in CF somehow but I just can't see how. For one,
 not all our pages have been switched over to CF and just the conversion
 at this immediate point in time would make it unfeasable.

 jms.

 James Cordiner
 New Media Developer/Programmer
 Art Gallery of Ontario
 317 Dundas Street West
 Toronto, Canada  M5T 1G4

 http://www.ago.net
 tel: 416-979-6660 ext.266
 fax: 416-204-2709
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ISAPI

2000-06-20 Thread Michael O Reilly

I've done some ISAPI programming in Delphi 5. It's relatively painless to
create an ISAPI DLL depending on what you want to do. Were using it to
extract data from a legacy DB which does support ODBC.

Regards
Michael O'Reilly
Analyst Programmer
TransAer


-Original Message-
From: Iztok Polanic [mailto:[EMAIL PROTECTED]]
Sent: 18 June 2000 10:50
To: [EMAIL PROTECTED]
Subject: Re: ISAPI


Hy!

While we are at he ISAPI, is anybody familiar with ISAPI programming. Does
somebody know a good ISAPI list?
Thank you!

Bye,

Iztok
- Original Message -
From: "Howie Hamlin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 11, 2000 03:05
Subject: Re: ISAPI


 It's an application server.  There is an ISAPI that IIS uses to
communicate
 with CF...

 Howie Hamlin
 --
 inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
 www.CoolFusion.com
 
 Please vote for iMS in the Most Innovative category here:
 *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
 
 Check out inFusion Mail Server - the world's most configurable email
server

 - Original Message -
 From: Jake Hileman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, June 10, 2000 10:48 AM
 Subject: ISAPI


  Does Cold Fusion run as an ISAPI?  Or just as a stand alone web server
  (CFServer.EXE)?  If it runs as an ISAPI... shweee, that would be
 nice...
  :-)
 
  thanks and let me know,
 
  Jake
 

 --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: ISAPI...help

2000-06-20 Thread Michael O Reilly

Try forums.inprise.com
There are some ISAPI groups on this Borland site as Delphi5/C++ Builder
support building ISAPI DLL's

Regards
Michael O'Reilly
Analyst Programmer
TransAer


-Original Message-
From: Yannick Simon [mailto:[EMAIL PROTECTED]]
Sent: 19 June 2000 22:23
To: [EMAIL PROTECTED]
Subject: Re: ISAPI...help


C'est un message de format MIME en plusieurs parties.

--=_NextPart_000_04FC_01BFDA45.5C8853A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

ISAPI...helpi made an Active X object which provides functions near by =
CFHTTP...

However, i am not sure it's very safe

are you interested in ?


  - Original Message -=20
  From: Iztok Polanic=20
  To: [EMAIL PROTECTED]=20
  Sent: Monday, June 19, 2000 9:44 PM
  Subject: ISAPI...help


  Hy!=20

  I know this is off topic, but I need some people who are familiar with =
ISAPI=20
  programming. I'm looking for a function similar to CFHTTP tag, that =
will=20
  connect to a site and get its context. I tried looking at =
15seconds.com but=20
  their reference on ISAPI is no good. I also subscribed to their ISAPI=20
  mailing list, but I haven't received one single email for the past 3 =
days.=20
  Strange. Does anybody know a good ISAPI mailing list or a good book on =
this=20
  subject?=20



  Bye,=20

  Iztok=20

  =
-=
-=20
  Archives: http://www.eGroups.com/list/cf-talk=20
  To Unsubscribe visit =
http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dlists/cf_ta=
lk or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in the body.


--=_NextPart_000_04FC_01BFDA45.5C8853A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEADTITLEISAPI...help/TITLE
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT face=3DArial size=3D2i made an Active X object which =
provides functions=20
near by CFHTTP.../FONT/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2However, i am not sure it's very =
safe/FONT/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2are you interested in ?/FONT/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV
BLOCKQUOTE=20
style=3D"BORDER-LEFT: #00 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"
  DIV style=3D"FONT: 10pt arial"- Original Message - /DIV
  DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"BFrom:/B=20
  A href=3D"mailto:[EMAIL PROTECTED]" [EMAIL PROTECTED]Iztok =
Polanic/A=20
/DIV
  DIV style=3D"FONT: 10pt arial"BTo:/B A=20
  href=3D"mailto:[EMAIL PROTECTED]"=20
  [EMAIL PROTECTED][EMAIL PROTECTED]/A /DIV
  DIV style=3D"FONT: 10pt arial"BSent:/B Monday, June 19, 2000 =
9:44 PM/DIV
  DIV style=3D"FONT: 10pt arial"BSubject:/B ISAPI...help/DIV
  DIVBR/DIV
  PFONT size=3D2Hy!/FONT /P
  PFONT size=3D2I know this is off topic, but I need some people who =
are=20
  familiar with ISAPI/FONT BRFONT size=3D2programming. I'm looking =
for a=20
  function similar to CFHTTP tag, that will/FONT BRFONT =
size=3D2connect to a=20
  site and get its context. I tried looking at 15seconds.com but/FONT=20
  BRFONT size=3D2their reference on ISAPI is no good. I also =
subscribed to=20
  their ISAPI/FONT BRFONT size=3D2mailing list, but I haven't =
received one=20
  single email for the past 3 days./FONT BRFONT size=3D2Strange. =
Does=20
  anybody know a good ISAPI mailing list or a good book on this/FONT =
BRFONT=20
  size=3D2subject?/FONT /PBR
  PFONT size=3D2Bye,/FONT /P
  PFONT size=3D2Iztok/FONT /P
  PFONT=20
  =
size=3D2=
--/FONT=20
  BRFONT size=3D2Archives: A =
href=3D"http://www.eGroups.com/list/cf-talk"=20
  target=3D_blankhttp://www.eGroups.com/list/cf-talk/A/FONT =
BRFONT=20
  size=3D2To Unsubscribe visit A=20
  =
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsamp;body=3D=
lists/cf_talk"=20
  =
target=3D_blankhttp://www.houseoffusion.com/index.cfm?sidebar=3Dlistsam=
p;body=3Dlists/cf_talk/A=20
  or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in=20
  the body./FONT/P/BLOCKQUOTE/BODY/HTML

--=_NextPart_000_04FC_01BFDA45.5C8853A0--


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroup

Re: ISAPI...help

2000-06-20 Thread Iztok Polanic

Hy!

Sure!

Bye,

Iztok
- Original Message -
From: "Yannick Simon" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 19, 2000 23:23
Subject: Re: ISAPI...help


 C'est un message de format MIME en plusieurs parties.

 --=_NextPart_000_04FC_01BFDA45.5C8853A0
 Content-Type: text/plain;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 ISAPI...helpi made an Active X object which provides functions near by =
 CFHTTP...

 However, i am not sure it's very safe

 are you interested in ?


   - Original Message -=20
   From: Iztok Polanic=20
   To: [EMAIL PROTECTED]=20
   Sent: Monday, June 19, 2000 9:44 PM
   Subject: ISAPI...help


   Hy!=20

   I know this is off topic, but I need some people who are familiar with =
 ISAPI=20
   programming. I'm looking for a function similar to CFHTTP tag, that =
 will=20
   connect to a site and get its context. I tried looking at =
 15seconds.com but=20
   their reference on ISAPI is no good. I also subscribed to their ISAPI=20
   mailing list, but I haven't received one single email for the past 3 =
 days.=20
   Strange. Does anybody know a good ISAPI mailing list or a good book on =
 this=20
   subject?=20



   Bye,=20

   Iztok=20

   =
 -=
 -=20
   Archives: http://www.eGroups.com/list/cf-talk=20
   To Unsubscribe visit =
 http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dlists/cf_ta=
 lk or send a message to [EMAIL PROTECTED] with =
 'unsubscribe' in the body.


 --=_NextPart_000_04FC_01BFDA45.5C8853A0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEADTITLEISAPI...help/TITLE
 META content=3D"text/html; charset=3Diso-8859-1" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT face=3DArial size=3D2i made an Active X object which =
 provides functions=20
 near by CFHTTP.../FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DArial size=3D2However, i am not sure it's very =
 safe/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DArial size=3D2are you interested in ?/FONT/DIV
 DIVnbsp;/DIV
 DIVnbsp;/DIV
 BLOCKQUOTE=20
 style=3D"BORDER-LEFT: #00 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"
   DIV style=3D"FONT: 10pt arial"- Original Message - /DIV
   DIV=20
   style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
 black"BFrom:/B=20
   A href=3D"mailto:[EMAIL PROTECTED]" [EMAIL PROTECTED]Iztok =
 Polanic/A=20
 /DIV
   DIV style=3D"FONT: 10pt arial"BTo:/B A=20
   href=3D"mailto:[EMAIL PROTECTED]"=20
   [EMAIL PROTECTED][EMAIL PROTECTED]/A /DIV
   DIV style=3D"FONT: 10pt arial"BSent:/B Monday, June 19, 2000 =
 9:44 PM/DIV
   DIV style=3D"FONT: 10pt arial"BSubject:/B ISAPI...help/DIV
   DIVBR/DIV
   PFONT size=3D2Hy!/FONT /P
   PFONT size=3D2I know this is off topic, but I need some people who =
 are=20
   familiar with ISAPI/FONT BRFONT size=3D2programming. I'm looking =
 for a=20
   function similar to CFHTTP tag, that will/FONT BRFONT =
 size=3D2connect to a=20
   site and get its context. I tried looking at 15seconds.com but/FONT=20
   BRFONT size=3D2their reference on ISAPI is no good. I also =
 subscribed to=20
   their ISAPI/FONT BRFONT size=3D2mailing list, but I haven't =
 received one=20
   single email for the past 3 days./FONT BRFONT size=3D2Strange. =
 Does=20
   anybody know a good ISAPI mailing list or a good book on this/FONT =
 BRFONT=20
   size=3D2subject?/FONT /PBR
   PFONT size=3D2Bye,/FONT /P
   PFONT size=3D2Iztok/FONT /P
   PFONT=20
   =
 size=3D2=
 --/FONT=20
   BRFONT size=3D2Archives: A =
 href=3D"http://www.eGroups.com/list/cf-talk"=20
   target=3D_blankhttp://www.eGroups.com/list/cf-talk/A/FONT =
 BRFONT=20
   size=3D2To Unsubscribe visit A=20
   =

href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsamp;body=3D=
 lists/cf_talk"=20
   =
 target=3D_blankhttp://www.houseoffusion.com/index.cfm?sidebar=3Dlistsam=
 p;body=3Dlists/cf_talk/A=20
   or send a message to [EMAIL PROTECTED] with =
 'unsubscribe' in=20
   the body./FONT/P/BLOCKQUOTE/BODY/HTML

 --=_NextPart_000_04FC_01BFDA45.5C8853A0--

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ISAPI...help

2000-06-19 Thread Yannick Simon

C'est un message de format MIME en plusieurs parties.

--=_NextPart_000_04FC_01BFDA45.5C8853A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

ISAPI...helpi made an Active X object which provides functions near by =
CFHTTP...

However, i am not sure it's very safe

are you interested in ?


  - Original Message -=20
  From: Iztok Polanic=20
  To: [EMAIL PROTECTED]=20
  Sent: Monday, June 19, 2000 9:44 PM
  Subject: ISAPI...help


  Hy!=20

  I know this is off topic, but I need some people who are familiar with =
ISAPI=20
  programming. I'm looking for a function similar to CFHTTP tag, that =
will=20
  connect to a site and get its context. I tried looking at =
15seconds.com but=20
  their reference on ISAPI is no good. I also subscribed to their ISAPI=20
  mailing list, but I haven't received one single email for the past 3 =
days.=20
  Strange. Does anybody know a good ISAPI mailing list or a good book on =
this=20
  subject?=20



  Bye,=20

  Iztok=20

  =
-=
-=20
  Archives: http://www.eGroups.com/list/cf-talk=20
  To Unsubscribe visit =
http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dlists/cf_ta=
lk or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in the body.


--=_NextPart_000_04FC_01BFDA45.5C8853A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEADTITLEISAPI...help/TITLE
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT face=3DArial size=3D2i made an Active X object which =
provides functions=20
near by CFHTTP.../FONT/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2However, i am not sure it's very =
safe/FONT/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2are you interested in ?/FONT/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV
BLOCKQUOTE=20
style=3D"BORDER-LEFT: #00 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"
  DIV style=3D"FONT: 10pt arial"- Original Message - /DIV
  DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"BFrom:/B=20
  A href=3D"mailto:[EMAIL PROTECTED]" [EMAIL PROTECTED]Iztok =
Polanic/A=20
/DIV
  DIV style=3D"FONT: 10pt arial"BTo:/B A=20
  href=3D"mailto:[EMAIL PROTECTED]"=20
  [EMAIL PROTECTED][EMAIL PROTECTED]/A /DIV
  DIV style=3D"FONT: 10pt arial"BSent:/B Monday, June 19, 2000 =
9:44 PM/DIV
  DIV style=3D"FONT: 10pt arial"BSubject:/B ISAPI...help/DIV
  DIVBR/DIV
  PFONT size=3D2Hy!/FONT /P
  PFONT size=3D2I know this is off topic, but I need some people who =
are=20
  familiar with ISAPI/FONT BRFONT size=3D2programming. I'm looking =
for a=20
  function similar to CFHTTP tag, that will/FONT BRFONT =
size=3D2connect to a=20
  site and get its context. I tried looking at 15seconds.com but/FONT=20
  BRFONT size=3D2their reference on ISAPI is no good. I also =
subscribed to=20
  their ISAPI/FONT BRFONT size=3D2mailing list, but I haven't =
received one=20
  single email for the past 3 days./FONT BRFONT size=3D2Strange. =
Does=20
  anybody know a good ISAPI mailing list or a good book on this/FONT =
BRFONT=20
  size=3D2subject?/FONT /PBR
  PFONT size=3D2Bye,/FONT /P
  PFONT size=3D2Iztok/FONT /P
  PFONT=20
  =
size=3D2=
--/FONT=20
  BRFONT size=3D2Archives: A =
href=3D"http://www.eGroups.com/list/cf-talk"=20
  target=3D_blankhttp://www.eGroups.com/list/cf-talk/A/FONT =
BRFONT=20
  size=3D2To Unsubscribe visit A=20
  =
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsamp;body=3D=
lists/cf_talk"=20
  =
target=3D_blankhttp://www.houseoffusion.com/index.cfm?sidebar=3Dlistsam=
p;body=3Dlists/cf_talk/A=20
  or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in=20
  the body./FONT/P/BLOCKQUOTE/BODY/HTML

--=_NextPart_000_04FC_01BFDA45.5C8853A0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ISAPI

2000-06-18 Thread Iztok Polanic

Hy!

While we are at he ISAPI, is anybody familiar with ISAPI programming. Does
somebody know a good ISAPI list?
Thank you!

Bye,

Iztok
- Original Message -
From: "Howie Hamlin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 11, 2000 03:05
Subject: Re: ISAPI


 It's an application server.  There is an ISAPI that IIS uses to
communicate
 with CF...

 Howie Hamlin
 --
 inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
 www.CoolFusion.com
 
 Please vote for iMS in the Most Innovative category here:
 *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
 
 Check out inFusion Mail Server - the world's most configurable email
server

 - Original Message -
 From: Jake Hileman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, June 10, 2000 10:48 AM
 Subject: ISAPI


  Does Cold Fusion run as an ISAPI?  Or just as a stand alone web server
  (CFServer.EXE)?  If it runs as an ISAPI... shweee, that would be
 nice...
  :-)
 
  thanks and let me know,
 
  Jake
 

 --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ISAPI

2000-06-18 Thread Len Conrad


While we are at he ISAPI, is anybody familiar with ISAPI programming. Does
somebody know a good ISAPI list?

www.15seconds.com might have something for you.

Len

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ISAPI

2000-06-17 Thread Howie Hamlin

It's an application server.  There is an ISAPI that IIS uses to communicate
with CF...

Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
www.CoolFusion.com

Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***

Check out inFusion Mail Server - the world's most configurable email server

- Original Message -
From: Jake Hileman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, June 10, 2000 10:48 AM
Subject: ISAPI


 Does Cold Fusion run as an ISAPI?  Or just as a stand alone web server
 (CFServer.EXE)?  If it runs as an ISAPI... shweee, that would be
nice...
 :-)

 thanks and let me know,

 Jake

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: ISAPI

2000-06-12 Thread Dave Watts

 Does Cold Fusion run as an ISAPI?  Or just as a stand alone web
 server (CFServer.EXE)?  If it runs as an ISAPI... shweee, that
 would be nice... :-)

Yes, it does under IIS, more or less. CFSERVER.EXE is a separate service,
which actually does all the work. With IIS, an ISAPI stub (ISCF.DLL) is used
to send requests from IIS to CFSERVER.EXE.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.