Peter Donald wrote:
wrapper.conf was attached to the mail I send when I got it back from the list. ÂNot sure what happened to the second file, DaemonLauncher.javaCould you give this version a try and see how you like it.as soon as yer send it - will do.
If they don't go this time, I'll send them to you directly. :-/
Cheers,
Leif
#******************************************************************** # Wrapper parameters #******************************************************************** # Java Application wrapper.java.command=java
# Java Main class wrapper.java.mainclass=org.apache.avalon.phoenix.launcher.DaemonLauncher # Java Classpath (include wrapper.jar) Add class path elements as wrapper.java.classpath.1=phoenix-loader.jar wrapper.java.classpath.2=wrapper.jar # Java Library Path (location of wrapper.lib) wrapper.java.library.path=./ # Java Additional Parameters wrapper.java.additional.1=-Djava.ext.dirs=..\lib wrapper.java.additional.2=-Dphoenix.home=.. wrapper.java.additional.3=-Djava.security.policy=jar:file:../bin/wrapper-loader.jar!/META-INF/java.policy wrapper.java.additional.4=-Djava.security.manager # Initial Java Heap Size (in MB) wrapper.java.initmemory=16 # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=64 # Application parameters. Add parameters as needed starting from 1 #wrapper.app.parameter.1= # Port which the native wrapper code will attempt to connect to wrapper.port=15012 # Log file to use for wrapper output logging. wrapper.logfile=wrapper.log # Number of seconds to allow for the JVM to be launched and contact the wrapper before the # wrapper should assume that the JVM is hung and terminate the JVM process. 0 means never # time out. Defaults to 30 seconds. wrapper.startup.timeout=30 # Number of seconds to allow between the wrapper pinging the JVM and the # response. 0 means never time out. Defaults to 30 seconds. wrapper.ping.timeout=30 # The Wrapper detects when an application calls System.exit() and treats this as a request # to stop the server by default. #wrapper.disable_shutdown_hook=TRUE # Show debug messages #wrapper.debug=TRUE #******************************************************************** # Wrapper Unix daemon parameters #******************************************************************** # File to write process ID to wrapper.pidfile=var/run/phoenix.pid #******************************************************************** # Wrapper NT Service parameters #******************************************************************** # WARNING - Do not modify any of these parameters when an application # using this configuration file has been installed as a service. # Please uninstall the service before modifing this section. The # service can then be reinstalled. # Name of the service wrapper.ntservice.name=Phoenix # Display name of the service wrapper.ntservice.displayname=Phoenix Application Server # Service dependencies. Add dependencies as needed starting from 1 wrapper.ntservice.dependency.1= # Mode in which the service is installed. AUTO_START or DEMAND_START wrapper.ntservice.starttype=AUTO_START
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>