Bug 1041417
Summary: | Standalone.bat improvements | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Shaun Appleton <sappleto> | ||||
Component: | Scripts and Commands | Assignee: | jboss-set | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 6.2.0 | CC: | fnasser, jason.greene, jperkins, lakagwu, pgier | ||||
Target Milestone: | DR12 | ||||||
Target Release: | EAP 6.4.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | https://c.na7.visual.force.com/apex/Case_View?id=500A000000Ga5KMIAZ | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | Type: | Bug | |||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Shaun Appleton
2013-12-12 16:03:14 UTC
Created attachment 835905 [details]
suggested new standalone.bat
domain.bat will also need modifying The attached standalone.bat also includes Variabilisation of the java command. This makes the script more configurable. There is a variable "JVM_NAME" (with value java by default): if "%JVM_NAME%"=="" set JVM_NAME=java.exe and then use this variable when you set the JAVA command set JAVA=%JVM_NAME% set "JAVA=%JAVA_HOME%\bin\%JVM_NAME%" PR 1911 was closed Verified on EAP 6.4.0.DR12, batch scripts no longer turns the arguments into files. PR brings regressions in domain.bat which will be covered as part of BZ1091198. |