Re: Required folders under CFIDE

2012-02-26 Thread Pradeep Rajasekaran

I would suggest NOT pointing to original CFIDE as this gives every sites
access to the cfadmin.
instead make a copy of the original CFIDE and remove the administrator and
adminapi folders and use this as your vDir

On Thu, Feb 23, 2012 at 5:41 AM, IT (Pradeep Viswanathan) 
prade...@emiratesnbd.com wrote:



Russ, yeah, this is what i have done now. Thanks for the inputs 

~|
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:350105
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Required folders under CFIDE

2012-02-23 Thread Russ Michaels

I would suggest NOT pointing to original CFIDE as this gives every sites
access to the cfadmin.
instead make a copy of the original CFIDE and remove the administrator and
adminapi folders and use this as your vDir

On Thu, Feb 23, 2012 at 5:41 AM, IT (Pradeep Viswanathan) 
prade...@emiratesnbd.com wrote:


 Thanks Jay

 Thx  rgds,
 Pradeep Viswanathan R


 -Original Message-
 From: Jay Pandya [mailto:jaypandy...@gmail.com]
 Sent: Thursday, February 23, 2012 9:39 AM
 To: cf-talk
 Subject: Re: Required folders under CFIDE


 Hi Pradeep,
   In your IIS just create virtual directory which points to
 original CFIDE.
 http://www.hosting.com/support/cfusion/create-a-cfide-mapping-under-iis6

 http://www.neiland.net/blog/article/how-to-create-a-virtual-cfide-directory-mapping-in-apache/

So you can implement in above way then all ajax functionality
 will work smoothly.
   Let me know if you have any doubt over this.

 Thank You
 Jay Pandya
  I am currently setting up a new server where my CFIDE is compeletely
  not exposed - it actually runs on a different web server/port.
 
  I would want to copy the folders that are essential from the CFIDE
  folder to make the AJAX /others cftags to work, can someone please
  tell me what folders will be required.
 
  I see that scripts folder is required?
 
  Thx  rgds,
  Pradeep Viswanathan R
 
 
 
  DISCLAIMER:
  This e-mail message including any of its attachments is intended
  solely for the addressee(s) and may contain privileged information. If
  you are not the addressee or you have received this email message in
  error, please notify the sender who will remove your details from its
  database. You are not authorized to read, copy, disseminate,
  distribute or use this e-mail message or any attachment to it in any
  manner and must delete the email and destroy any hard copies of it.
  This e-mail message does not contain financial instructions or
  commitments of any kind. Any views expressed in this message are those
  of the individual sender and do not necessarily reflect the views of
  Emirates NBD PJSC, or any other related subsidiaries, entities or
  persons.



 

~|
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:350064
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Required folders under CFIDE

2012-02-22 Thread Pradeep Rajasekaran

Pete, 

Sorry on the delayed response. Thank you for the extra tips.
 
I am planning to setup the servers with 1 web server but with individual 
virtual hosts for every CF Applications and ColdFusion Administrator. The CFIDE 
folder containing just the scripts and other required stuff to be copied under 
every virtual host. 

The other option i have is to have 2 web servers on the same box. One for the 
ColdFusion Administrator and the other for CF Applications. Again all apps will 
have individual virtual hosts .

Guess sounds a bit crazy, but please let me know your comments on this. 


Pradeep,

There are also some other internal mappings that fall under /CFIDE that you
should be aware of if you are using Flash Forms or cfchart (RDS also has a
mapping under /CFIDE but hopefully you have disabled that on production).

The /CFIDE/scripts/ folder can be moved somewhere else, see:
http://www.petefreitag.com/item/774.cfm if you are not using cfform,
cffileupload, cfmediaplayer then it is probably not needed, though keep
in mind that ColdFusion administrator does use cfform.



--
Pete Freitag - Adobe Community Professional
http://foundeo.com/ - ColdFusion Consulting  Products
http://petefreitag.com/ - My Blog
http://hackmycf.com - Is your ColdFusion Server Secure?




On Wed, Feb 8, 2012 at 10:04 AM, IT (Pradeep Viswanathan) 
prade...@emiratesnbd.com wrote:

 

~|
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:350038
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Required folders under CFIDE

2012-02-22 Thread Pete Freitag

Pradeep,

I would not suggest copying the /CFIDE/ scripts folder into every site
root. This can become a nightmare to manage when you need to update with
patches or new versions. Instead you should create a virtual directory.

I do recommend you setup a virtual host just for ColdFusion administrator,
this makes it easy to restrict, log, etc. Some use the built-in JRun web
server for this purpose and that also works well in many scenarios.

