multiple domains at the root location

2011-03-15 Thread Hans Bakker
May i have your opinion? We have the requirement to run several different ecommerce domainnames as a root application. I know we had a domain name in the webapp definition in ofbiz-component.xml, but that was removed at a certain point. Any suggestions how to implement this? Perhaps using the

Re: multiple domains at the root location

2011-03-15 Thread Raj Saini
Hi Hans, Best way is to use Apache HTTPd server as proxy and use the mod_jk or mode_ajp_proxy module of Apache to connect to OFBiz server. Thanks, Raj On Tuesday 15 March 2011 11:33 AM, Hans Bakker wrote: May i have your opinion? We have the requirement to run several different ecommerce

Re: multiple domains at the root location

2011-03-15 Thread Hans Bakker
perhaps some extra info, we are using the Amazon ec2 loadbalancer as frontend (decrypting ssl) and pass on directly to the ofbiz system. Raj already suggested to use apache for that, but apache is not there and we would like to do this directly in OFBiz. Regards, Hans On Tue, 2011-03-15 at

Re: multiple domains at the root location

2011-03-15 Thread Raj Saini
Other option could be to define multiple hosts in the ofbiz-container.xml. I am not sure if the current xsd support but this is how you do it in Tomcat. Tomcat supports virtual hosts and what you looking for is virtual hosts at Tomcat level. Raj On Tuesday 15 March 2011 12:05 PM, Hans Bakker

Re: multiple domains at the root location

2011-03-15 Thread Hans Bakker
This function was already in OFbiz but it did not work anymore... fixed in revision 1081692. You can use multiple web-apps with the same mount-point however with different virtual-host host-name specs Regards, Hans On Tue, 2011-03-15 at 13:35 +0700, Hans Bakker wrote: perhaps some extra info,

How to change default messages in OFBiz

2011-03-15 Thread Amitava Neogi
Hi, I have created a doc on “How to change default messages in OFBiz”. Would anyone please suggest any improvement on it? The contents are included in this mail itself. Thanks and Regards, -- *Amitava Neogi, **Sr. Project Leader* Soffront Software Pvt. Ltd. Webel STP-II, Block - DN, Plot-

Re: Users - Sales Tab is missing. How to edit sales tax for astore.

2011-03-15 Thread Jacques Le Roux
Just remove your tax auth setting Jacques From: Shereen sheri_ash...@hotmail.com Jacques Le Roux wrote: Jacques, Thanks for the email. It did work. Now sales tax is not added to the order total. It just shows '0', though i would prefer it not to show at all if the tax amount is '0'. If

Compiler issue with

2011-03-15 Thread Jacques Le Roux
FYI, we crossed an issue with http://svn.apache.org/viewvc/ofbiz/trunk/framework/sql/src/org/ofbiz/sql/Planner.java?view=diffr1=1076852r2=1076853pathrev=1076853 It does not compile with all Java version. So far at least 1.6.0_14 and 1.6.0_17 fail. It's ok with 1.6.0_23 and 1.6.0_24 HTH Jacques

Tutorial in POs

2011-03-15 Thread hisham Abaza
I need help in ofbiz POS i want more information about poshow can i add product to pos screenENG : Hisham AbazaComputer and Systems Engineer

Re: fork advice

2011-03-15 Thread David E Jones
It sounds like what you want to do is not a fork (which implies breaking away from the project and never looking back), but rather a branch and more specifically something along the lines of the vendor branch pattern which is something very common. -David On Mar 14, 2011, at 1:27 AM, chris

Re: Web services - jaxb binding

2011-03-15 Thread Alexander Graf
Okay I got something interesting: http://synodinos.net/2007/08/02/web-services-interoperability-fable-with-java-and-php/ The author Dionysios G. Synodinos says, that An ENVELOPE described with an rpc-literal binding MUST place the part accessor elements for parameters and return value in no

Re: fork advice

2011-03-15 Thread chris snow
Hi David, I was using GitHub's definition of a fork: Before GitHub, *forking* was a subgroup of developers going in a different direction with the codebase — a rift in the community. Today a project can have hundreds of forks, each trying out ideas that may get merged back in to the main project.

certificate in PKCS7 format in Ofbiz

2011-03-15 Thread Info Olagos
Hello, Has anyone already imported a PKCS7 certificate into the java keystore for use with embedded Tomcat Ofbiz? Regards, Heidi -- Olagos bvba http://www.olagos.eu http://www.olagos.eu/ http://www.olagos.com http://www.olagos.be http://www.olagos.nl Olagos team Heesterbos 5 2570 Duffel

Re: fork advice

2011-03-15 Thread David E Jones
Yeah, the GitHub guys decided to somewhat redefine the word, but not totally (ie it's an extension of the fork concept that turns it back into something like a remote branch). A git fork is still a fork, it's just that git has some tools that allow you to use the fork somewhat like a remote

Re: certificate in PKCS7 format in Ofbiz

2011-03-15 Thread Richard Siddall
Info Olagos wrote: Hello, Has anyone already imported a PKCS7 certificate into the java keystore for use with embedded Tomcat Ofbiz? Regards, Heidi I think I had to convert one to PKCS12. IIRC, Java6 lets you use PKCS12 as a key store with key tool. I read that Tomcat can use PKCS12