Re: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-16 Thread Andrew Myers
Hi Glen,

If you are only accessing /CFIDE from either the local network or a static IP 
address you should be able to use firewall rules to block traffic on the tomcat 
port to all but those addresses.

Andrew.

Sent from my iPod.

On 15/08/2011, at 4:46 PM, nkosi glenrainb...@gmail.com wrote:

 @charlie, no I have not tried that.
 
 What we have settled on - a compromise of sorts - is sym linking to
 the WEB-INF and CFIDE from within the site code base root, many thanks
 Andrew. Unfortunately it still means CFIDE is browsable via the
 website, but only if you know the port number Tomcat is listening on.
 
 e.g.
 - Browsing the site: http://my.wickedcool.site/ (on port 80) works.
 
 - Browsing the site: http://my.wickedcool.site/cfide/administrator/index.cfm
 throws a 500 HTTP status code - preliminary investigation suggests it
 is an IIS  ajp  Tomcat issue rather than CF ... a little bit more of
 an investigation is required though.
 
 - Browsing the site: 
 http://my.wickedcool.site:{*my_custom_port}/cfide/administrator/index.cfm
 and I get to the CF Admin login page.
 
 *my_custom_port, as defined in Tomcat's server.xml.
 
 The bad news is I still have to 'pollute' my codebase with sym link
 shortcuts to the CFIDE and WEB-INF folders ... but this is made less
 onerous by using a batch file to roll out the codebase and creating
 the appropriate sym links etc.
 
 Other things to note, if you're using ActiveMQ don't be a fool like
 me, be sure to put the ActiveMQ jar in the WEB-INF/cfusion/lib/. Spent
 more time than I care to admit trying figure out why my gateway was
 stuck in the 'starting' state ... *sigh*.
 
 So, thank you all for your input.
 
 Oh, and my.wickedcool.site isn't a real site BTW - expect a DNS
 fail :)
 
 Cheers
 Glen
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to 
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M
Apologies for being so hopelessly behind the times, but can anyone
advise what the trick is to getting CF7 to work on Win7 Pro with IIS
7.5?  I've looked through Andrew Scotts old thread from 2008 but it
doesn't seem to help.

I've googled and found that the problem is usually solved by ticking
the boxes for IIS metabase and IIS 6 configuration, ISAPI Extensions
and enabling IIS for 32 bit apps.

So I've done all but still no success.   The Web Service configuration
tool just says that IIS 7.5  is not supported.

Do I need to add the MIME types manually?  if so what do I put in?

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Andrew Scott
Not sure which blog post you are referring to as I can't find one...

But I am not sure ColdFusion 7 is compatible with Windows 7, are you running
32bit or 64bit Windows?



On Wed, Aug 17, 2011 at 10:45 AM, Stephen M sgmul...@gmail.com wrote:

 Apologies for being so hopelessly behind the times, but can anyone
 advise what the trick is to getting CF7 to work on Win7 Pro with IIS
 7.5?  I've looked through Andrew Scotts old thread from 2008 but it
 doesn't seem to help.

 I've googled and found that the problem is usually solved by ticking
 the boxes for IIS metabase and IIS 6 configuration, ISAPI Extensions
 and enabling IIS for 32 bit apps.

 So I've done all but still no success.   The Web Service configuration
 tool just says that IIS 7.5  is not supported.

 Do I need to add the MIME types manually?  if so what do I put in?

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M

On Aug 17, 11:21 am, Andrew Scott andr...@andyscott.id.au wrote:
 Not sure which blog post you are referring to as I can't find one...

 But I am not sure ColdFusion 7 is compatible with Windows 7, are you running
 32bit or 64bit Windows?

64 bit







 On Wed, Aug 17, 2011 at 10:45 AM, Stephen M sgmul...@gmail.com wrote:
  Apologies for being so hopelessly behind the times, but can anyone
  advise what the trick is to getting CF7 to work on Win7 Pro with IIS
  7.5?  I've looked through Andrew Scotts old thread from 2008 but it
  doesn't seem to help.

  I've googled and found that the problem is usually solved by ticking
  the boxes for IIS metabase and IIS 6 configuration, ISAPI Extensions
  and enabling IIS for 32 bit apps.

  So I've done all but still no success.   The Web Service configuration
  tool just says that IIS 7.5  is not supported.

  Do I need to add the MIME types manually?  if so what do I put in?

  --
  You received this message because you are subscribed to the Google Groups
  cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 Regards,
 Andrew Scott
 WebSite:http://www.andyscott.id.au/
 Google+:http://plus.google.com/108193156965451149543

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Andrew Scott
Someone can correct me if I am wrong here, but I am not sure ColdFusion MX 7
will run on 64bit Windows.

