Results 1 to 3 of 3

Thread: mvc:default-servlet-handler and Oracle 10.1.3

  1. #1
    Join Date
    Jun 2006
    Posts
    13

    Default mvc:default-servlet-handler and Oracle 10.1.3

    Does anyone know the 'default server name' for Oracle AS 10.1.3?

    I am wanting to use the mvc:resources configuration and due to existing resources being mapped to '/' I need to use the mvc:default-servlet-handler.
    But as always, Oracle doesn't use anything obvious.

    Can anyone help?
    Cheers

  2. #2
    Join Date
    Mar 2009
    Posts
    25

    Default

    Don't know if this helps you, but from Weblogic documentation

    Each Web application has a default servlet. This default servlet can be a servlet that you specify, or, if you do not specify a default servlet, WebLogic Server uses an internal servlet called the FileServlet as the default servlet

  3. #3
    Join Date
    Jun 2006
    Posts
    13

    Default

    Thanks for the reply, but unfortunetly we are still on the old Oracle 10.1.3 which is pre the Weblogic takeover. So thew above does not work.

    I have debugged the Servlet Context and found the servlet mappings but this does not include the default servlet. But it must be one as currently we do not configure one ourselves.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •