| midnytblu 2006-07-06, 10:50 pm |
| Good day.
We were setting up an Apache 2.0.55 server as the web server for a WebLogic 9.1 server.
They are on different machines. We were able to setup successfully both servers and tried them on their own server.
The problem begin when we connect the two together. We were able to see the login page of the WebLogic server, but, without the "WebLogic Picture/Image" just above the username/password textboxes. Also, upon logging in, it displays a "j_security page not found" error.
This could only mean that Apache server can not see the location of these pages/images.
I just followed simply the instructions on the documentation that comes with WebSense 9.1. Such as this one:
LoadModule weblogic_module modules/mod_wl_20.so
and these two:
<Location /weblogic>
SetHandler weblogic-handler
PathTrim /weblogic
</Location>
<IfModule mod_weblogic.c>
WebLogicHost myweblogic.server.com
WebLogicPort 7001
MatchExpression *.jsp
</IfModule>
I wonder what went wrong.
When I typed http://<WebServer IP>:<port>/weblogic, it displays a Page Not Found error... but when I placed "/console" after the "/weblogic" part, it displays the login page but can not log on.
Hope you guys could help me out. Thanks so much.
midnytblu |