Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: None
-
Security Level: Public
-
- Environment:
- Petals Webconsole 2.1-SNAPSHOT, jetty-hightide-7.1.6.v20100715
A check is performed:
if the web application is
directly deployed as a war, because
in directly war deployement it's
impossible to get resource real path.
You must proceed by ServletContext
and get Resource method.
You can also deploy the Webconsole unziped from its war
in order to allow resource real path recovering.