--
Pete Freitag - Adobe Community Professional
http://foundeo.com/ - ColdFusion Consulting  Products
http://petefreitag.com/ - My Blog
http://hackmycf.com - Is your ColdFusion Server Secure?




On Wed, Feb 22, 2012 at 2:37 PM, Pradeep Rajasekaran 
pradeepviswanatha...@gmail.com wrote:


 Pete,

 Sorry on the delayed response. Thank you for the extra tips.

 I am planning to setup the servers with 1 web server but with individual
 virtual hosts for every CF Applications and ColdFusion Administrator. The
 CFIDE folder containing just the scripts and other required stuff to be
 copied under every virtual host.

 The other option i have is to have 2 web servers on the same box. One for
 the ColdFusion Administrator and the other for CF Applications. Again all
 apps will have individual virtual hosts .

 Guess sounds a bit crazy, but please let me know your comments on this.


 Pradeep,
 
 There are also some other internal mappings that fall under /CFIDE that
 you
 should be aware of if you are using Flash Forms or cfchart (RDS also has a
 mapping under /CFIDE but hopefully you have disabled that on production).
 
 The /CFIDE/scripts/ folder can be moved somewhere else, see:
 http://www.petefreitag.com/item/774.cfm if you are not using cfform,
 cffileupload, cfmediaplayer then it is probably not needed, though
 keep
 in mind that ColdFusion administrator does use cfform.
 
 
 
 --
 Pete Freitag - Adobe Community Professional
 http://foundeo.com/ - ColdFusion Consulting  Products
 http://petefreitag.com/ - My Blog
 http://hackmycf.com - Is your ColdFusion Server Secure?
 
 
 
 
 On Wed, Feb 8, 2012 at 10:04 AM, IT (Pradeep Viswanathan) 
 prade...@emiratesnbd.com wrote:
 
 

 

~|
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:350039
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Required folders under CFIDE

2012-02-22 Thread IT (Pradeep Viswanathan)

Oh yeah, I did have a great time patching old servers lol :P

I think I should also consider using jRun... thanks pete.


-Original Message-
From: Pete Freitag [mailto:p...@foundeo.com] 
Sent: Wednesday, February 22, 2012 11:50 PM
To: cf-talk
Subject: Re: Required folders under CFIDE


Pradeep,

I would not suggest copying the /CFIDE/ scripts folder into every site root. 
This can become a nightmare to manage when you need to update with patches or 
new versions. Instead you should create a virtual directory.

I do recommend you setup a virtual host just for ColdFusion administrator, this 
makes it easy to restrict, log, etc. Some use the built-in JRun web server for 
this purpose and that also works well in many scenarios.

--
Pete Freitag - Adobe Community Professional http://foundeo.com/ - ColdFusion 
Consulting  Products http://petefreitag.com/ - My Blog http://hackmycf.com - 
Is your ColdFusion Server Secure?




On Wed, Feb 22, 2012 at 2:37 PM, Pradeep Rajasekaran  
pradeepviswanatha...@gmail.com wrote:


 Pete,

 Sorry on the delayed response. Thank you for the extra tips.

 I am planning to setup the servers with 1 web server but with 
 individual virtual hosts for every CF Applications and ColdFusion 
 Administrator. The CFIDE folder containing just the scripts and other 
 required stuff to be copied under every virtual host.

 The other option i have is to have 2 web servers on the same box. One 
 for the ColdFusion Administrator and the other for CF Applications. 
 Again all apps will have individual virtual hosts .

 Guess sounds a bit crazy, but please let me know your comments on this.


 Pradeep,
 
 There are also some other internal mappings that fall under /CFIDE 
 that
 you
 should be aware of if you are using Flash Forms or cfchart (RDS also 
 has a mapping under /CFIDE but hopefully you have disabled that on 
 production).
 
 The /CFIDE/scripts/ folder can be moved somewhere else, see:
 http://www.petefreitag.com/item/774.cfm if you are not using 
 cfform, cffileupload, cfmediaplayer then it is probably not 
 needed, though
 keep
 in mind that ColdFusion administrator does use cfform.
 
 
 
 --
 Pete Freitag - Adobe Community Professional http://foundeo.com/ - 
 ColdFusion Consulting  Products http://petefreitag.com/ - My Blog 
 http://hackmycf.com - Is your ColdFusion Server Secure?
 
 
 
 
 On Wed, Feb 8, 2012 at 10:04 AM, IT (Pradeep Viswanathan)  
 prade...@emiratesnbd.com wrote:
 
 

 



~|
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:350057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Required folders under CFIDE

2012-02-22 Thread Jay Pandya

