I have this code:
<cfdump eval=server>
And it outputs top-level keys for coldfusion
, java
, lucee
, os
, separator
, servlet
. Note that railo
is not listed there.
However if I do this:
<cfdump eval=server.railo>
It then outputs the usual struct one might expect when running a Railo server (as opposed to a Lucee server).
What's up with that?