Re: Hosting OFBiz on a single server with multiple domain names, without cloning components

2009-09-11 Thread snowc
A possible way to achieve this would be putting apache http server in front of ofbiz. Apache http can then be configured to forward traffic from multiple domains to the single ofbiz instance. neha mehta wrote: Hi, I want to deploy single OFBiz application,hosted on a single application

Re: Hosting OFBiz on a single server with multiple domain names, without cloning components

2009-09-11 Thread Neha . Mehta
Hi Raj, I need to deploy complete complete suite of applications through different domains with single OFBiz instance and on same server. Raj Saini rajsa...@gmail.com 09/11/2009 11:22 AM Please respond to user@ofbiz.apache.org To user@ofbiz.apache.org cc Subject Re: Hosting OFBiz on a

Re: Hosting OFBiz on a single server with multiple domain names, without cloning components

2009-09-11 Thread Neha . Mehta
Hi Chris, Thanx a lot for the help.If i am not bothering you, could you please brief me about this. Thanks Regards, Neha Mehta Software Engineer (A-1-1) Larsen Toubro Infotech Ltd. Cell: +91 97694 72267 Email-id: neha.me...@lntinfotech.com EL-200, TTC Electronic Zone, Shil Mahape Road, Navi

Re: Are svn vendor branches still recommended for keeping ofbiz up to date?

2009-09-11 Thread Jacopo Cappellato
There is also an ant task that sets up the layout of such a custom hot- deploy component, you may want to have a look at it and to its ant targets: ant create-component Jacopo On Sep 10, 2009, at 8:32 PM, snowc wrote: I'm a bit confused with your deployment process. Are your

How call forgotpassword?

2009-09-11 Thread MarioF
Hi all, I have to call the forgotpassword action (the action that send to the user a mail with a new password). I want to do it when a new user is created. So, I have to call this action from the newcustomer.ftl or the CustomerEvent.xml. Anyone can show me an example of this? I think that is

Re: Hosting OFBiz on a single server with multiple domain names, without cloning components

2009-09-11 Thread Raj Saini
Hi Neha, One way is to front your OFBiz with Apache Web server. You can create virtual host in Apache web server and then user AJP Proxy to connect to the OFBiz. It is also possible to use the Virtual hosts in Tomcat and since OFBiz embeds Tomcat, it should be possible as well. I never

Re: Hosting OFBiz on a single server with multiple domain names, without cloning components

2009-09-11 Thread Carsten Schinzer
Guys, I think this discussion goes the wrong way. Since the original requirement is very simple to achieve: I think that multiple DNS zone records (one for each domainname), simply pointing to the same public IP of an OFBiz instance can do the job. As far as I can see all mountpoints are

Re: Cannot open the POS

2009-09-11 Thread ngterry
Hi, I AM SURE MY IBM POS PRINTER IS CONNECTED! The POS printer is connected and the status can be detected by IBM POS Control Centre. Enclosed please find my jpos.xml and pos-container.xml: http://www.nabble.com/file/p25398456/jpos.xml jpos.xml

Re: Cannot open the POS

2009-09-11 Thread Jacques Le Roux
Sorry, I can't see any problems :/ Jacques From: ngterry terence...@gmail.com Hi Jacques, Yes, it is on Windows XP SP3 with IBM UnifiedPOS - a combined package for JavaPOS(TM) and OPOS(TM). All devices are tested using the Examples from IBM. Regards, Terence jacques.le.roux wrote: It's

Re: PayPal button on Ecommerce

2009-09-11 Thread Jacques Le Roux
Hi Vikas, Our messages crossed on the net somewhere :o) On XP FF3.5 I can't see PayPal, Google encroach title bar IE8 I can't see PayPal, Google OK Opera I can't see PayPal, Google OK Chrome I can't see PayPal, Google OK Safari I can't see PayPal, Google OK Did not look on Linux yet Thanks

Re: Customized Internationalization

2009-09-11 Thread Florin Popa
Hello Carsten, Yes, actually we really need to go deeper because these are the requirements :) Thanks a lot for your suggestions, we already had a closer look but it does not see fully to be the way we need it... Meanwhile there are few hits, I consider important to list them here so that you

Re: Hosting OFBiz on a single server with multiple domain names, without cloning components

2009-09-11 Thread James McGill
On Fri, Sep 11, 2009 at 2:32 AM, Raj Saini rajsa...@gmail.com wrote: Hi Neha, One way is to front your OFBiz with Apache Web server. You can create virtual host in Apache web server and then user AJP Proxy to connect to the OFBiz. If it's a single physical server, mod_rewrite + mod_proxy is

Setup Tax

2009-09-11 Thread su2
Hi All, I need to set up a store with different taxes. For State of NY, it should charge taxes based on the county and except NY there should not be any tax charged. Does anybody have any idea how to accomplish this task? I really appreciate your help. Thanks in advance. -- View this

Re: Setup Tax

2009-09-11 Thread Florin Popa
Please search in accounting module how to create a tax authority. Based on this concept you can have different taxes for different geo. regards, Flopa On Fri, Sep 11, 2009 at 10:58 PM, su2 shu...@pexsupply.com wrote: Hi All, I need to set up a store with different taxes. For State of NY,

Re: Difference between Entity in Webtools database table in MySql

2009-09-11 Thread Jacques Le Roux
Anyway passwords are one way encrypted (SHA1), so you will not be able to read them (except with a very powerful system ready to run a long time) Jacques From: su2 shu...@pexsupply.com Hello All, What is the Difference between Entity in Webtools database table in MySql ? Currently I

Re: Setup Tax

