|
XML Express 6.0 Readme
This document covers the following topics:
Contents
The XML Express software is packaged in xmlx.zip.The zip file contains these files:
xmlx.jar
xmlx-tags.jar
License
Readme.html
Installation and Removal Instructions
Installation
- Read this document and the release notes.
- Unzip the contents of the zip file into a temporary directory, such as temp.
- Copy the files from temp to locations where they can be referenced by your
WebLogic Server installation.
Table 1 shows where to copy the files for
Microsoft Windows and UNIX systems if you installed the WebLogic Server
software in the default location:
|
File Name
|
Microsoft Windows
|
UNIX Systems
|
|
xmlx.jar
|
c:\bea\weblogic600\lib
|
usr/local/bea/weblogic600/lib
|
|
xmlx-tags.jar
|
c:\bea\weblogic600\lib
|
usr/local/bea/weblogic600/lib
|
|
License
|
c:\bea
|
usr/local/bea
|
- Add the path of the xmlx.jar file to the Java system CLASSPATH before you start
the WebLogic Server. For example, for the default server, if you installed the
xmlx.jar file in the default location, add the following to the set CLASSPATH
line in the startWeblogic.cmd and setEnv.cmd files:
%WL_HOME%\lib\xmlx.jar;
For the examples server, add the above CLASSPATH to the set CLASSPATH line in the startExamplesserver.cmd and setExamplesEnv.cmd files.
- The xmlx-tags.jar file is required by XML applications that use the XML
Express JSP tag extensions. Therefore, when you write XML applications that
use JSP tag extensions, include a reference to the xmlx-tags.jar file. For
instructions about how to do this, refer to Programming JSP Tag Extensions.
Removing the Software
- Shut down the WebLogic Server.
- Remove xmlx.jar from the Java system CLASSPATHS in all set*.cmd and
start*.cmd command files.
- Delete the xmlx.jar and xmlx-tags.jar files from WebLogic Server
directories.
Release notes for XML Express 6.0
Resolved issues
There are no resolved issues at this time.
Known Issues
There are no known issues at this time.
Programming Documentation
For XML Express programming information, refer to Programming WebLogic XML.
|
|
|
Copyright © 2000 BEA Systems, Inc. All rights reserved.
Required browser: Netscape 4.0 or higher, or Microsoft Internet Explorer 4.0 or higher.
|