Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/05/2012
Components: Administrator
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Public Beta / 281780
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Win All
Vote Count: 0
I noticed CF Admin incorrectly reads from, and writes to, the CF Class Path section of jvm.config.
Repro:
1) Load JVM page of CF Admin, and add this CF Class Path: C:\ColdFusion10\cfusion\lib\foo
2) Edit jvm.config, and move that path to the 1st position in the CF Class Path list
3) Load JVM page of CF Admin, and see this in the CF Class Path box:
-Dcoldfusion.classPath=C:\ColdFusion10\cfusion\lib\foo
4) Without changing anything on JVM page, just click the "Submit" button
5) Open jvm.config, and see the path was moved to the end of the list, as follows:
-Dcoldfusion.classPath=C:\\ColdFusion10\\cfusion\\lib\\foo
Two bugs:
1) CF Admin's CF Class Path box should never display this text "-Dcoldfusion.classPath="
2) Class Path position is important. If we manually edit jvm.config, and change position of our paths, CF Admin should respect this new positioning and not move our paths to the end of the list
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3130694
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: