Started 1 week ago (2009-12-02 23:41:00)
by mv
You have to edit <ws7-install-dir>/https-<instance>/config/*obj.con f manually. And then call pull-config
CLI to pull the manual changes back to Admin server.
Started 1 week ago (2009-12-02 23:02:00)
by mv
EddieTX wrote:
If the URI has:
http://www.somewhere.com/images/
http://www.somewhere.com/static/
http://www.somewhere.com/videos/
http://www.somewhere.com/css/
(... the list can contain about 10-15 other things, but you get the idea)
then do not prepend anything, otherwise prepend "/application/"
<If not $internal>
<If $uri != "^/images/" and $uri !=~...
Started 6 days, 23 hours ago (2009-12-03 23:27:00)
by mv
Can you explain what you mean by "
client side"?
Started 1 week, 1 day ago (2009-12-02 13:44:00)
by bob_orr
since update 2 the processing of a request behaves differntly
if java is enabled in the
webserver then do this type of configuration
NameTrans fn="assign-name" from="/UriOfRequest" name="objectName"
...
<Object name="objectName">
weblogic stuff here
</Object>
if java is not enabled then the ppath stuff should still work
by the way Oracle does not support the 64bit nsapi module...
Started 1 week ago (2009-12-03 11:50:00)
by j.mccabe
Disabling PathInfo will probably do what you want. Be careful though - you may have other apps running that are depending on PathInfo.
Started 1 week ago (2009-12-02 23:04:00)
by irfan_ahmed
Hi There,
Which browser are you using. In case you are using FF, and are viewing
popups in a separate tab instead of a new window, this happens.
Try closing all browser windows and opening a new window and logging in and using the admin console.
Rgds
Irfan
Started 1 week ago (2009-12-02 23:30:00)
by 123javahardcore
You mentioned that you were unable to set the
redirects from the admin console. Can you mention what is it that you couldn't acheive?
Basically, one can set URL redirects from admin. Except that it will be a 302. If you need to force a 301 then you need to manually edit the obj.conf and edit the NameTrans directive for the redirect and add status=301.
Started 1 week, 2 days ago (2009-12-01 11:31:00)
by j.mccabe
As far as I know Sun has not announced a
EOL schedule for WS6.1.