Oracle WebCenter Sites (MOSC)

MOSC Banner

Remote Satellite Server 404 Page

edited Jun 9, 2015 10:05AM in Oracle WebCenter Sites (MOSC) 7 commentsAnswered

G'day,

I am trying to configure a 404 page for the remote satellite server. It is routing correctly but is returning a HTTP 200 instead.

If I went to

http://sites/cs/Sites?lookup (404)

http://rss/ss/Sites?lookup (200)


Both returns the same error page.

web.xml on CS is configured to

<error-page>

  <error-code>404</error-code>

  <location>

    /ContentServer?pagename=Foo/layout&amp;c=Page&amp;cid=12345&amp;d=

  </location>

</error-page>

and web.xml on RSS is configured to

<error-page>

  <error-code>404</error-code>

  <location>

    /Satellite?pagename=Foo/layout&amp;c=Page&amp;cid=12345&amp;d=

  </location>

</error-page>

Is there a problem with how it is configured?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center