Jim Priest
05/24/2023, 8:05 PMcfsetup>help export
Usage Pattern:
export <category> <jsonfile> [<aliasName>|<cfhome>],export <category1,category2> <jsonfile>
[<aliasName>|<cfhome>],export all <jsonfile> [<aliasName>|<cfhome>]
Description:Command to export settings of category(s) from an instance to a json file.
Example: export runtime runtime.json cfusion
-p, -P=<passphrase> provides passphrase to encrypt sensitive information
pegarm
05/24/2023, 8:05 PMbdw429s
05/25/2023, 9:03 PMAdam Cameron
Adam Cameron
Tim
05/26/2023, 3:17 PMabhalani
05/26/2023, 3:29 PMAdam Cameron
Michael Jackson
05/27/2023, 3:32 AMMark Takata (Adobe)
05/29/2023, 1:44 PMJim Priest
05/30/2023, 2:54 PMseancorfield
Scott Bennett
05/31/2023, 9:05 PMBen Reid
06/01/2023, 3:25 AMdrewnathanson
06/01/2023, 3:21 PMJkMountFile "/Applications/ColdFusion2023/config/wsconfig/1/uriworkermap.properties"
drewnathanson
06/01/2023, 3:22 PMAH00526: Syntax error on line 2 of /Applications/ColdFusion2023/config/wsconfig/1/mod_jk_vhost.conf:
Invalid command 'JkMountFile', perhaps misspelled or defined by a module not included in the server configuration
drewnathanson
06/01/2023, 3:23 PMdrewnathanson
06/01/2023, 3:24 PMMark Takata (Adobe)
06/01/2023, 5:52 PMdougcain
06/01/2023, 6:46 PMgarciadev
06/05/2023, 2:53 PMJim Priest
06/06/2023, 1:05 PMjakobward
06/07/2023, 12:59 AMMark Takata (Adobe)
06/07/2023, 6:11 AMAdam Cameron
// C.cfc
component {
static {
final static.usingLiteral = {
subKey = "value"
}
final static.usingDots.subKey = "value"
}
}
WTF is this gibberish supposed to mean?
Error Occurred While Processing Request
You cannot assign final to the variable prefixed with Struct.
You can have variable declaration of the form s.x only for Scope prefixed variable.
I mean fine... it doesn't like final static.usingDots.subKey = "value"
but:
a) WTF is with that error message text?
b) why is it a problem? There is no reason why it ought not work fine, right?cfvonner
06/08/2023, 5:20 PMpegarm
06/12/2023, 3:03 PMjohnbarrett
06/14/2023, 2:32 AMMark Takata (Adobe)
06/14/2023, 11:15 PMdfgrumpy
06/15/2023, 3:00 AM