OMNI 3.0 Portal on Tomcat 7.x.x

Environment Setup Prerequisite In order to deploy OMNI on Tomcat 6.x.x and above, have to do the following steps Create sub-folder shared under CATALINA_HOME folder Create sub-folder lib under CATALINA_HOME\shared folder Create sub-folder Catalina under CATALINA_HOME\conf Open the file catalina.properties under CATALINA_HOME\conf and look for the line shared.loader. Replace that paricular line with shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/\*.jar Its [...]

OMNI 3.0 Portal on TOMCAT 7 with Apache as webserver

Redirect Apache 2.x Request to Tomcat 7.x.x using mod_proxy Module After installing Linux by default make Apache 2.x to run on port 80 and run Tomcat 7.x.x on port 8080 Now go to Apche2 installation folder\Apache2.2\conf folder. Open httpd.conf to Uncomment the following three lines, LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so Look [...]

Follow

Get every new post delivered to your Inbox.