Webgate issue
Configured webgate on OHS 12c .its working fine but not able to view application css /images. Configured mod_wl_ohs.conf file for context root
When the webgate configuration removed then able to view css/images.
In mod_wl_ohs.conf file, we have as below.
<Location /sample.html>
SetHandler weblogic-handler
WebLogicHost 11.11.11.11
WeblogicPort 1234 </Location>
</IfModule>
Note: The sample.html is defined as unprotected, i mean public resource.