2
Upgrading WebLogic Server 4.5 and 5.1 to Version 7.0
"XML Deployment Descriptors" on page 2-11
"WAR Files" on page 2-12
"Deploying Web Applications" on page 2-12
"Session Porting" on page 2-13
"JavaServer Pages (JSPs) and Servlets" on page 2-14
"Porting a Simple Servlet from WebLogic Server 5.1 to WebLogic Server 7.0"
on page 2-15
Web Applications Directory Structure
Web Applications are organized in a specified directory structure so that they can be
archived and deployed on WebLogic Server. All servlets, classes, static files, and other
resources belonging to a Web Application are organized under a directory hierarchy.
The root of this hierarchy defines the document root of your Web Application. All files
under this root directory can be served to the client, except for files under the special
directories
should be named with the name of your Web Application.
The following diagram illustrates the directory structure of any Web Application.
WebApplicationRoot\(Publically available files such as
2-10
BEA WebLogic Server 7.0 Upgrade Guide
and
WEB-INF
META-INF
|
.jsp, .html, .jpg, .gif)
|
+WEB-INF\-+
located in the root directory. The root directory
|
+ classes\(directory containing
|
Java classes including
|
servlets used by the
|
Web Application)
|
+ lib\(directory containing
|
JAR files used by the
|
Web Application)
|
+ web.xml
|
+ weblogic.xml
Need help?
Do you have a question about the WebLogic Server 7 and is the answer not in the manual?