| Summary: | Procedure which setting Security Manager doesn't work on Windows in Security Guide | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | FIlip Bogyai <fbogyai> |
| Component: | Documentation | Assignee: | Tom WELLS <twells> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondrej Lukas <olukas> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | jcacek, jkudrnac, lcarlon, lcosti, nziakova, zroubali |
| Target Milestone: | GA | Keywords: | Documentation, Triaged |
| Target Release: | EAP 6.2.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
Build Name: 14876, Security Guide-6.2-1
Build Date: 27-11-2013 14:15:01
Topic ID: 4779-458781 [Latest]
|
|
| Last Closed: | 2014-06-02 12:49:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1035353 | ||
|
Description
FIlip Bogyai
2013-11-27 16:07:55 UTC
Examples are not correct: 1) remove -Djava.security.debug=access:failure from all examples - it's a property which enables debugging and it's usually not used on production systems. We cover this property in another section of the chapter. 2) Example 6.1. domain.conf - the JBOSS_HOME variable is not available in domain conf (cf. bug #1083474), so full path must be used. 3) Example 6.2. domain.conf.bat - neither $PWD nor $JBOSS_HOME available (and wrong variable expansion used) - full paths should be used 4) Example 6.4. standalone.conf.bat - $PWD not available and wrong variable expansion for JBOSS_HOME - it should be %JBOSS_HOME% Verified on Revision 6.2.2-7 |