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
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Minor [ 4 ] | |
| Assignee | Olivier Fabre [ ofabre ] | Adrien Ruffie [ aruffie ] |
| Attachment | jetty-error.png [ 10241 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 2.1 [ 10017 ] | |
| Resolution | Fixed [ 1 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

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.