Versions Compared

Key

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

...

  • First check and adapt the content of the appserver.properties file
    • For instance system/manager are the defaut login/pwd coming with WASCE (and Geronimo). You may need to change them, but there are more important informations, please check
  • From a clean OFBiz installation which runs well on the same machine than where WASCE is installed, at OFBiz root (or Eclipse, or what else) run
    Code Block
    java -jar ofbiz.jar -setup wasce2
    This should deploy OFBiz under your application server (offline or inline depending of appserver.properties file setting for offline parameter) and generate 3 kinds of files

...