Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 1.0.0.Alpha5
-
Fix Version/s: glassfish_1.0.0.CR2
-
Component/s: GlassFish Containers
-
Labels:None
-
Forum Reference:
-
Git Pull Request:
Description
The GlassFish Embedded 3.1 Container supports configurationXML in configuration, but this option delegated directly to GlassFish only supports absolute URIs. e.g. file:///home/test/domain.xml
Add some support for non absolute paths:
test/domain.xml -> new File().toURI
A note for Windows users, absolute path there is for instance file:///c:/domain.xml