Hi Prabhakar,
There have no need to re ant build the application after change in xml
files, ant use for changes in java files.
but you have to restart the server after change in some of xml files
like ofbiz-component.xml, build.xml, *UlLable.xml etc.
Thanks and Regards
Jay Jain
HotWax Media Pvt. Ltd.
http://www.hotwaxmedia.com
On 07/11/2012 02:49 PM, Prabhakar Pandey wrote:
Mayank,
Thanks,& supppose we make changes in the file suppose in xml files then do
we need to re ant build the application or we can just view the changes by
refreshing the pages?
On Wed, Jul 11, 2012 at 2:05 PM, Mayank Sheth<[email protected]>wrote:
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