Hello All
I have installed the weblogic plugin on the Apache server. I have
configured the above:
<IfModule mod_weblogic.c>
WebLogicHost myhost.mydomain.com
WebLogicPort 4001
MatchExpression *.jsp
</IfModule>
<Location /myapp>
SetHandler weblogic-handler
PathTrim /myapp
</Location>
However to access my app I have to type on the browser:
http://myhost.mydomain.com/myapp/myapp_context_on_wls
I want to be able to do this, when I type
http://myhost.mydomain.com/myapp
directs automatically to myapp_context_on_wls.
Any ideas?
Thanks!
Eduardo Ferrari