|
I am using ofbiz-rel9.04-current.zip. This is a new install is on CentOS running as a non-root user. Web services are direct from OFBiz, so no other front end web server.
I've searched quite a bit but found little on this subject. Since I wasn't sure how to proceed, I configured against a separate instance of Tomcat 6.0.16 and added JSVC. Once Tomcat looked good, I copied JSVC and supporting files to ofbiz home and changed port settings to 80|443.
OFBiz/JSVC starts and seems to function just fine, but I'd like guidance on the proper way to start and stop the application with JSVC as I'm not sure the method used is correct. I'll be happy to study docs related to OFBiz with JSVC if anyone can direct me to the links.
I then copied jsvc, tools.jar, and commons-daemon.jar to ofbiz home. Ports were changed to 80|443 in ./framework/webapp/config/url.properties, ./framework/base/config/ofbiz-containers.xml, and ./framework/service/config/serviceengine.xml.
startofbiz.sh was changed to:
./jsvc -pidfile ofbiz.pid -user someNonRootUser -debug -cp tools.jar:commons-daemon.jar:ofbiz.jar org.ofbiz.base.start.Start
If there is no documentation on this subject now, I'll be happy to add/submit the steps to the wiki once successfully implemented.
Cheers
David
|