Re: Configuring logging in ColdFusion 10
No idea then, sorry mate. I truly suspect control of this sort of thing is not something that is exposed to the user. -- Adam
View ArticleRe: Configuring logging in ColdFusion 10
Help appreciated Adam, it was worth a try. Adobe - can you tell me why I cannot control my own log files?
View ArticleRe: Site Documentation
Adam, A CMS would probably do what I need....Any CMS suggestions? Are wiki's typical for this? Would you choose a wiki or CMS?
View ArticleRe: Site Documentation
Depends on your requirements. I think you can probably research the pros and cons of each, although they can perhaps be summarised by thinking that a CMS would have its content maintained by a subset...
View ArticleRe: Site Documentation
As far as ColdFusion goes-- there's CodexWiki by Luis Majano, but it's not really maintained in it's old state any longer (more about that in a sec). There's also Canvas Wiki by Ray Camden, but I've...
View ArticleHow to restart ColdFusion 10 programatically
Hi, Does anyone have the code (CFSCRIPT/CFML) to restart a CF10 instance? The code that worked for us in CF 7 and 8 no longer works on v10. Regards,Mark
View ArticleRe: How to restart ColdFusion 10 programatically
Hello Mark, Thank you for your post. Can you share the code, that previously worked. Regards,Anit Kumar
View ArticleRe: How to restart ColdFusion 10 programatically
Sure, it was: <cfscript> oJRun = CreateObject("java", "jrunx.kernel.JRun"); oJRun.restart(oJRun.getServerName()); </cfscript> CF10 now says the class jrun.kernel does not exist -...
View ArticleRe: How to restart ColdFusion 10 programatically
It shouldn't come as a surprise that that JRun-specific code doesn't work on Tomcat ;-) I dunno the answer to your question, but googling "restart tomcat programmatically" sure comes up with a lot of...
View ArticleRe: How to restart ColdFusion 10 programatically
No surprise that it does not work, I just wondered if there was an equivalent.
View ArticleRe: How to restart ColdFusion 10 programatically
As I kinda suggested: wonder-not; just google instead. It took me about 1min to find what seemed to be a reasonable answer. However I'm not in a position to test it for you, so I shan't post it saying...
View ArticleRe: Configuring logging in ColdFusion 10
A solution to the "org.xml.sax.SAXParseException; Premature end of file" exception is related to XML files, and in this case the non-existence of an XML file. Our jurassic legacy code has a series of...
View ArticleRe: Configuring logging in ColdFusion 10
Interesting. So it was your own code that was causing the log entries to be added to the log? How are you attempting to load the files? In my experience, CF is pretty bloody good at raising an explicit...
View ArticleRe: How to restart ColdFusion 10 programatically
Already looked on Google and did not find a CF way of doing it. That's what I'm after.
View ArticleRe: How to restart ColdFusion 10 programatically
There won't be a "CF way", because CF is an app, and completely unaware of what servlet container it is being run by. However each given servlet container is going to have a completely different API,...
View ArticleRe: How to restart ColdFusion 10 programatically
When I say CF way, I mean any way using a CFM template. The older Jrun method that I cited is a "CF way", since the Java method is called from within a CFSCRIPT tag. I know the underlying code is Java,...
View ArticleRe: Configuring logging in ColdFusion 10
Not my code personally, I have inherited an ancient system from 2005 all coded as Java classes. One bit of code loads the XML file and calls an init() method to process it. There are XML files for...
View ArticleCF10 RDS enable
It seems the Security section of my CF10 Administrator is missing a number of options. I have users enabled, but I can no longer find where to manage them. I'd also like to enable RDS for some...
View ArticleRe: CF10 RDS enable
Hello, Thank you for your post. Please try the following:- Navigate to web.xml at cf_root\WEB-INF.Search for the below code and uncomment it. <servlet id="coldfusion_servlet_8789">...
View ArticleCF Builder
Hi to all. Going to be out of internet service for 10 days and I still need to code. I have installed CF development server on my desktop and I have SQL server Express for the database. Now what do I...
View Article