I keep seeing requests for this page on my app, is this a page i should be implementing in order to gauge the server status?
Type: Posts; User: andy_hollywood; Keyword(s):
I keep seeing requests for this page on my app, is this a page i should be implementing in order to gauge the server status?
ok, so i get that bit, looks sensible, the question was more specificially how do i use the cloud foundry UI to enter multiline additions to the http.conf file?
Morning, I got my app deployed and the relevant SSL keys all working, nice job. just wondering how I would go about forcing all http connections to go to https.
I can see the apache directives...
I"m writing an app that needs/uses Comet, having read the basic tomcat tutorials and various other things i need to add this to my server.xml
<Connector connectionTimeout="20000" port="8080"...
Ignore me, I found it, for all my wandering around the deployment screens i seemed to have missed the
Extra MySQL Configuration
That appears in capitals.... :rolleyes:
Morning Guys, I'm using the CF to deploy a Java Web based app, there is a requirement to store uploaded files in the DB as a BLOB, which is fine, however, the limit on an insert of BLOB data is to...