Weblogic 5.1 ExperShop release notes

This document gives an example of a Weblogic 5.1 configuration for ExperShop:
It requires a basic knowledge of the Weblogic configuration process - including what Weblogic is, and what weblogic.properties is and looks like.

The main tasks involved in a Weblogic configuration are:

What to update in weblogic.properties

Update the "weblogic.httpd.servlet.classpath" property; Example, on Windows:
weblogic.httpd.servlet.classpath=C:/weblogic/myserver/servletclasses;C:/expershop/WEB-INF/lib/expershop.jar;C:/expershop/WEB-INF/lib/openeas.jar;C:/expershop/WEB-INF/lib/xapool.jar;C:/expershop/WEB-INF/lib/log4j.jar;C:/expershop/WEB-INF/lib/hsqldb.jar
Register the ExperSHOP servlets, with their init arguments; Example, on Windows:
weblogic.httpd.register.com.expershop.lite.ExperSHOP=com.expershop.lite.ExperSHOP
weblogic.httpd.initArgs.com.expershop.lite.ExperSHOP=SHOPCONFIG=c:\\expershop\\EShopWin.cfg
weblogic.httpd.register.com.expershop.lite.ESAdminServlet=com.expershop.lite.ESAdminServlet
weblogic.httpd.initArgs.com.expershop.lite.ESAdminServlet=SHOPCONFIG=c:\\expershop\\EShopWin.cfg

How to contact your ExperSHOP servlets

Restart the Weblogic server. Then:
http://yourhost:7001/com.expershop.lite.ExperSHOP
http://yourhost:7001/com.expershop.lite.ESAdminServlet