I try to create a new plugin in ofbiz
<request-map uri="main"><security https="true" auth="false"/><response
name="success" type="view" value="main"/></request-map>
<!-- View Mappings -->
<view-map name="main" type="screen" page="component://xxx/widget
/xxxScreens.xml#main"/>
in ofbiz-componenent.xml:
<webapp name="xxx"
title="xxx"
server="default-server"
location="webapp/xxx"
base-permission="OFBTOOLS,XXX"
mount-point="/xxx"/
When I try to call the plugins controller:
https://localhost:8443/xxx/control/main
nothing happens: - empty page (no html structure) - no error msg, no log entry at all (not in ofbiz.log or error.log)
How can I find out what is going wrong? How can I get any (further) information?