On Wed, Aug 17, 2011 at 11:31 AM, Stephen M sgmul...@gmail.com wrote:


 On Aug 17, 11:21 am, Andrew Scott andr...@andyscott.id.au wrote:
  Not sure which blog post you are referring to as I can't find one...
 
  But I am not sure ColdFusion 7 is compatible with Windows 7, are you
 running
  32bit or 64bit Windows?
 
 64 bit


 
 
 
 
 
  On Wed, Aug 17, 2011 at 10:45 AM, Stephen M sgmul...@gmail.com wrote:
   Apologies for being so hopelessly behind the times, but can anyone
   advise what the trick is to getting CF7 to work on Win7 Pro with IIS
   7.5?  I've looked through Andrew Scotts old thread from 2008 but it
   doesn't seem to help.
 
   I've googled and found that the problem is usually solved by ticking
   the boxes for IIS metabase and IIS 6 configuration, ISAPI Extensions
   and enabling IIS for 32 bit apps.
 
   So I've done all but still no success.   The Web Service configuration
   tool just says that IIS 7.5  is not supported.
 
   Do I need to add the MIME types manually?  if so what do I put in?
 
   --
   You received this message because you are subscribed to the Google
 Groups
   cfaussie group.
   To post to this group, send email to cfaussie@googlegroups.com.
   To unsubscribe from this group, send email to
   cfaussie+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/cfaussie?hl=en.
 
  --
  Regards,
  Andrew Scott
  WebSite:http://www.andyscott.id.au/
  Google+:http://plus.google.com/108193156965451149543

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Andrew Scott
try this from a command prompt

cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 ?true?


On Wed, Aug 17, 2011 at 11:36 AM, Stephen M sgmul...@gmail.com wrote:

 Since posting this I've had a talk with the boss and he's agreed to
 upgrade to CF9, assuming the customer signs off on the cost, if they
 don't then we drop the whole thing and the customer does something
 else I suppose.

 Anyway, i still have the old WinXP running in VM so I can keep using
 that for CF7 if I have to while I install CF9 developer on my new Win7
 box.
 So the question is now not so urgent.

 On Aug 17, 10:45 am, Stephen M sgmul...@gmail.com wrote:
  Apologies for being so hopelessly behind the times, but can anyone
  advise what the trick is to getting CF7 to work on Win7 Pro with IIS
  7.5?  I've looked through Andrew Scotts old thread from 2008 but it
  doesn't seem to help.
 
  I've googled and found that the problem is usually solved by ticking
  the boxes for IIS metabase and IIS 6 configuration, ISAPI Extensions
  and enabling IIS for 32 bit apps.
 
  So I've done all but still no success.   The Web Service configuration
  tool just says that IIS 7.5  is not supported.
 
  Do I need to add the MIME types manually?  if so what do I put in?

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M

On Aug 17, 11:40 am, Andrew Scott andr...@andyscott.id.au wrote:
 try this from a command prompt

 cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 ?true?

I just get this error.   -- Input Error: Can not find script file C:
\Users\tmlsm\adsutil.vbs




 On Wed, Aug 17, 2011 at 11:36 AM, Stephen M sgmul...@gmail.com wrote:
  Since posting this I've had a talk with the boss and he's agreed to
  upgrade to CF9, assuming the customer signs off on the cost, if they
  don't then we drop the whole thing and the customer does something
  else I suppose.

  Anyway, i still have the old WinXP running in VM so I can keep using
  that for CF7 if I have to while I install CF9 developer on my new Win7
  box.
  So the question is now not so urgent.

  On Aug 17, 10:45 am, Stephen M sgmul...@gmail.com wrote:
   Apologies for being so hopelessly behind the times, but can anyone
   advise what the trick is to getting CF7 to work on Win7 Pro with IIS
   7.5?  I've looked through Andrew Scotts old thread from 2008 but it
   doesn't seem to help.

   I've googled and found that the problem is usually solved by ticking
   the boxes for IIS metabase and IIS 6 configuration, ISAPI Extensions
   and enabling IIS for 32 bit apps.

   So I've done all but still no success.   The Web Service configuration
   tool just says that IIS 7.5  is not supported.

   Do I need to add the MIME types manually?  if so what do I put in?

  --
  You received this message because you are subscribed to the Google Groups
  cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 Regards,
 Andrew Scott
 WebSite:http://www.andyscott.id.au/
 Google+:http://plus.google.com/108193156965451149543

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M


