CREATE NEW COMPONENT IN OFBIZ
- Go to your project folder/ Open your project folder
- Right click on the bottom of the panel where free white space and choose terminal
- Type
sudo ant create-component
- After that command terminal will prompt for some information like:
- Component name: nmm
- Component resource name: Nmm
- Webapp name: nmm
- Base permission: NMM
- Confirm: Y
sudo ant run-install to install new created component
sudo ant run or sudo ant start to run the project
- To see the component you have to visit like http://localhost:8080/nmm