Apache + Custom Tomcat + OFBiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Apache + Custom Tomcat + OFBiz

Mr.Zombie
Hello you all! I need a quick pointer, as it is not all THAT clear to me.

I have an Apache2 server running, with a custom Tomcat server running on port 8080 at the same time.

I'd like to mount OFBiz at "ofbiz.domain.com". To do so, I understand I have to configure a virtual host, pointing to my tomcat server using an ajp:// directive.

Now, the part I'm missing: To mount OFBiz in an existing Tomcat installation, do I just have to dump the whole folder within the $TOMCAT_HOME/webapps subdirectory?

I need some pointers. I don't mind using the demo data set, I'm going to use a fresh install later on anyway.

Thank you!

Olivier
Reply | Threaded
Open this post in threaded view
|

Re: Apache + Custom Tomcat + OFBiz

james_sg
You may want to look at this http://n4.nabble.com/Running-OFBiz-in-Tomcat-without-embedded-container-td143522.html#a143539

Mr.Zombie wrote
Hello you all! I need a quick pointer, as it is not all THAT clear to me.

I have an Apache2 server running, with a custom Tomcat server running on port 8080 at the same time.

I'd like to mount OFBiz at "ofbiz.domain.com". To do so, I understand I have to configure a virtual host, pointing to my tomcat server using an ajp:// directive.

Now, the part I'm missing: To mount OFBiz in an existing Tomcat installation, do I just have to dump the whole folder within the $TOMCAT_HOME/webapps subdirectory?

I need some pointers. I don't mind using the demo data set, I'm going to use a fresh install later on anyway.

Thank you!

Olivier