| About This Document |
|
|
This document demonstrates how to migrate a sample application from WebLogic Server 5.1 to WebLogic Server 6.x.
The document is organized as follows:
This document is written for application developers who want to migrate Web Applications and other applications from WebLogic Server 5.1 to WebLogic Server 6.x. It is assumed that readers know Web technologies, object-oriented programming techniques, and the Java programming language.
BEA product documentation is available on the BEA corporate Web site. From the BEA Home page, click on Product Documentation.
You can print a copy of this document from a Web browser, one main topic at a time, by using the File-->Print option on your Web browser.
The BEA corporate Web site provides all documentation for WebLogic Server. The following document is particularly informative about application migrations: Migrating WebLogic Server Applications to Version 6.x.
Your feedback on BEA documentation is important to us. Send us e-mail at docsupport@bea.com if you have questions or comments. Your comments will be reviewed directly by the BEA professionals who create and update the documentation.
In your e-mail message, please indicate the software name and version you are using, as well as the title and document date of your documentation. If you have any questions about this version of BEA WebLogic Server, or if you have problems installing and running BEA WebLogic Server, contact BEA Customer Support through BEA WebSupport at http://www.bea.com. You can also contact Customer Support by using the contact information provided on the Customer Support Card, which is included in the product package.
When contacting Customer Support, be prepared to provide the following information:
The following documentation conventions are used throughout this document.
|
Convention |
Usage |
|---|---|
|
Ctrl+Tab |
Keys you press simultaneously. |
|
italics |
Emphasis and book titles. |
|
monospace text |
Code samples, commands and their options, Java classes, data types, directories, and file names and their extensions. Monospace text also indicates text that you enter from the keyboard. Examples: import java.util.Enumeration; chmod u+w * config/examples/applications .java config.xml float |
|
monospace italic text |
Variables in code. Example: String CustomerName; |
|
UPPERCASE TEXT |
Device names, environment variables, and logical operators. Examples: LPT1 BEA_HOME OR |
|
{ } |
A set of choices in a syntax line. |
|
[ ] |
Optional items in a syntax line. Example: java utils.MulticastTest -n name -a address |
|
| |
Separates mutually exclusive choices in a syntax line. Example: java weblogic.deploy [list|deploy|undeploy|update] |
|
... |
Indicates one of the following in a command line:
|
|
. |
Indicates the omission of items from a code example or from a syntax line. |
|
|
| Copyright © 2001 BEA Systems, Inc. All rights reserved.
Required browser: Netscape 4.0 or higher, or Microsoft Internet Explorer 4.0 or higher. |