2009-09-11 Thread Jacques Le Roux
http://docs.ofbiz.org/display/OFBENDUSER/08+Tax+Authorities http://docs.ofbiz.org/display/OFBTECH/OFBiz%27s+Tax+Authority+Data+Model Jacques From: su2 shu...@pexsupply.com Hi All, I need to set up a store with different taxes. For State of NY, it should charge taxes based on the county and

Re: Webapp mount point internationalization

2009-09-11 Thread Carsten Schinzer
Well, if it is that important: A shop per language But then: Only one single default language is possible for the setup. I'd rather go with different URLs for your shop and mount ecommerce at root. The single defaultlocale issue will remain. Then, next idea, you could engage an apache with

Re: Difference between Entity in Webtools database table in MySql

2009-09-11 Thread Raj Saini
There is a way to get into the system. Encrypt a password using SHA1 and update the current password column of the table with the encrypted password. If needed I would install the separate instance of OFBiz, create admin password something life OFBiz and then copy this password and update the

Re: Difference between Entity in Webtools database table in MySql

2009-09-11 Thread su2
Ok but in what database table? jacques.le.roux wrote: Anyway passwords are one way encrypted (SHA1), so you will not be able to read them (except with a very powerful system ready to run a long time) Jacques From: su2 shu...@pexsupply.com Hello All, What is the Difference

Re: Difference between Entity in Webtools database table in MySql

2009-09-11 Thread BJ Freeman
not stored in DB they are defined in the entities.xml files. su2 sent the following on 9/11/2009 11:53 AM: Hi Abdullah, This makes sense why I was not able find the PartyAndUserLogin. In this case where, in which table all the data of viewentity is stored? Is there any where it is mentioned

Re: Difference between Entity in Webtools database table in MySql

2009-09-11 Thread BJ Freeman
if you read the build.xml you will see code to add a admin login not related to a party. create-admin-user-login su2 sent the following on 9/11/2009 2:15 PM: Ok but in what database table? jacques.le.roux wrote: Anyway passwords are one way encrypted (SHA1), so you will not be able to read

Re: Difference between Entity in Webtools database table in MySql

2009-09-11 Thread BJ Freeman
sorry load-admin-user-login BJ Freeman sent the following on 9/11/2009 3:47 PM: if you read the build.xml you will see code to add a admin login not related to a party. create-admin-user-login su2 sent the following on 9/11/2009 2:15 PM: Ok but in what database table? jacques.le.roux

Re: Webapp mount point internationalization

2009-09-11 Thread Eric DE MAULDE
Thanks Carsten for your work points Eric From: Carsten Schinzer c.schin...@googlemail.com Well, if it is that important: A shop per language But then: Only one single default language is possible for the setup. I'd rather go with different URLs for your shop and mount ecommerce at root. The

https://demo904.ofbiz.org/webtools/control/ArtifactInfo OutOfMemoryError: Java heap space

2009-09-11 Thread BJ Freeman
I click on the artifact URL on webtools HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution threw an exception

Re: https://demo904.ofbiz.org/webtools/control/ArtifactInfo OutOfMemoryError: Java heap space

2009-09-11 Thread Scott Gray
Hi BJ, I don't see any errors of that nature in the logs, what time did it occur and are you sure it was on 9.04? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 12/09/2009, at 1:48 PM, BJ Freeman wrote: I click on the artifact URL on webtools HTTP Status 500 - type Exception

Re: https://demo904.ofbiz.org/webtools/control/ArtifactInfo OutOfMemoryError: Java heap space

2009-09-11 Thread Scott Gray
It doesn't really matter anyway, the ArtifactInfo screen is extremely resource intensive on its first run and the demo server simply doesn't have enough resources available to handle the request. I would suggest that you use your local machine for browsing the artifact information.

Re: https://demo904.ofbiz.org/webtools/control/ArtifactInfo OutOfMemoryError: Java heap space

2009-09-11 Thread BJ Freeman
actually that is what sent me to the demo for verification. it happened on my local and production copies. Scott Gray sent the following on 9/11/2009 7:47 PM: It doesn't really matter anyway, the ArtifactInfo screen is extremely resource intensive on its first run and the demo server simply

Re: https://demo904.ofbiz.org/webtools/control/ArtifactInfo OutOfMemoryError: Java heap space

2009-09-11 Thread Scott Gray
You need a bigger heap size, like I said gathering the artifact info is an expensive operation. It's possible somethings going wrong in there but I'd try increasing your heap first. Regards Scott On 12/09/2009, at 3:24 PM, BJ Freeman wrote: actually that is what sent me to the demo for

Re: https://demo904.ofbiz.org/webtools/control/ArtifactInfo OutOfMemoryError: Java heap space

2009-09-11 Thread Jacques Le Roux
I just tried locally and got this Error running Groovy script at location [component://webtools/webapp/webtools/WEB-INF/actions/artifactinfo/ArtifactInfo.groovy] (Error finding Service with name updatePersonTraining for auto-fields-service in a form widget) Jacques From: Scott Gray

Re: https://demo904.ofbiz.org/ordermgr/control/orderview --- error

2009-09-11 Thread Jacques Le Roux
Hi BJ, Still there, could you open a Jira please ? Thanks Jacques From: BJ Freeman bjf...@free-man.net this doe not show up on the trunk version. BJ Freeman sent the following on 7/25/2009 3:21 AM: go to ordermgr click on demo10090 org.ofbiz.widget.screen.ScreenRenderException: Error

Re: Error in Viewing Returned Items in 9.04 Return Items Screen

2009-09-11 Thread Jacques Le Roux
Hi Sharan, Did you open a Jira ? Thanks Jacques From: Sharan-F sharan.f...@gmail.com Hi I was looking at the Order Returns Process and came across this rather long error message in current online demo for 9.04 version 795462. A link to return I created is as follows: