here's what I have in the httpd.conf. The url I used was http://apachemachine.com/r/rbs/RBSWebMgr.
rbs/RBSWebMgr is the application sitting on the weblogic machine. When
the application appears, all the links inside the html page are missing
the /r in it so that they are just http://apachemachine.com/rbs/RBSWebMgr. Do you have any idea?
LoadModule weblogic_module modules/mod_wl_22.so <IfModule mod_weblogic.c> WebLogicCluster machinename:14059 MatchExpression *.* </IfModule> ProxyPass /r http://machinename:14059 ProxyPassReverse /r http://machinename:14059 Connect and share in new ways with Windows Live. Get it now! |