Hi All, I'm new to the ofBiz-community, my name is Ralf Reinecke, and I am really excited by the possibilities of the ofbiz-system (although I don't understand much of it now).
There is one question I would like to ask: at the moment I'm trying to create a first component with http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-custom-components-in-ofbiz/ in a modified version like that: ./ant stop ./ant create-component Component name: mytest Component resource name: mytest Webapp name: mytest Base permission: MYTEST Confirm: Y ./ant load-demo ./ant start The component seems to be created well with this steps, but then, when trying to get access to http://localhost:8080/mytest the login (user: admin pwd: ofbiz) is not successful. Even setting base-permission="NONE" in ofbiz-component.xml (and again stepping through ./ant load-demo ) does not change the unsuccessful login-attempt. Do I need to provide any additional steps to get access to the component? Ralf
