Hi Prabhakar, Yes you are right. Open command prompt and reach to your ofbiz folder.If you are having java code in your application than run ant command to build java files and than ./startofbiz.sh(in case of unix/linux) or startofbiz.bat(for windows) command to start server and Hit the url- http://localhost:8080/application-mount-point/control/request-uri
for mount-point and request-uri take reference from: https://cwiki.apache.org/OFBIZ/ofbiz-tutorial-a-beginners-development-guide.html#OFBizTutorial-ABeginnersDevelopmentGuide-Part1 Thanks and Regards Mayank Sheth HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com On Wed, Jul 11, 2012 at 11:48 AM, Prabhakar Pandey <[email protected]>wrote: > Hi Evry1, > i have a doubt how do i run a application in ofbiz. > first do i need to run build.xml as ant build and then click on > startofbiz.bat. > am i right? > > Thanks >
