Ticket #66 (closed Enhancement: fixed)
The URL to start the webclient should be simple
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.1 |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.2 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | Runtime |
Module: |
Description
e.g. just
instead of
Change History
comment:2 Changed 13 years ago by Jörg Richter
- Status changed from accepted to closed
- Resolution set to fixed
Core / Webclient: simplify start URL (#66)
New webclient start URL:
localhost:8080
Alternatively:
http://localhost:8080
http://localhost:8080/
http://localhost:8080/index.html
The old one does NOT work anymore:
You must reset your DB!
Core enhancement:
Plugin authors can specify a custom URI namespace where the plugin's web resources are mapped to (by default the framework uses the bundle's symbolic name as the namespace). For that purpose a new webResourcesNamespace property is introduced. See the webclient's plugin.properties as an example:
https://github.com/jri/deepamehta/blob/master/deepamehta-webclient/src/main/resources/plugin.properties
Close ticket 66.