[opencms-dev] re:OpenCMS 6.0 with Bea Weblogic 8.1 sp4 on Windows 2003Server

wangfm at digitalchina.com wangfm at digitalchina.com
Mon Dec 19 09:34:50 CET 2005


I installed opencms6.0.3 on Weblogic8.1 sp4+Oracle9i on Windows 2003
Server.
It works well except I get oracle-relative errors when I load some modules.

Steps:
1. To create a Basic WebLogic Server Domain with Configuration Wizard.
2. To extract opencms.war with winrar.exe to the folded named opencms under
domain's applications foler.
3. To start domain with startWebLogic.cmd.
4. To update the applications\opencms\WEB-INF\web.xml about error-page
redirection.
========================================
    <error-page>
      <error-code>404</error-code>
<!--      <location>/opencms/handle404</location>-->
      <location>/system/handler/handle404.jsp</location>
    </error-page>

      <error-page>
      <error-code>500</error-code>
<!--       <location>/opencms/system/handler/handle500.html</location>-->
      <location>/system/handler/handle500.jsp</location>
    </error-page>
========================================
5. To create the files named handle404.jsp and handle500.jsp on
applications\opencms\system\handler.
 The content of handle404.jsp is : <jsp:forward page="/opencms/handle404"/>
 The content of handle500.jsp is : <jsp:forward
page="/opencms/system/handler/handle500.html.jsp"/>
6. To setup the opencms with IE, url is:
http://localhost:7001/opencms/setup. Setup the opencms following the
wizard.

------------------------------------
WANGFM
TEL:010-82707066
MOB:13910594923
MSN:wangfumei_2005 at 126.com
EMAIL:wangfm at digitalchina.com
------------------------------------




More information about the opencms-dev mailing list