[EMAIL PROTECTED] wrote on 04/07/2005 10:22:59 PM: <snip> > > Deploy Tool Startup: > ================= > * starting under JPDA debugger > * allow jvm options to be passed >
Should we be invoking the deploy tool with the following (taken from GERONIMO-502)? java -Djava.security.manager -Djava.security.policy=var/security/deployer.policy -jar bin/deployer.jar <standard> switches and parameters If so, slightly off topic, it appears that we would then need the izpack installation to substitute the port numbers the user enters in the installer panels into var/security/deployer.policy for ease of installation. Not sure if we need to make changes to izpack (see link below) to support variable substitution in policy files (AFAIK, policy files are supposed to be in UTF8 encoding scheme, so the izpack VariableSubstitutor class may need to be enhanced to have a TYPE_JAVA_POLICY that defaults to UTF8 encoding. http://cvs.berlios.de/cgi-bin/viewcvs.cgi/izpack/izpack-src/src/lib/com/izforge/izpack/util/VariableSubstitutor.java?rev=1.4&content-type=text/vnd.viewcvs-markup If not, why, and should we have a command line switch that turns the security manager on? Thanks, John > Currently the deploy tool accepts some parameters with two leading > minus characters (e.g. --user system). The Tomcat startup scripts > currently have parameters that have a single leading minus character > (e.g. -security). Should the startup script parameters be using the > same prefix (two leading minus characters) as the Java code or > should it be using a different prefix? > > John > This e-mail message and any attachments may contain confidential, proprietary or non-public information. This information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this e-mail, please notify the sender immediately and destroy this e-mail. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this e-mail are those of the author personally.