Hi Pradeep,
   In your IIS just create virtual directory which points to original 
CFIDE.
http://www.hosting.com/support/cfusion/create-a-cfide-mapping-under-iis6
http://www.neiland.net/blog/article/how-to-create-a-virtual-cfide-directory-mapping-in-apache/

So you can implement in above way then all ajax functionality will 
work smoothly.
   Let me know if you have any doubt over this.

Thank You
Jay Pandya
 I am currently setting up a new server where my CFIDE is compeletely 
 not exposed - it actually runs on a different web server/port.
 
 I would want to copy the folders that are essential from the CFIDE 
 folder to make the AJAX /others cftags to work, can someone please 
 tell me what folders will be required.
 
 I see that scripts folder is required?
 
 Thx  rgds,
 Pradeep Viswanathan R
 
 
 
 DISCLAIMER:
 This e-mail message including any of its attachments is intended 
 solely for the addressee(s) and may contain privileged information. If 
 you are not the addressee or you have received this email message in 
 error, please notify the sender who will remove your details from its 
 database. You are not authorized to read, copy, disseminate, 
 distribute or use this e-mail message or any attachment to it in any 
 manner and must delete the email and destroy any hard copies of it. 
 This e-mail message does not contain financial instructions or 
 commitments of any kind. Any views expressed in this message are those 
 of the individual sender and do not necessarily reflect the views of 
 Emirates NBD PJSC, or any other related subsidiaries, entities or 
 persons. 

~|
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:350062
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Required folders under CFIDE

2012-02-22 Thread IT (Pradeep Viswanathan)

Thanks Jay

Thx  rgds,
Pradeep Viswanathan R 
 

-Original Message-
From: Jay Pandya [mailto:jaypandy...@gmail.com] 
Sent: Thursday, February 23, 2012 9:39 AM
To: cf-talk
Subject: Re: Required folders under CFIDE


Hi Pradeep,
   In your IIS just create virtual directory which points to original 
CFIDE.
http://www.hosting.com/support/cfusion/create-a-cfide-mapping-under-iis6
http://www.neiland.net/blog/article/how-to-create-a-virtual-cfide-directory-mapping-in-apache/

So you can implement in above way then all ajax functionality will 
work smoothly.
   Let me know if you have any doubt over this.

Thank You
Jay Pandya
 I am currently setting up a new server where my CFIDE is compeletely 
 not exposed - it actually runs on a different web server/port.
 
 I would want to copy the folders that are essential from the CFIDE 
 folder to make the AJAX /others cftags to work, can someone please 
 tell me what folders will be required.
 
 I see that scripts folder is required?
 
 Thx  rgds,
 Pradeep Viswanathan R
 
 
 
 DISCLAIMER:
 This e-mail message including any of its attachments is intended 
 solely for the addressee(s) and may contain privileged information. If 
 you are not the addressee or you have received this email message in 
 error, please notify the sender who will remove your details from its 
 database. You are not authorized to read, copy, disseminate, 
 distribute or use this e-mail message or any attachment to it in any 
 manner and must delete the email and destroy any hard copies of it. 
 This e-mail message does not contain financial instructions or 
 commitments of any kind. Any views expressed in this message are those 
 of the individual sender and do not necessarily reflect the views of 
 Emirates NBD PJSC, or any other related subsidiaries, entities or 
 persons. 



~|
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:350063
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Required folders under CFIDE

2012-02-13 Thread Pete Freitag

Pradeep,

There are also some other internal mappings that fall under /CFIDE that you
should be aware of if you are using Flash Forms or cfchart (RDS also has a
mapping under /CFIDE but hopefully you have disabled that on production).

The /CFIDE/scripts/ folder can be moved somewhere else, see:
http://www.petefreitag.com/item/774.cfm if you are not using cfform,
cffileupload, cfmediaplayer then it is probably not needed, though keep
in mind that ColdFusion administrator does use cfform.



--
Pete Freitag - Adobe Community Professional
http://foundeo.com/ - ColdFusion Consulting  Products
http://petefreitag.com/ - My Blog
http://hackmycf.com - Is your ColdFusion Server Secure?




On Wed, Feb 8, 2012 at 10:04 AM, IT (Pradeep Viswanathan) 
prade...@emiratesnbd.com wrote:


 I am currently setting up a new server where my CFIDE is compeletely not
 exposed - it actually runs on a different web server/port.

 I would want to copy the folders that are essential from the CFIDE folder
 to make the AJAX /others cftags to work, can someone please tell me what
 folders will be required.

 I see that scripts folder is required?

 Thx  rgds,
 Pradeep Viswanathan R



 DISCLAIMER:
 This e-mail message including any of its attachments is intended solely
 for the addressee(s) and may contain privileged information. If you are not
 the addressee or you have received this email message in error, please
 notify the sender who will remove your details from its database. You are
 not authorized to read, copy, disseminate, distribute or use this e-mail
 message or any attachment to it in any manner and must delete the email and
 destroy any hard copies of it.
 This e-mail message does not contain financial instructions or commitments
 of any kind. Any views expressed in this message are those of the
 individual sender and do not necessarily reflect the views of Emirates NBD
 PJSC, or any other related subsidiaries, entities or persons.


 

~|
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:349873
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Required folders under CFIDE

2012-02-08 Thread IT (Pradeep Viswanathan)

I am currently setting up a new server where my CFIDE is compeletely not 
exposed - it actually runs on a different web server/port.

I would want to copy the folders that are essential from the CFIDE folder to 
make the AJAX /others cftags to work, can someone please tell me what folders 
will be required.

I see that scripts folder is required?

Thx  rgds,
Pradeep Viswanathan R



DISCLAIMER:
This e-mail message including any of its attachments is intended solely for 
the addressee(s) and may contain privileged information. If you are not the 
addressee or you have received this email message in error, please notify the 
sender who will remove your details from its database. You are not authorized 
to read, copy, disseminate, distribute or use this e-mail message or any 
attachment to it in any manner and must delete the email and destroy any hard 
copies of it. 
This e-mail message does not contain financial instructions or commitments of 
any kind. Any views expressed in this message are those of the individual 
sender and do not necessarily reflect the views of Emirates NBD PJSC, or any 
other related subsidiaries, entities or persons.


~|
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:349821
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Required folders under CFIDE

2012-02-08 Thread Russ Michaels

just remove the administrator,serverManager, and adminapi folders

On Wed, Feb 8, 2012 at 3:04 PM, IT (Pradeep Viswanathan) 
prade...@emiratesnbd.com wrote:


 I am currently setting up a new server where my CFIDE is compeletely not
 exposed - it actually runs on a different web server/port.

 I would want to copy the folders that are essential from the CFIDE folder
 to make the AJAX /others cftags to work, can someone please tell me what
 folders will be required.

 I see that scripts folder is required?

 Thx  rgds,
 Pradeep Viswanathan R



 DISCLAIMER:
 This e-mail message including any of its attachments is intended solely
 for the addressee(s) and may contain privileged information. If you are not
 the addressee or you have received this email message in error, please
 notify the sender who will remove your details from its database. You are
 not authorized to read, copy, disseminate, distribute or use this e-mail
 message or any attachment to it in any manner and must delete the email and
 destroy any hard copies of it.
 This e-mail message does not contain financial instructions or commitments
 of any kind. Any views expressed in this message are those of the
 individual sender and do not necessarily reflect the views of Emirates NBD
 PJSC, or any other related subsidiaries, entities or persons.


 

~|
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:349822
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Required folders under CFIDE

2012-02-08 Thread IT (Pradeep Viswanathan)

Ok just browsed throw the folders, makes sense. Thanks russ

Thx  rgds,
Pradeep Viswanathan R 
Consultant - Group Applications | IT Enterprise Applications - Emirates NBD| 
Tel: +971 4 372 6858 | Mob: +971 55 3378256 


-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Wednesday, February 08, 2012 7:11 PM
To: cf-talk
Subject: Re: Required folders under CFIDE


just remove the administrator,serverManager, and adminapi folders

On Wed, Feb 8, 2012 at 3:04 PM, IT (Pradeep Viswanathan) 
prade...@emiratesnbd.com wrote:


 I am currently setting up a new server where my CFIDE is compeletely not
 exposed - it actually runs on a different web server/port.

 I would want to copy the folders that are essential from the CFIDE folder
 to make the AJAX /others cftags to work, can someone please tell me what
 folders will be required.

 I see that scripts folder is required?

 Thx  rgds,
 Pradeep Viswanathan R



 DISCLAIMER:
 This e-mail message including any of its attachments is intended solely
 for the addressee(s) and may contain privileged information. If you are not
 the addressee or you have received this email message in error, please
 notify the sender who will remove your details from its database. You are
 not authorized to read, copy, disseminate, distribute or use this e-mail
 message or any attachment to it in any manner and must delete the email and
 destroy any hard copies of it.
 This e-mail message does not contain financial instructions or commitments
 of any kind. Any views expressed in this message are those of the
 individual sender and do not necessarily reflect the views of Emirates NBD
 PJSC, or any other related subsidiaries, entities or persons.


 



~|
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:349823
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm