Code Comments
Programming Forum and web based access to our favorite programming groups.Hello to All, First of all thanks to you all for previous help n guide. Now i have installed Ofbiz properly in my PC. But still i am not getting the meaning of this statement that "*Start OFBiz with embedded Tomcat* " which is written in http://docs.ofbiz.org/display/OFBAD...est+Setup+Guide link. While it running so nicely. Because in my PC Tomcat 6 is already install, so is it required ? Q 1>I want to know that how OFBiz is related to Tomcat. Q 2>Like Tomcat, in OfBiz also i need to restart Ofbiz server again n again after each changes in application. Q 3>When i run ant file , it takes along time to BUILD all components(application) so is there any way to make short of this time period. Q 4>Also please guide me that how can i integrate OFBiz with *Eclipse*because currently i am using another java editor for the development. Please help me out for the above queries. Thanks in Advance with warm regards Mayank Upadhyay
Post Follow-up to this messageFrom: "Mayank Upadhyay" <mmaayyaannkk@gmail.com> > Q 4>Also please guide me that how can i integrate OFBiz with > *Eclipse*because currently i am using another java editor for the > development. Search Eclipse in Wiki http://docs.ofbiz.org/dashboard.action Jacques
Post Follow-up to this messageIn tomcat you need not to restart the Mayank, Comments Inline :- On Thu, Jun 12, 2008 at 7:24 AM, Mayank Upadhyay <mmaayyaannkk@gmail.com> wrote: > Hello to All, > > First of all thanks to you all for previous help n guide. Now i have > installed Ofbiz properly in my PC. No problem buddy we are here to help you :-). And its really great that you are able to run ofbiz on your machine now. > But still i am not getting the meaning of this statement that "*Start > OFBiz > with embedded Tomcat* " which is written in > http://docs.ofbiz.org/display/OFBAD...est+Setup+Guide link. > While > it running so nicely. > Because in my PC Tomcat 6 is already install, so is it required ? > Q 1>I want to know that how OFBiz is related to Tomcat. See ofbiz comes with Inbuild Tomcat, so you need not to have external tomcat on your machine. You can safely remove the tomcat installed on your machine or if you would like to keep the external tomcat instance on your machine then change the port settings for tomcat either in Ofbiz (ofbiz-containers.xml) or on externally installed instance on your machine. Inbuild tomcat (that comes with Ofbiz) listen on port 8080 (For http request) & 8443 (For https request). > > Q 2>Like Tomcat, in OfBiz also i need to restart Ofbiz server again n > again > after each changes in application. While considering the case of External Tomcat you need not to restart the server.You can redeploy the application from the Tomcat Mangement console.But you restart the server while doing some changes in Property files ,configuration files etc. In case of Ofbiz you need to restart the server when you do changes in service definition (services.xml) ,java files (run ant before running server) , property files and some configuration files. Most of the files from Screen/Form Widget(For UI preparation) , Beanshell , Groovy (For Data Preparation) and Services written in Mini Lang (Decides what to do with data) gives result without restarting the server. > > Q 3>When i run ant file , it takes along time to BUILD all > components(application) so is there any way to make short of this time > period. I am sure you are using Windows Box. BTW what is the configuration of your machine ? > > Q 4>Also please guide me that how can i integrate OFBiz with > *Eclipse*because currently i am using another java editor for the > development. Jacques has provided you the answer for this so I am safe on this I think. > > > Please help me out for the above queries. > Thanks in Advance > > with warm regards > Mayank Upadhyay >
Post Follow-up to this messageDear Ashish Sir, I am not getting abt Window box that what is Window Box ? i am just doing that first I run "run-install" command for ant file in Ofbiz from console of Window where it Build all and then i run Ofbiz bat file.And finally through browser i start to access Ofbiz (According to OFbiz setup guide and link).But yesterday i found some problem for the same and the Page was not opening.So please. guide me a proper process to start and access the Ofbiz. Here my is my PC configuration as you required O/S:- Window XP / Window 2003 Server Processor:-1.8 ghz Celeron RAM::-256 MBDDR JDK1.6 install And regarding Tomcat there i do update web.xml to reload my application else i do start and stop Tomcat for changes So is it the same process in Ofbiz.? Please help me for the above Thanks in Advance with warm regards Mayank Upadhyay On 6/12/08, Ashish Vijaywargiya <vijaywargiya.ashish@gmail.com> wrote: > > In tomcat you need not to restart the Mayank, > > Comments Inline :- > > On Thu, Jun 12, 2008 at 7:24 AM, Mayank Upadhyay <mmaayyaannkk@gmail.com> > wrote: > > > > No problem buddy we are here to help you :-). > And its really great that you are able to run ofbiz on your machine now. > > > > > See ofbiz comes with Inbuild Tomcat, so you need not to have external > tomcat > on your machine. > You can safely remove the tomcat installed on your machine or if you would > like to keep the external tomcat instance on your machine then > change the port settings for tomcat either in Ofbiz (ofbiz-containers.xml) > or on externally installed instance on your machine. > > Inbuild tomcat (that comes with Ofbiz) listen on port 8080 (For http > request) & 8443 (For https request). > > > > > While considering the case of External Tomcat you need not to restart the > server.You can redeploy the application from the Tomcat Mangement > console.But you restart the server while doing some changes in Property > files ,configuration files etc. > > In case of Ofbiz you need to restart the server when you do changes in > service definition (services.xml) ,java files (run ant before running > server) , property files and some configuration files. Most of the files > from Screen/Form Widget(For UI preparation) , Beanshell , Groovy (For Data > Preparation) and Services written in Mini Lang (Decides what to do with > data) gives result without restarting the server. > > > > > > I am sure you are using Windows Box. > BTW what is the configuration of your machine ? > > > > > Jacques has provided you the answer for this so I am safe on this I think. > > >
Post Follow-up to this messageMayank, Comments Inline :- On Fri, Jun 13, 2008 at 1:17 AM, Mayank Upadhyay <mmaayyaannkk@gmail.com> wrote: > Dear Ashish Sir, I will feel good if you will call me only by my name "Ashish". > > > I am not getting abt Window box that what is Window Box ? Window box stands for Windows machine.(It can be either Windows XP ,Professional,Vista or 2003 Server ) > i am > just doing that first I run "run-install" command for ant file in Ofbiz > from > console of Window where it Build all and then i run Ofbiz bat file. You may need to trace out the log.May be something wrong is going on at your end. You can send all the log message to a text file by (java -jar ofbiz.jar > /home/username/Ofbiz_Log.txt) > And > finally through browser i start to access Ofbiz (According to OFbiz setup > guide and link).But yesterday i found some problem for the same and the > Page > was not opening. Please post the log message. So that we can see the exact information about the error coming at your end. > So please. > guide me a proper process to start and access the Ofbiz. After taking Ofbiz from repository you only need to run the following steps :- ant clean-all ant ant run-install java -jar ofbiz.jar When tomcat gets started on your machine you can try following URL on your browser :- http://localhost:8080/partymgr/control/main > > Here my is my PC configuration as you required > O/S:- Window XP / Window 2003 Server > Processor:-1.8 ghz Celeron > RAM::-256 MBDDR > JDK1.6 install > You system configuration is the problem man. A good system configuration is required while doing development in Ofbiz. Following details can be considered as good configuration. Processor :- P4 with 3 Ghz. RAM :- 1 GB DDR JDK :- 1.5 (Support of Jdk1.6 is not officially anounced so for now please try 1.5) It takes 30 seconds to compile i.e ant and 1 minutes 45 seconds to complete ant run-install on my Laptop. > > And regarding Tomcat there i do update web.xml to reload my application > else i do start and stop Tomcat for changes So is it the same process in > Ofbiz.? In ${ofbiz_Home} there are two files startofbiz.bat and stopofbiz.bat. This two files can be used to start and stop the server. Mayank, please spend some good time in reading the documents and contents present in other links on Ofbiz home site (http://ofbiz.apache.org/). -- Ashish > > Please help me for the above > Thanks in Advance > with warm regards > Mayank Upadhyay > > > > > > On 6/12/08, Ashish Vijaywargiya <vijaywargiya.ashish@gmail.com> wrote: > would > (ofbiz-containers.xml) > Data > think. >
Post Follow-up to this messageReply-To: user@ofbiz.apache.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213346496 26189 80.91.229.12 (13 Jun 2008 08:41:36 G MT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 08:41:36 +0000 (UTC) To: <user@ofbiz.apache.org> Original-X-From: user-return-13732-gcjou-users=gmane.org@ofbiz.apache.org Fr i Jun 13 10:42:19 2008 Return-path: <user-return-13732-gcjou-users=gmane.org@ofbiz.apache.org> Envelope-to: gcjou-users@gmane.org Original-Received: from hermes.apache.org ([140.211.11.2] helo=mail.apache.o rg) by lo.gmane.org with smtp (Exim 4.50) id 1K74rM-0005Ii-4d for gcjou-users@gmane.org; Fri, 13 Jun 2008 10:42:12 +0200 Original-Received: (qmail 94253 invoked by uid 500); 13 Jun 2008 08:41:22 -0 000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: <mailto:user-help@ofbiz.apache.org> List-Unsubscribe: <mailto:user-unsubscribe@ofbiz.apache.org> List-Post: <mailto:user@ofbiz.apache.org> List-Id: <user.ofbiz.apache.org> Delivered-To: mailing list user@ofbiz.apache.org Original-Received: (qmail 94242 invoked by uid 99); 13 Jun 2008 08:41:22 -00 00 Original-Received: from athena.apache.org (HELO athena.apache.org) (140.211. 11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2008 01:41:22 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Original-Received: from [84.96.92.121] (HELO neuf-infra-smtp-out-sp604006av. neufgp.fr) (84.96.92.121) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2008 08:40:30 +0000 Original-Received: from neuf-infra-smtp-out-sp604012av.neufgp.fr ([10.110.56 .125]) by neuf-infra-smtp-out-sp604006av.neufgp.fr with neuf telecom id dFuP1Z0012i69Vm06LgXR8; Fri, 13 Jun 2008 10:40:31 +0200 Original-Received: from Dimension5000 ([84.99.150.216]) by neuf-infra-smtp-out-sp604012av.neufgp.fr with neuf telecom id dLgT1Z0064gNqhQ0CLgUpz; Fri, 13 Jun 2008 10:40:28 +0200 Original-Reply-To: "Jacques Le Roux" <jacques.le.roux@les7arts.com> X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Virus-Checked: Checked by ClamAV on apache.org Xref: news.gmane.org gmane.comp.java.ofbiz.user:19883 Archived-At: <http://permalink.gmane.org/gmane.co...fbiz.user/19883> From: "Ashish Vijaywargiya" <vijaywargiya.ashish@gmail.com> > > You system configuration is the problem man. > A good system configuration is required while doing development in Ofbiz. > Following details can be considered as good configuration. > > Processor :- P4 with 3 Ghz. > RAM :- 1 GB DDR > JDK :- 1.5 (Support of Jdk1.6 is not officially anounced so for now please > try 1.5) > > It takes 30 seconds to compile i.e ant and 1 minutes 45 seconds to complet e > ant run-install on my Laptop. > Ashish At least you must have 384MB and 500Mhz. Tough this is for Linux, I doubt it 's possible with Windows. For instance you may try http://docs.ofbiz.org/display/OFBIZ...> s-Release4.0 Jacques
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.