|
The Xang servlet needs to be
registered with your Servlet engine. The servlet class name is:
org.apache.xang.net.http.object.impl.HTTPObjectServer
The servlet initialization parameters are: config=full-path/to/your/xang.cfg In addition, the Web server or Servlet engine needs to be configured to pass requests to files with a .XAP extension to the Xang servlet. Consult your Servlet engine documentation for detailed instructions. For JRun, use the JRunAdmin application. Add a new servlet named 'xang' (or whatever you want). Add a single initialization parameter of 'config=c:/apache/xang/xang.cfg' (change the path to match your location). I do not have JRun installed anymore, so I can't give you step by step instructions, but the user's guide for JRun gives instructions on how to add and configure new servlets. Mike D
|
- xang software help PAWAN KUMAR
- S. Mike Dierken
