WebCenter Spaces Simplified URL

Jeremy M.

Jeremy M.

Well Known Member
I'm trying to configure Oracle's Web Tier Utilities (Apache HTTP Server) with a Virtual Host setup for WebCenter Spaces. I almost got it except I can't figure out what the DocumentRoot should be. Has anyone else been able to do this? Here is what I have so far in my mod_wl_ohs.conf:

<VirtualHost *:80>
ServerName jdeportal
ServerAlias jdeportal
<Location /webcenter>
SetHandler weblogic-handler
WebLogicHost E1-PORTAL
WebLogicPort 8888
</Location>
DocumentRoot "D:\Oracle\Middleware\user_projects\domains\E1_PORTAL\servers\WLS_Spaces\tmp\_WL_internal\bea_wls_internal\8cr4fs\war"
</VirtualHost>
 
Back
Top