Re: ColdFusion 10, IIS 7.5, and custom 404 page
I tried that, but that didn't fix it. The custom 404 works fine, it's just the redirect that's not returning what I expect.
View ArticleGetting 503 error for Apache + Coldfusion on Linux
Hi Guys, I am new to coldfusion and facing issue with the websites. Frequently I am encountering 503 errors for my websites sites. Apache error_log shows below errors at the time of 503 errors: [Thu...
View ArticleRe: When configuring a datasource for Oracle using the thin client, I get an...
Hi, Check this : https://forums.oracle.com/thread/863043 ThanksVJ
View ArticleRe: ColdFusion 10, IIS 7.5, and custom 404 page
Hi For 404.cfm to display when access a non -exisiting .cfm and .html, you need to place the 404.cfm in both ColdFusion webroot (wwwroot) and your website's webroot. Your web.config should look like...
View ArticleRe: When configuring a datasource for Oracle using the thin client, I get an...
Thank you VJ, however that didn't provide any help. There are no pointers at all within that post. Please keep in mind that I don't believe this to be an Oracle issue. The Oracle client is...
View ArticleCF_TwoSelectsRelated Default Value
How do I have a default value pre-selected using cf_twoselectsrelated? I'm using the default fields, but nothing is selected when the page loads. Thanks for any guidance.
View ArticleRe: ColdFusion 10, IIS 7.5, and custom 404 page
Hi. That doesn't solve my issue. The CGI.Querystring is still returning 404;http://my.dev.server.com:80/jakarta/isapi_redirect.dll
View ArticleRe: CF_TwoSelectsRelated Default Value
Are you are using <CFIF Attributes.Field1 is " ">? If yes, then remove it ThanksVJ
View ArticleRe: ColdFusion 10, IIS 7.5, and custom 404 page
Just for testing purpose, can you add a new site in IIS. Configure connector with that website using wsconfig and place the 404.cfm in this website's root. Add jakarta as virtual directory under this...
View ArticleCfpsreadsheet read strangeness
I have a spreadsheet that I update and process.It has numbers on the top row that I use for an index.I was asked to remove the number row as it is causing problems when people don't renumber the top...
View ArticleRe: session varibles not working
Sorry, they were working, I was just going to a different base URL which invalidated them. i.e. my url was http://server_name/app_name/dir/page.cfm and i was going to...
View ArticleRe: ColdFusion 9 Web Server Configuration Tool problem
I'm using Solaris 10 SPARC, iPlanet 7.0.15, and I'm not going to use Apache!Note: I made a slight modification to the LD_LIBRARY_PATH_64 reference in the startup script for iPlanet.You have to do this...
View ArticleRe: Getting 503 error for Apache + Coldfusion on Linux
Hi Kalyan, Thank you for posting your query. Could you please give us some more information about the CF version, Apache version and Linux. Thanks,Priyank
View ArticleRe: Getting 503 error for Apache + Coldfusion on Linux
Hi Priyank, Thanks for your quick reply. Coldfusion Version is 9Apache Version is : Apache/2.2.3OS: CentOS release 5.7 (Final) - 32Bit Thanks & RegardsKalyan Pasupuleti
View ArticleRe: Installing CF10 get error have to install Microsoft Visual C++...
Im having exactly the same problem on windows 2003 32 bit server the installer started by saying there wasnt enough disk space to run firstly, weird as the drive had 14gb free, so ichose the same...
View Articlecf9 won't start after installing JRE 7 update 25
C:\ColdFusion9\bin>cfstart.batC:\ColdFusion9\runtime\jre\lib\rt.jar: error reading zip fileError occurred during initialization of VMjava/lang/NoClassDefFoundError: sun/reflect/UnsafeFieldAccessorImpl
View ArticleSession is not ending with StructClear function
Normally, if we wanna clear a session we are doing it with StructClear function. But I can see that it is not actually ending a user's session because the same CFID and CFTOKEN values are existing...
View ArticleRe: Session is not ending with StructClear function
OK, there are three things to consider here, all of which are separate - interrelated - concepts SessionA session is a representation (for lack of a better word) on the ColdFusion server which reflects...
View ArticleRe: cf9 won't start after installing JRE 7 update 25
Take a backup of jvm.config and set the new path of java.home in it VJ
View Article