Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 2008 r2 で Railo が実行されている Windows ユーザー アカウントを見つけるにはどうすればよいですか?
SystemACF と同じように、次のプロパティを使用できると思います。
System
<cfscript> prop = createObject("java", "java.lang.System").getProperties(); WriteDump( var=prop["user.name"], label="User.Name"); WriteDump( var=prop, label="All Properties" ); </cfscript>