RE: JSP Handler in WebServer
Does someone know how to remove the JSP handler in Apache, I edited the http.conf and restarted both apache and jRun. It does not seem to take effect . Is it mandatory to be done using wsconfig ? -Original Message- From: IT (Pradeep Viswanathan) [mailto:prade...@emiratesnbd.com] Sent: Monday, March 19, 2012 2:55 PM To: cf-talk Subject: RE: JSP Handler in WebServer Thanks Russ that is informative. Guess I am going to take the JSP handler. Thx & rgds, Pradeep Viswanathan R -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Monday, March 19, 2012 2:52 PM To: cf-talk Subject: Re: JSP Handler in WebServer only the wildcard handler works, the regular script maps which point to JRUN_IIS6.dll do not work at all. Try disabling the wildcard handler and see what happens. Why these are even created I do not know, my guess would be left over legacy support for IIS5, but then one has to wonder why the file is called JRUN_IIS6.dll however there are some instances where you need a regular script map as well as a wildcard handler, here is an example. http://www.michaels.me.uk/post.cfm/getting-coldfusion-working-with-helicon-ape On Mon, Mar 19, 2012 at 10:41 AM, IT (Pradeep Viswanathan) < prade...@emiratesnbd.com> wrote: > > Guessing the same - it should be safe but wonder if there is any internal > CF stuff which is dependent on this. > > Thx & rgds, > Pradeep Viswanathan R > > -Original Message- > From: J.J. Merrick [mailto:j...@panos.cc] > Sent: Monday, March 19, 2012 2:40 PM > To: cf-talk > Subject: Re: JSP Handler in WebServer > > > It is doing this because jRun can handle JSPs. If you want that to be > another J2EE to handle JSP pages I think it is safe to change this and > not required by CF. > > -J.J. > > On Mon, Mar 19, 2012 at 1:52 AM, IT (Pradeep Viswanathan) > wrote: > > > > In my web server configuration, i can see JSP's being routed to jRun / > ColdFusion > > > >"AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf" > > > > Is this 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:350483 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: JSP Handler in WebServer
Thanks Russ that is informative. Guess I am going to take the JSP handler. Thx & rgds, Pradeep Viswanathan R -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Monday, March 19, 2012 2:52 PM To: cf-talk Subject: Re: JSP Handler in WebServer only the wildcard handler works, the regular script maps which point to JRUN_IIS6.dll do not work at all. Try disabling the wildcard handler and see what happens. Why these are even created I do not know, my guess would be left over legacy support for IIS5, but then one has to wonder why the file is called JRUN_IIS6.dll however there are some instances where you need a regular script map as well as a wildcard handler, here is an example. http://www.michaels.me.uk/post.cfm/getting-coldfusion-working-with-helicon-ape On Mon, Mar 19, 2012 at 10:41 AM, IT (Pradeep Viswanathan) < prade...@emiratesnbd.com> wrote: > > Guessing the same - it should be safe but wonder if there is any internal > CF stuff which is dependent on this. > > Thx & rgds, > Pradeep Viswanathan R > > -Original Message- > From: J.J. Merrick [mailto:j...@panos.cc] > Sent: Monday, March 19, 2012 2:40 PM > To: cf-talk > Subject: Re: JSP Handler in WebServer > > > It is doing this because jRun can handle JSPs. If you want that to be > another J2EE to handle JSP pages I think it is safe to change this and > not required by CF. > > -J.J. > > On Mon, Mar 19, 2012 at 1:52 AM, IT (Pradeep Viswanathan) > wrote: > > > > In my web server configuration, i can see JSP's being routed to jRun / > ColdFusion > > > >"AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf" > > > > Is this 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:350472 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: JSP Handler in WebServer
Guessing the same - it should be safe but wonder if there is any internal CF stuff which is dependent on this. Thx & rgds, Pradeep Viswanathan R -Original Message- From: J.J. Merrick [mailto:j...@panos.cc] Sent: Monday, March 19, 2012 2:40 PM To: cf-talk Subject: Re: JSP Handler in WebServer It is doing this because jRun can handle JSPs. If you want that to be another J2EE to handle JSP pages I think it is safe to change this and not required by CF. -J.J. On Mon, Mar 19, 2012 at 1:52 AM, IT (Pradeep Viswanathan) wrote: > > In my web server configuration, i can see JSP's being routed to jRun / > ColdFusion > > "AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf" > > Is this 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:350470 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
JSP Handler in WebServer
In my web server configuration, i can see JSP's being routed to jRun / ColdFusion "AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf" Is this 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:350467 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: [OT] Adobe.com / Cisco.com - Same CMS ?
This ended up so simple, LOL :) Thx & rgds, Pradeep Viswanathan R -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Wednesday, March 14, 2012 2:59 PM To: cf-talk Subject: Re: [OT] Adobe.com / Cisco.com - Same CMS ? Ditto. You can roll this yourself too pretty easily. Don't need a full CMS, just a URL rewrite. On Wed, Mar 14, 2012 at 5:47 AM, andy matthews wrote: > > I think it's just that go is a common verb. > > > > andy > > -Original Message- > From: IT (Pradeep Viswanathan) [mailto:prade...@emiratesnbd.com] > Sent: Wednesday, March 14, 2012 5:35 AM > To: cf-talk > Subject: [OT] Adobe.com / Cisco.com - Same CMS ? > > > Just wondering if Adobe and Cisco.com run on same CMS? > > This made me think about it > http://cisco.com/go/ace > http://adobe.com/go/coldfusion > > > 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:350436 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
[OT] Adobe.com / Cisco.com - Same CMS ?
Just wondering if Adobe and Cisco.com run on same CMS? This made me think about it http://cisco.com/go/ace http://adobe.com/go/coldfusion 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:350433 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Blank page with no HTML tags
This does not happen for me... if you can post the code, we can try ? Thx & rgds, Pradeep Viswanathan R -Original Message- From: Chad Baloga [mailto:cbal...@gmail.com] Sent: Tuesday, March 13, 2012 5:32 PM To: cf-talk Subject: Re: Blank page with no HTML tags If I view source, it is empty, but when I choose edit > select all, the cursor appears which may be the space that the requester is picking up? > If you see the view source for the same you would not find anything. > Believe that is how FireBug works. > > Thx & rgds, > Pradeep Viswanathan R ~| 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:350406 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Blank page with no HTML tags
If you see the view source for the same you would not find anything. Believe that is how FireBug works. Thx & rgds, Pradeep Viswanathan R -Original Message- From: Chad Baloga [mailto:cbal...@gmail.com] Sent: Tuesday, March 13, 2012 5:23 PM To: cf-talk Subject: Re: Blank page with no HTML tags Tried all suggestions... still see: In my firebug info when the page is blank ~| 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:350404 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CFQuery to Database
Thanks Russ, Scott@fussionapps has been kind enough to give me a nice code.. The little challenge was that the columns were not fixed and query results are completely dyanmic... Just posting it here for reference INSERT INTO SomeTable ( #qry_data.GetMetaData().GetColumnName(i)# , ) VALUES ( #variables.ColumnType# '#variables.ColumnData#' #variables.ColumnData# NULL , ) Note: small corrections may be required to the code. -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Sunday, March 11, 2012 1:48 PM To: cf-talk Subject: Re: CFQuery to Database if its just a few records then use query of query to get your subset of results and then insert the results into database B if this is a regular occurrence and happens often then then you may want to look at creating a DTS script on your SQL server and scheduling that to do the job. On Sat, Mar 10, 2012 at 10:32 PM, IT (Pradeep Viswanathan) < prade...@emiratesnbd.com> wrote: > > I have couple of records which are filtered from data source x which > is oracle based and require to insert it into datasource y which is MS > SQL server. > > The number of rows, columns is not fixed, however I have the records > in a Query object, what would be the best way to insert get this data > into the other database? > > Thanks in advance. > > > 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:350350 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
CFQuery to Database
I have couple of records which are filtered from data source x which is oracle based and require to insert it into datasource y which is MS SQL server. The number of rows, columns is not fixed, however I have the records in a Query object, what would be the best way to insert get this data into the other database? Thanks in advance. 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:350341 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Blank page with no HTML tags
Try enabling white space management from ColdFusion Administrator. -Original Message- From: Chad Baloga [mailto:cbal...@gmail.com] Sent: Friday, March 09, 2012 9:24 PM To: cf-talk Subject: Blank page with no HTML tags Is there a way a can create a blank page without the browser automatically adding: My page is a page with a bunch of cfheaders and does not return anything, but the requester says he see a carriage return being sent back to him. I created just an empty cfm page with the same result. Any thoughts? ~| 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:350324 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag
I believe you should wrap your data with cfprocessingdirective tag. -Original Message- From: James Dodge [mailto:h...@bananachunks.com] Sent: Monday, March 05, 2012 11:57 PM To: cf-talk Subject: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag Hi all. CM9. CFDocument. PDF. Chinese characters. Ugh. When first migrating from CM7 to CM9, producing a PDF document, via CFDocument, containing Chinese characters, the characters would not show in the PDF (though they showed just fine in HTML or FlashPaper), which seems to be a known issue. From other resources online, about the only thing I could find was the suggestion to remove the Chinese fonts from the server system. I removed the two (4, actually) ttc system fonts from the server. Poof, they show up in the PDF - yay! But this is not the end of the problems. If I wrap any of the Chinese characters with ANY html tag - in this case I want - they don't show in the PDF anymore. I've tried , css/style, setting the characters wanted to a variable and outputting it with tags in the variable and/or surrounded by tags - nothing. Any ideas on how to get this working? Fine: 我們發 29694;你的申請表格有問題,請將其更正並重新提交給我們審核。請在你的 申請表格內作以下更正: Not fine: 我們發現你的申請表格有問題,請將其更正並重新提交給我們審核。請在你的 申請表格內作以下更正: TIA ~| 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:350242 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Arabic / Other languages POI Excel Writing
Our community has already tested it :) http://robertdudley.wordpress.com/2010/05/07/upgrade-java-poi-for-better-excel-support-in-coldfusion-8/ Guess it's going to be safe, will report if I face any issues. Thx & rgds, Pradeep Viswanathan R -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Wednesday, February 29, 2012 8:56 PM To: cf-talk Subject: Re: Arabic / Other languages POI Excel Writing > I used the same source with CF 8 and 9 and it works properly in CF 9. Good to hear! I guess some of the changes between poi v2.5 (CF8) and v3.5 (CF9) must have involved unicode :) > Guess updating few with the new versions will solve the issue. If they are compatible with CF8, yes. (I do not know). Just keep in mind the POI jars are also used by CF8. So there is the possibility updating the jars *might* break other things. -Lei ~| 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:350172 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Arabic / Other languages POI Excel Writing
Leigh, It worked!!! Thanks :D I used the same source with CF 8 and 9 and it works properly in CF 9. Looking into the bin folder, I find few poi*.jar, Guess updating few with the new versions will solve the issue. Please let me know if you have any inputs Thx & rgds, Pradeep Viswanathan R -Original Message- From: IT (Pradeep Viswanathan) Sent: Wednesday, February 29, 2012 1:19 AM To: cf-talk@houseoffusion.com Subject: RE: Arabic / Other languages POI Excel Writing I would not say it is the CFC, rather I would say it's POI or I should Unicode the data before sending it to POI. I am using CF8 , will test it out on different version and get back. Also noticed that this issue also exists if use a cfheader with excel, will post some samples in the morning Data I remember CFdumping it to the screen it was all right. -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Wednesday, February 29, 2012 1:14 AM To: cf-talk Subject: Re: Arabic / Other languages POI Excel Writing Are you sure it is a problem with the cfc? The first thing to check is whether your data is stored properly as unicode. If you output the characters on screen, do they display properly? I have never used cfHSSF, but all three (cfHSSF, POUtitlity and cfspreadsheet) use POI internally. So the behavior should be similar. I imagine the biggest differences would be the version you are using. CF7 includes a much older version of POI than CF9 (2.x vs 3.x). ~| 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:350162 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Arabic / Other languages POI Excel Writing
I would not say it is the CFC, rather I would say it's POI or I should Unicode the data before sending it to POI. I am using CF8 , will test it out on different version and get back. Also noticed that this issue also exists if use a cfheader with excel, will post some samples in the morning Data I remember CFdumping it to the screen it was all right. -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Wednesday, February 29, 2012 1:14 AM To: cf-talk Subject: Re: Arabic / Other languages POI Excel Writing Are you sure it is a problem with the cfc? The first thing to check is whether your data is stored properly as unicode. If you output the characters on screen, do they display properly? I have never used cfHSSF, but all three (cfHSSF, POUtitlity and cfspreadsheet) use POI internally. So the behavior should be similar. I imagine the biggest differences would be the version you are using. CF7 includes a much older version of POI than CF9 (2.x vs 3.x). ~| 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:350140 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
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
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 > >, , then it is probably not > >needed, though > keep > >in mind that ColdFusion administrator does use . > > > > > > > >-- > >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
Arabic / Other languages POI Excel Writing
I have been trying to export data with Arabic characters into excel sheet using POI, but just get junk characters as below.asd "#F' EF #-/ 9ED'! (FC 'D%E'1'* /(J 'DH7FJ H#1:( 'D'3*A3'1 9F 'D(7'BG 'D0G(JG HE' GJ EEJ2'*G' " Google tells me that Arabic is supported by POI and I need to convert the data into Unicode. Any suggestions/examples on this please? Thanks in advance 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:349956 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
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
Required folders under CFIDE
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