Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sync Setup Notes and Example 

Some Hints from:

Search for "pos " there

  • How to run the POS terminal at the same time as an instance of OFBiz on the same machine? It's a real pain shutting down POS and starting OFBiz and vice-versa to make changes!
    • You must launch 2 instances with different port numbers. You need to turn off the BeanShell ports in the ofbiz-containers.xml file. You are able to overide this port on the command line, in which case you will be able to continue to run the BeanShell access on different ports.
    • There is even a better way to do that. Running it in 2 Java instances is fine but just not as efficient because (depending on your JVM) Java won't be able to share resources that are sharable, like jar file in memory and such. You can run both in the same instance. The easiest way to do this is to add the catalina section of ofbiz-containers.xml to the pos-container.xml

...