O
OctavioOlguin
Guest
on production PASOE 11.7.5, when you need to change properties values , for example,setting propath, you do: bin\oeprop appserver.agent.propath="........." and if you want to query propath, use the same code, except equal sign and the remainder of line bin\oeprop appserver.agent.propath but if you were about to query the session timeout, you either should know by memory the name of this property, or have the properties file open on an editor. it would be nice to: bin\oeprop appserver.agent to get as response, instead of a null, this agentMaxPort=62202 agentMinPort=62002 agentShutdownProc= agentStartupProc= agentStartupProcParam= agentTableParam=-n 200 collectStatsData=0 flushStatsData=0 infoVersion=9010 keyAlias= keyAliasPasswd= # keyStorePasswd= keyStorePath=.\keys\ lockAllExtLib= lockAllNonThreadSafeExtLib= noSessionCache=0 numInitialSessions=1 PROPATH=${CATALINA_BASE}/openedge,${DLC}/tty,${DLC}/tty/netlib/OpenEdge.Net.pl sessionActivateProc= sessionConnectProc= sessionDeactivateProc= sessionDisconnProc= sessionShutdownProc= sessionStartupProc= sessionStartupProcParam= sessionTimeout=180 sslAlgorithms= sslEnable=0 usingThreadSafeExtLib= uuid= workDir=${CATALINA_BASE}/work don't you think?
Continue reading...
Continue reading...