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:

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-15 Thread nkosi
@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

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-08 Thread nkosi
Thanks for the responses. @andrew - yes, it seems creating symbolic links in Windows Server 2008 is possible (command line mklink) using dir identifies these as SYMLINKD. Now just need to work this through and see what the impacts/vulnerabilities are. @charlie - I think I may have misled you

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

2011-08-08 Thread Andrew Myers
Hi Glen, One thing I did think of that may be a problem paths if you put your app in a sub like I suggested. I don't know I you can overcome thi with a mapping for / - possibly you can but I haven't tried it myself Andrew On 08/08/2011, at 4:10 PM, nkosi glenrainb...@gmail.com wrote:

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

2011-08-08 Thread charlie arehart
that? /charlie -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of nkosi Sent: Monday, August 08, 2011 2:10 AM To: cfaussie Subject: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question Thanks for the responses. @andrew - yes, it seems

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

2011-08-04 Thread charlie arehart
Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of nkosi Sent: Thursday, August 04, 2011 12:56 AM To: cfaussie Subject: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question Yes - that is what I thought too. But like I said, we have the [limited] resources

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
The only stupid question is the one left unasked ... hehe, never thought I'd say that. You mean how come we're trying to achieve this configuration? Well it's a nice level of separation from site code and web application server ... isn't it? Also, since it was possible with JRun then it would be

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

2011-08-03 Thread Steve Onnis
No such thing as a stupid question, only stupid answers :) -Original Message- From: nkosi [mailto:glenrainb...@gmail.com] Sent: Thursday, 4 August 2011 1:49 PM To: cfaussie Subject: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question The only stupid question is the one left unasked

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

2011-08-03 Thread Mark Mandel
Yeah - but what is the end goal? Why bother changing if JRUN is meeting your needs? Mark On Thu, Aug 4, 2011 at 1:49 PM, nkosi glenrainb...@gmail.com wrote: Also, since it was possible with JRun then it would be nice to continue this configuration with Tomcat. -- E: mark.man...@gmail.com

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
Ah - I see, how come we trying to do this if it is already doing the job. If it ain't broke etc ... Coz all the cool kids are doing it ... um, no, seriously though ... Given that CF10 is reportedly dropping JRun for Tomcat and we have resources available to us right now we thought we would

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

2011-08-03 Thread Mark Mandel
I'd be pretty shocked if Adobe doesn't make configuring CF10 + Tomcat a whole lot easier than doing all the steps for CF9 + Tomcat. So you may be wasting your time. Also, CF9 isn't supported on Tomcat, so you may be voiding any support contracts you may have. But hey - if you're having fun :)

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
Yes - that is what I thought too. But like I said, we have the [limited] resources to explore this option - if it is easy then brilliant, if it gets too complicated then we should probably wait and hope that Adobe does indeed make the CF +Tomcat config a whole lot easier. So now we've got all

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Andrew
On Aug 4, 1:28 pm, nkosi glenrainb...@gmail.com wrote: We have set up 'multiserver' Tomcat but we cannot figure out how we can get our CF sites to run without requiring WEB-INF [and CFIDE] in the root of our sites. This basically means our CF Admin is browsable via our web site which is not