On Aug 17, 11:59 am, Stephen M sgmul...@gmail.com wrote:
 On Aug 17, 11:40 am, Andrew Scott andr...@andyscott.id.au wrote: try this 
 from a command prompt

  cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 ?true?

 I just get this error.   -- Input Error: Can not find script file C:
 \Users\tmlsm\adsutil.vbs

FWIW, the CFMX7 service is started


  On Wed, Aug 17, 2011 at 11:36 AM, Stephen M sgmul...@gmail.com wrote:
   Since posting this I've had a talk with the boss and he's agreed to
   upgrade to CF9, assuming the customer signs off on the cost, if they
   don't then we drop the whole thing and the customer does something
   else I suppose.

   Anyway, i still have the old WinXP running in VM so I can keep using
   that for CF7 if I have to while I install CF9 developer on my new Win7
   box.
   So the question is now not so urgent.

   On Aug 17, 10:45 am, Stephen M sgmul...@gmail.com wrote:
Apologies for being so hopelessly behind the times, but can anyone
advise what the trick is to getting CF7 to work on Win7 Pro with IIS
7.5?  I've looked through Andrew Scotts old thread from 2008 but it
doesn't seem to help.

I've googled and found that the problem is usually solved by ticking
the boxes for IIS metabase and IIS 6 configuration, ISAPI Extensions
and enabling IIS for 32 bit apps.

So I've done all but still no success.   The Web Service configuration
tool just says that IIS 7.5  is not supported.

Do I need to add the MIME types manually?  if so what do I put in?

   --
   You received this message because you are subscribed to the Google Groups
   cfaussie group.
   To post to this group, send email to cfaussie@googlegroups.com.
   To unsubscribe from this group, send email to
   cfaussie+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/cfaussie?hl=en.

  --
  Regards,
  Andrew Scott
  WebSite:http://www.andyscott.id.au/
  Google+:http://plus.google.com/108193156965451149543

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M


On Aug 17, 12:54 pm, Andrew Scott andr...@andyscott.id.au wrote:
 There is another way I just can't think of it off the top of my head, but
 for CF MX 7 I recall it having the application pool enabled to run in 32bit
 mode. Which is what that script was suppose to do.

 You could also add the adminscripts from add removed windows features.


I found a fairly comprehensive  list of steps here -
http://www.communitymx.com/content/article.cfm?page=1cid=224AA

The first thing to do is unpack jrun_iis6_wildcard.dll then set up
some handler mappings in IIS7.

But I've decided the best course of action is to play dumb and just
say CF7 won't work on IIS7 - we need to upgrade
Otherwise it'll never happen.






 On Wed, Aug 17, 2011 at 12:09 PM, Stephen M sgmul...@gmail.com wrote:

  On Aug 17, 11:59 am, Stephen M sgmul...@gmail.com wrote:
   On Aug 17, 11:40 am, Andrew Scott andr...@andyscott.id.au wrote: try
  this from a command prompt

cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 ?true?

   I just get this error.   -- Input Error: Can not find script file C:
   \Users\tmlsm\adsutil.vbs

  FWIW, the CFMX7 service is started

On Wed, Aug 17, 2011 at 11:36 AM, Stephen M sgmul...@gmail.com
  wrote:
 Since posting this I've had a talk with the boss and he's agreed to
 upgrade to CF9, assuming the customer signs off on the cost, if they
 don't then we drop the whole thing and the customer does something
 else I suppose.

 Anyway, i still have the old WinXP running in VM so I can keep using
 that for CF7 if I have to while I install CF9 developer on my new
  Win7
 box.
 So the question is now not so urgent.

 On Aug 17, 10:45 am, Stephen M sgmul...@gmail.com wrote:
  Apologies for being so hopelessly behind the times, but can anyone
  advise what the trick is to getting CF7 to work on Win7 Pro with
  IIS
  7.5?  I've looked through Andrew Scotts old thread from 2008 but it
  doesn't seem to help.

  I've googled and found that the problem is usually solved by
  ticking
  the boxes for IIS metabase and IIS 6 configuration, ISAPI
  Extensions
  and enabling IIS for 32 bit apps.

  So I've done all but still no success.   The Web Service
  configuration
  tool just says that IIS 7.5  is not supported.

  Do I need to add the MIME types manually?  if so what do I put in?

 --
 You received this message because you are subscribed to the Google
  Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

--
Regards,
Andrew Scott
WebSite:http://www.andyscott.id.au/
Google+:http://plus.google.com/108193156965451149543

  --
  You received this message because you are subscribed to the Google Groups
  cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 Regards,
 Andrew Scott
 WebSite:http://www.andyscott.id.au/
 Google+:http://plus.google.com/108193156965451149543

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.