Hi Simon,
The 503 can come from the mod_cfml Tomcat connector, though not sure off course.
To test this, set loggingEnabled=“true” in the tomcat valve config. Then, after getting a 503, check the {railo-tomcat}/logs/catalina.out log file for messages starting with "[mod_cfml] ".
Also, but it’s currently in beta, you can install the latest version of the Tomcat valve: https://github.com/paulklinkenberg/mod_cfml/blob/develop/java/mod_cfml-valve_v1.0.31.jar?raw=true https://github.com/paulklinkenberg/mod_cfml/blob/develop/java/mod_cfml-valve_v1.0.31.jar?raw=true
If you replace it with your current mod_cfml-valve.jar in {railo-tomcat}/lib/, and then restart Tomcat, you will have 2 benefits:
- 503 errors coming from the valve will display on-screen
- 5 x faster load time for new context, preventing errors with your waitForContext setting
Last, I would suggest to set timeBetweenContexts=“1000”: it has no real-world advantage to only create one host per 30 seconds, especially when the creation only takes about 0.5 seconds 
All in all, while using the new valve:
Kind regards,
Paul KlinkenbergOp 25 mei 2015, om 01:26 heeft Simon Goldschmidt <@Simon_Goldschmidt> het volgende geschreven:
The server.xml is as is was installed, but with a MaxThreads=“1000” on the AJP connector.
The mod_cfml section reads:
I haven’t restarted IIS and tested the result - I can schedule a restart, but it may result in a period of down time.
Simon
On Saturday, 23 May 2015 23:15:38 UTC+10, Bilal wrote:
Simon,
Can you share the tomcat server.xml, especially the mod_cfml valve section.
–
You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com mailto:lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/02631147-2709-459a-adb2-b1e4ab718b1e%40googlegroups.com https://groups.google.com/d/msgid/lucee/02631147-2709-459a-adb2-b1e4ab718b1e%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.