M
Matt Baker
Guest
FYI When tcman is used to register a PASOE instance as a windows service it uses a tool provided by Tomcat that allows running a JVM instance as a service. Tool is called procrun. This tools writes the properties into the Windows registray at HKLM/Software/WOW6432Node/Apache Software Foundation/Procrun 2.0/ If you dig through the sub tree nodes using regedit you'll see all the java startup parameter switches, including -D and environment variables are extracted out of the config files by procrun. Doc is here: commons.apache.org/.../procrun.html
Continue reading...
Continue reading...