BEA WebLogic Server 7 Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Software BEA WebLogic Server 7. BEA WebLogic Server 7 User's Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 146
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků

Shrnutí obsahu

Strany 1 - WebLogic

BEAWebLogic Server™BEA WebLogic Server 7.0 Upgrade GuideRelease 7.0Document Date: June 2002Revised: June 28, 2002

Strany 2 - Trademarks or Service Marks

x BEA WebLogic Server 7.0 Upgrade GuideHow to Print the DocumentYou can print a copy of this document from a Web browser, one main topic at a time, by

Strany 3 - Contents

A The weblogic.properties Mapping TableA-14 BEA WebLogic Server 7.0 Upgrade Guideweblogic.security.ldaprealm.userDNconfig.xml:UserDN(LDAPRealm element

Strany 4

BEA WebLogic Server 7.0 Upgrade Guide A-15weblogic.security.realm.cache.auth.sizeconfig.xml:AuthenticationCacheSize(CachingRealm element)weblogic.secu

Strany 5

A The weblogic.properties Mapping TableA-16 BEA WebLogic Server 7.0 Upgrade Guideweblogic.security.realm.cache.perm.sizeconfig.xml:PermissionCacheSize

Strany 6

BEA WebLogic Server 7.0 Upgrade Guide A-17weblogic.security.ssl.enable config.xml:Enabled(SSL element)Servers: servername: Configuration: SSL: Enabled

Strany 7

A The weblogic.properties Mapping TableA-18 BEA WebLogic Server 7.0 Upgrade Guideweblogic.system.enableConsole config.xml:StdoutEnabled(Kernel element

Strany 8

BEA WebLogic Server 7.0 Upgrade Guide A-19weblogic.system.MagicThreadBackToSocketconfig.xml:MagicThreadDumpBackToSocket(ServerDebug element)weblogic.s

Strany 9 - About This Document

A The weblogic.properties Mapping TableA-20 BEA WebLogic Server 7.0 Upgrade Guideweblogic.system.readTimeoutMillisconfig.xml:LoginTimeoutMillis(Server

Strany 10 - Contact Us!

BEA WebLogic Server 7.0 Upgrade Guide B-1APPENDIXB Upgrading the Pet Store Application and the Examples ServerThis appendix presents examples of the f

Strany 11 - Documentation Conventions

B Upgrading the Pet Store Application and the Examples ServerB-2 BEA WebLogic Server 7.0 Upgrade GuideFor 6.0 WL_HOME=D:\WLS_6.0\wlserver6.0For 6.1 WL

Strany 12 - Convention Usage

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogicBEA WebLogic Server 7.0 Upgrade Guide B-3Set Up the WebLogic Server 7.

Strany 13 - 1 Upgrading WebLogic

BEA WebLogic Server 7.0 Upgrade Guide xi A description of the problem and the content of pertinent error messagesDocumentation ConventionsThe followi

Strany 14 - Configuration: Main Steps

B Upgrading the Pet Store Application and the Examples ServerB-4 BEA WebLogic Server 7.0 Upgrade Guide An example of the above-listed config.xml file

Strany 15 - Modifying Startup Scripts

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogicBEA WebLogic Server 7.0 Upgrade Guide B-53. Change: public void setNum

Strany 16 - Directory Structure

B Upgrading the Pet Store Application and the Examples ServerB-6 BEA WebLogic Server 7.0 Upgrade Guide} public void setStartIndex(String startIndexSt

Strany 17

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogicBEA WebLogic Server 7.0 Upgrade Guide B-7startPetstore.cmd script used

Strany 18 - Upgrading Security

B Upgrading the Pet Store Application and the Examples ServerB-8 BEA WebLogic Server 7.0 Upgrade GuideSETLOCALcd ..\..@rem Set user-defined variables.

Strany 19 - ACLs on MBeans

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogicBEA WebLogic Server 7.0 Upgrade Guide B-9The default is false.set STAR

Strany 20 - Server 7.0 Security

B Upgrading the Pet Store Application and the Examples ServerB-10 BEA WebLogic Server 7.0 Upgrade Guideon Windows NT.@rem@rem When setting these varia

Strany 21 - Security Realms

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogicBEA WebLogic Server 7.0 Upgrade Guide B-11@rem 4. SET THE PATH VARIAB

Strany 22 - Administrators group. This

B Upgrading the Pet Store Application and the Examples ServerB-12 BEA WebLogic Server 7.0 Upgrade Guide:finishcd config\petStoreENDLOCALconfig.xml fil

Strany 23 - Guest User

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogicBEA WebLogic Server 7.0 Upgrade Guide B-13Targets="petstoreServer

Strany 24 - Upgrading the SSL Protocol

xii BEA WebLogic Server 7.0 Upgrade Guide[ ]Optional items in a syntax line. Example:java utils.MulticastTest -n name -a address [-p portnumber] [-t t

Strany 25

B Upgrading the Pet Store Application and the Examples ServerB-14 BEA WebLogic Server 7.0 Upgrade Guide<ServerJavaCompiler="D:\WLS 6.1\jdk131/

Strany 26 - Cipher Suites

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogicBEA WebLogic Server 7.0 Upgrade Guide B-15<MailSessionName="ma

Strany 27

B Upgrading the Pet Store Application and the Examples ServerB-16 BEA WebLogic Server 7.0 Upgrade GuidePath="D:\WLS 6.1\wlserver6.1/config/petsto

Strany 28

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogicBEA WebLogic Server 7.0 Upgrade Guide B-17</Application>2. Chang

Strany 29

B Upgrading the Pet Store Application and the Examples ServerB-18 BEA WebLogic Server 7.0 Upgrade GuideCiphersuites="SSL_RSA_EXPORT_WITH_RC4_40_M

Strany 30

Upgrading the WebLogic 6.0 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-19Start the Pet Store Applicat

Strany 31 - Authenticate Remote Users

B Upgrading the Pet Store Application and the Examples ServerB-20 BEA WebLogic Server 7.0 Upgrade GuideSet Up the WebLogic Server 7.0 Environment with

Strany 32 - ACL Policy is Global

Upgrading the WebLogic 6.0 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-21To upgrade the Examples Serv

Strany 33 - Information

B Upgrading the Pet Store Application and the Examples ServerB-22 BEA WebLogic Server 7.0 Upgrade Guide@rem To display short (MS-DOS) filenames, use &

Strany 34 - Apache Xalan XML Transformer

Upgrading the WebLogic 6.0 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-23jar;%WL_HOME%\lib\weblogic.j

Strany 35 - Applications Directory

BEA WebLogic Server 7.0 Upgrade Guide 1-1CHAPTER1 Upgrading WebLogic Server 6.x to Version 7.0Upgrading WebLogic Server 6.x to version 7.0, under the

Strany 36 - Deployment

B Upgrading the Pet Store Application and the Examples ServerB-24 BEA WebLogic Server 7.0 Upgrade Guide@rem Set user-defined variables.@rem changed: s

Strany 37

Upgrading the WebLogic 6.0 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-25startExamplesServer.cmd scri

Strany 38 - must be changed to support

B Upgrading the Pet Store Application and the Examples ServerB-26 BEA WebLogic Server 7.0 Upgrade Guide@rem Server @rem (http://e-docs.bea.com/wls/doc

Strany 39

Upgrading the WebLogic 6.0 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-27@rem Set user-defined variab

Strany 40 - Jolt Java Client

B Upgrading the Pet Store Application and the Examples ServerB-28 BEA WebLogic Server 7.0 Upgrade Guide@rem original: %JAVA_HOME%\bin\java -hotspot -m

Strany 41 - Managed Servers

Upgrading the WebLogic 6.1 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-292. Double-click the startExa

Strany 42 - Security

B Upgrading the Pet Store Application and the Examples ServerB-30 BEA WebLogic Server 7.0 Upgrade GuideSet Up the WebLogic Server 7.0 Environment with

Strany 43 - Thread Pool Size

Upgrading the WebLogic 6.1 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-31To upgrade the Examples Serv

Strany 44 - Web Applications

B Upgrading the Pet Store Application and the Examples ServerB-32 BEA WebLogic Server 7.0 Upgrade Guide@rem names with spaces will break this script.@

Strany 45 - Writable config.xml File

Upgrading the WebLogic 6.1 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-33set PATH=%WL_HOME%\bin;%JAVA

Strany 46 - Deprecated APIs and Features

1 Upgrading WebLogic Server 6.x to Version 7.01-2 BEA WebLogic Server 7.0 Upgrade GuideFor information on upgrading to WebLogic Platform 7.0 (7.0.0.1)

Strany 47

B Upgrading the Pet Store Application and the Examples ServerB-34 BEA WebLogic Server 7.0 Upgrade Guide2. Set the WL_HOME variable so that you can acc

Strany 48 - Removed APIs and Features

Upgrading the WebLogic 6.1 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-35@rem This script can be used

Strany 49 - 2 Upgrading WebLogic

B Upgrading the Pet Store Application and the Examples ServerB-36 BEA WebLogic Server 7.0 Upgrade Guide@rem Set user-defined variables.set JAVA_HOME=D

Strany 50

Upgrading the WebLogic 6.1 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-37-Dcloudscape.system.home=./s

Strany 51

B Upgrading the Pet Store Application and the Examples ServerB-38 BEA WebLogic Server 7.0 Upgrade Guide:runWebLogicecho on@rem original: set PATH=.\bi

Strany 52

Upgrading the WebLogic 6.1 Service Pack 2 Examples Server to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide B-39Start the Examples Server on

Strany 53 - XML Files

B Upgrading the Pet Store Application and the Examples ServerB-40 BEA WebLogic Server 7.0 Upgrade Guide

Strany 54

Modifying Startup ScriptsBEA WebLogic Server 7.0 Upgrade Guide 1-3To upgrade a cluster of servers, follow the above steps for each server and then fol

Strany 55

1 Upgrading WebLogic Server 6.x to Version 7.01-4 BEA WebLogic Server 7.0 Upgrade Guide5. Modify or eliminate any WebLogic Server 6.x startup script d

Strany 56

Porting an Application from WebLogic Server 6.x to WebLogic Server 7.0BEA WebLogic Server 7.0 Upgrade Guide 1-51. If you have not already installed We

Strany 57

1 Upgrading WebLogic Server 6.x to Version 7.01-6 BEA WebLogic Server 7.0 Upgrade Guide4. When you deploy applications to WebLogic Server 7.0, use the

Strany 58

Upgrading SecurityBEA WebLogic Server 7.0 Upgrade Guide 1-7Note: The WebLogic Server 7.0 examples and PetStore are configured to use the default secur

Strany 59 - XML Deployment Descriptors

CopyrightCopyright © 2002 BEA Systems, Inc. All Rights Reserved.Restricted Rights LegendThis software and documentation is subject to and made availab

Strany 60 - Deploying Web Applications

1 Upgrading WebLogic Server 6.x to Version 7.01-8 BEA WebLogic Server 7.0 Upgrade GuideUpgrading from Compatibility Security to WebLogic Server 7.0 Se

Strany 61 - Session Porting

Upgrading SecurityBEA WebLogic Server 7.0 Upgrade Guide 1-9f. Click the Membership tab to add the user who can boot WebLogic Server to the Administrat

Strany 62

1 Upgrading WebLogic Server 6.x to Version 7.01-10 BEA WebLogic Server 7.0 Upgrade GuideFor information about using Compatibility security, see “Booti

Strany 63 - WebLogic Server 7.0

Upgrading SecurityBEA WebLogic Server 7.0 Upgrade Guide 1-119. Reboot WebLogic Server.10. Expand the Domains-->Security nodes.11. Select the Genera

Strany 64 - JavaBeans Applications

1 Upgrading WebLogic Server 6.x to Version 7.01-12 BEA WebLogic Server 7.0 Upgrade GuideCreating a Boot Identity File in the Administration Guide. The

Strany 65 - EJB Porting Considerations

Upgrading SecurityBEA WebLogic Server 7.0 Upgrade Guide 1-13keytool -import -trustcacerts -alias <some alias name> -file <thefile that contai

Strany 66 - EJB Porting Recommendations

1 Upgrading WebLogic Server 6.x to Version 7.01-14 BEA WebLogic Server 7.0 Upgrade GuideUsing a CertAuthenticator that needs to be changed may result

Strany 67

Upgrading WebLogic Tuxedo ConnectorBEA WebLogic Server 7.0 Upgrade Guide 1-15Upgrading WebLogic Tuxedo ConnectorYou must make the following applicatio

Strany 68

1 Upgrading WebLogic Server 6.x to Version 7.01-16 BEA WebLogic Server 7.0 Upgrade GuideConvert WebLogic Tuxedo Connector XML Configuration FilesWebLo

Strany 69

Upgrading WebLogic Tuxedo ConnectorBEA WebLogic Server 7.0 Upgrade Guide 1-17When the migration is complete, the migration utility displays:The WTC co

Strany 70

BEA WebLogic Server 7.0 Upgrade Guide iiiContentsAbout This DocumentAudience...

Strany 71

1 Upgrading WebLogic Server 6.x to Version 7.01-18 BEA WebLogic Server 7.0 Upgrade Guide1. Modify the corbaloc:tgiop or corbaname:tgiop object referen

Strany 72

Upgrading WebLogic Tuxedo ConnectorBEA WebLogic Server 7.0 Upgrade Guide 1-194. Load your modified domain configuration file using dmloadcf.You are no

Strany 73 - Upgrading JMS

1 Upgrading WebLogic Server 6.x to Version 7.01-20 BEA WebLogic Server 7.0 Upgrade GuideACL Policy is GlobalIf the WebLogic Tuxedo Connector ACL Polic

Strany 74 - Considerations

Additional Upgrade Procedures and InformationBEA WebLogic Server 7.0 Upgrade Guide 1-21Additional Upgrade Procedures and InformationThe following sect

Strany 75 - Plug-ins

1 Upgrading WebLogic Server 6.x to Version 7.01-22 BEA WebLogic Server 7.0 Upgrade Guide “Web Applications” on page 1-32 “WebLogic Server Clusters o

Strany 76 - Java Transaction API (JTA)

Additional Upgrade Procedures and InformationBEA WebLogic Server 7.0 Upgrade Guide 1-23Apache Xerces XML ParserThe built-in XML parser for WebLogic Se

Strany 77 - Error Handling

1 Upgrading WebLogic Server 6.x to Version 7.01-24 BEA WebLogic Server 7.0 Upgrade GuideDeploymentWebLogic Server 7.0 provides a new two-phase deploym

Strany 78 - Null Attributes

Additional Upgrade Procedures and InformationBEA WebLogic Server 7.0 Upgrade Guide 1-25EJB 2.0The EJB 2.0 specification has changed substantially betw

Strany 79

1 Upgrading WebLogic Server 6.x to Version 7.01-26 BEA WebLogic Server 7.0 Upgrade Guide There were no local interfaces in 6.0, but they exist in 6.1

Strany 80

Additional Upgrade Procedures and InformationBEA WebLogic Server 7.0 Upgrade Guide 1-27Fully Qualified Path ExpressionsIn an EJB QL Query on WebLogic

Strany 81 - Standalone HTML and JSPs

iv BEA WebLogic Server 7.0 Upgrade GuideUpdate Inbound RMI-IIOP Applications... 1-17Authenticate Remote

Strany 82 - Web Components

1 Upgrading WebLogic Server 6.x to Version 7.01-28 BEA WebLogic Server 7.0 Upgrade GuideJMSWebLogic Server 7.0 supports the JavaSoft JMS specification

Strany 83

Additional Upgrade Procedures and InformationBEA WebLogic Server 7.0 Upgrade Guide 1-29JSPDue to a change in the JSP specification, null request attri

Strany 84

1 Upgrading WebLogic Server 6.x to Version 7.01-30 BEA WebLogic Server 7.0 Upgrade GuideMBean API ChangePrevious versions of this document and various

Strany 85

Additional Upgrade Procedures and InformationBEA WebLogic Server 7.0 Upgrade Guide 1-31about upgrading, see “Upgrading Security” in the Upgrade Guide

Strany 86

1 Upgrading WebLogic Server 6.x to Version 7.01-32 BEA WebLogic Server 7.0 Upgrade Guide.../Server>Starting in WebLogic Server 7.0:<ServerName=&

Strany 87 - Mapping Table

Additional Upgrade Procedures and InformationBEA WebLogic Server 7.0 Upgrade Guide 1-33WebLogic Server Clusters on SolarisCertain applications (heavy

Strany 88

1 Upgrading WebLogic Server 6.x to Version 7.01-34 BEA WebLogic Server 7.0 Upgrade GuideDeprecated APIs and Features WebLogic Time Services is deprec

Strany 89

Additional Upgrade Procedures and InformationBEA WebLogic Server 7.0 Upgrade Guide 1-35Instead, use the new two-phase deployment protocol APIs and too

Strany 90

1 Upgrading WebLogic Server 6.x to Version 7.01-36 BEA WebLogic Server 7.0 Upgrade GuideRemoved APIs and FeaturesWebLogic Enterprise Connectivity (WLE

Strany 91

BEA WebLogic Server 7.0 Upgrade Guide 2-1CHAPTER2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.0Upgrading WebLogic Server 4.5 and 5.1 to version

Strany 92

BEA WebLogic Server 7.0 Upgrade Guide v2. Upgrading WebLogic Server 4.5 and 5.1 to Version 7.0Upgrading Your WebLogic Server Configuration: Main Steps

Strany 93

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-2 BEA WebLogic Server 7.0 Upgrade Guide “Porting and Converting Enterprise JavaBeans Applicat

Strany 94

Upgrading Your WebLogic Server Configuration: Main StepsBEA WebLogic Server 7.0 Upgrade Guide 2-33. Upgrade your server license files. For instruction

Strany 95

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-4 BEA WebLogic Server 7.0 Upgrade GuideNote: The directory structure in WebLogic Server 7.0 is

Strany 96

Converting the weblogic.properties File to XML FilesBEA WebLogic Server 7.0 Upgrade Guide 2-52. Click the link to update a WebLogic Server license. Yo

Strany 97

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-6 BEA WebLogic Server 7.0 Upgrade GuideThe weblogic.xml file contains WebLogic-specific attrib

Strany 98

Converting the weblogic.properties File to XML FilesBEA WebLogic Server 7.0 Upgrade Guide 2-7Note: The conversion utility described above specifies th

Strany 99

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-8 BEA WebLogic Server 7.0 Upgrade GuideClassloading in WebLogic Server 7.0Earlier versions of

Strany 100 - Console Label

WebLogic Server 7.0 J2EE Application TypesBEA WebLogic Server 7.0 Upgrade Guide 2-9WebLogic Server 7.0 J2EE Application TypesApplications on J2EE-comp

Strany 101

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-10 BEA WebLogic Server 7.0 Upgrade Guide “XML Deployment Descriptors” on page 2-11 “WAR File

Strany 102

Converting and Porting Your Existing Applications into Web ApplicationsBEA WebLogic Server 7.0 Upgrade Guide 2-11When you convert your weblogic.proper

Strany 103

vi BEA WebLogic Server 7.0 Upgrade GuideFileServlet...2-

Strany 104

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-12 BEA WebLogic Server 7.0 Upgrade GuideWAR FilesA WAR file is a Web Application archive. If y

Strany 105

Converting and Porting Your Existing Applications into Web ApplicationsBEA WebLogic Server 7.0 Upgrade Guide 2-138. Enter a name for the application o

Strany 106

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-14 BEA WebLogic Server 7.0 Upgrade GuideSee weblogic.xml Deployment Descriptor Elements in Ass

Strany 107 - B Upgrading the Pet

Converting and Porting Your Existing Applications into Web ApplicationsBEA WebLogic Server 7.0 Upgrade Guide 2-15Porting a Simple Servlet from WebLogi

Strany 108 - Install WebLogic Server 7.0

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-16 BEA WebLogic Server 7.0 Upgrade Guide3. Move the web.xml file from domain\applications\Defa

Strany 109

Porting and Converting Enterprise JavaBeans ApplicationsBEA WebLogic Server 7.0 Upgrade Guide 2-17EJB Porting ConsiderationsConsider the following whe

Strany 110 - Fix JSP Parsing Errors

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-18 BEA WebLogic Server 7.0 Upgrade Guidefor the WebLogic Server EJB container. This file must

Strany 111

Porting and Converting Enterprise JavaBeans ApplicationsBEA WebLogic Server 7.0 Upgrade Guide 2-19For instance, WebLogic Server 7.0 ensures that a met

Strany 112 - Rebuild Pet Store

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-20 BEA WebLogic Server 7.0 Upgrade GuideSteps for Porting a 1.0 EJB from WebLogic Server 4.5.x

Strany 113

Porting and Converting Enterprise JavaBeans ApplicationsBEA WebLogic Server 7.0 Upgrade Guide 2-21return null; // required by the EJB specification}

Strany 114

BEA WebLogic Server 7.0 Upgrade Guide vii7.0 ...B-9config

Strany 115

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-22 BEA WebLogic Server 7.0 Upgrade Guidejava -classpath %CLIENTCLASSES%;%CLASSPATH% examples.e

Strany 116

Creating an Enterprise ApplicationBEA WebLogic Server 7.0 Upgrade Guide 2-23Porting EJBs from Other J2EE Application ServersAny EJB that complies with

Strany 117

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-24 BEA WebLogic Server 7.0 Upgrade GuideDeveloping WebLogic Server Applications. Note that if

Strany 118

Upgrading JMSBEA WebLogic Server 7.0 Upgrade Guide 2-25Upgrading JMSWebLogic Server 7.0 supports the JavaSoft JMS specification version 1.0.2. Weblog

Strany 119

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-26 BEA WebLogic Server 7.0 Upgrade GuideFor supported platforms, as well as DBMS and client li

Strany 120

Additional Porting and Deployment ConsiderationsBEA WebLogic Server 7.0 Upgrade Guide 2-27 “Wireless Application Protocol Applications” on page 2-35

Strany 121

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-28 BEA WebLogic Server 7.0 Upgrade GuideFileServletIn WebLogic Server 6.1 Service Pack 2 and l

Strany 122

Additional Porting and Deployment ConsiderationsBEA WebLogic Server 7.0 Upgrade Guide 2-29 Based on the inclusion of support for JTA, the JTS JDBC dr

Strany 123 - Java compiler

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-30 BEA WebLogic Server 7.0 Upgrade GuideNull AttributesDue to a change in the JSP specificatio

Strany 124

Additional Porting and Deployment ConsiderationsBEA WebLogic Server 7.0 Upgrade Guide 2-31 Use JNDI instead of *.rmi.Naming. Use weblogic.rmic to g

Strany 125

viii BEA WebLogic Server 7.0 Upgrade Guide

Strany 126 -  EX_WEBAPP_CLASSES

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-32 BEA WebLogic Server 7.0 Upgrade GuideDigital Certificates Generated by the Certificate Serv

Strany 127 - Examples Server

Additional Porting and Deployment ConsiderationsBEA WebLogic Server 7.0 Upgrade Guide 2-33----------END CERTIFICATE----------Remove any extra lines.If

Strany 128

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-34 BEA WebLogic Server 7.0 Upgrade GuideWeb ComponentsThe following tips are for users porting

Strany 129

Additional Porting and Deployment ConsiderationsBEA WebLogic Server 7.0 Upgrade Guide 2-35Wireless Application Protocol ApplicationsTo run a Wireless

Strany 130

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-36 BEA WebLogic Server 7.0 Upgrade GuideXML 7.0 Parser and TransformerThe built-in parser and

Strany 131

Additional Porting and Deployment ConsiderationsBEA WebLogic Server 7.0 Upgrade Guide 2-37 Zero Administration Client (ZAC) is deprecated and should

Strany 132

2 Upgrading WebLogic Server 4.5 and 5.1 to Version 7.02-38 BEA WebLogic Server 7.0 Upgrade GuideThis feature relied on the Microsoft JVM (Jview), whic

Strany 133

BEA WebLogic Server 7.0 Upgrade Guide A-1APPENDIXA The weblogic.properties Mapping TableThe weblogic.properties mapping table shows which config.xml,

Strany 134

A The weblogic.properties Mapping TableA-2 BEA WebLogic Server 7.0 Upgrade Guideweblogic.cluster.defaultLoadAlgorithmconfig.xml:DefaultLoadAlgorithm(C

Strany 135

BEA WebLogic Server 7.0 Upgrade Guide A-3weblogic.httpd.defaultServletweb.xml:define a servlet-mapping with the URL pattern of /<servlet-mapping>

Strany 136

BEA WebLogic Server 7.0 Upgrade Guide ixAbout This DocumentThis document provides procedures and other information you need to upgrade earlier version

Strany 137

A The weblogic.properties Mapping TableA-4 BEA WebLogic Server 7.0 Upgrade Guideweblogic.httpd.logFileFlushSecs config.xml:LogFileFlushSecs(WebServer

Strany 138

BEA WebLogic Server 7.0 Upgrade Guide A-5weblogic.httpd.servlet.extensionCaseSensitiveconfig.xml:ServletExtensionCaseSensitive(WebAppComponent element

Strany 139

A The weblogic.properties Mapping TableA-6 BEA WebLogic Server 7.0 Upgrade Guideweblogic.httpd.session.cookie.nameweblogic.xml:CookieName<param-nam

Strany 140

BEA WebLogic Server 7.0 Upgrade Guide A-7weblogic.httpd.session.persistentStoreDirweblogic.xml:PersistentStoreDir<param-name>/<param-value>

Strany 141

A The weblogic.properties Mapping TableA-8 BEA WebLogic Server 7.0 Upgrade Guideweblogic.httpd.tunneling.clientPingSecsconfig.xml:TunnelingClientPingS

Strany 142

BEA WebLogic Server 7.0 Upgrade Guide A-9weblogic.jdbc.connectionPool url=URL for JDBC Driver driver=full package name for JDBC driver loginDelaySe

Strany 143

A The weblogic.properties Mapping TableA-10 BEA WebLogic Server 7.0 Upgrade Guideweblogic.jdbc.enableLogFile config.xml:JDBCLoggingEnabled(Server elem

Strany 144

BEA WebLogic Server 7.0 Upgrade Guide A-11weblogic.jms.queueSessionPool config.xml:ConnectionConsumerConnectionFactoryListenerClassAcknowledgeModeSess

Strany 145

A The weblogic.properties Mapping TableA-12 BEA WebLogic Server 7.0 Upgrade Guideweblogic.security.certificate.authorityconfig.xmlServerCertificateCha

Strany 146

BEA WebLogic Server 7.0 Upgrade Guide A-13weblogic.security.ldaprealm.credentialconfig.xml:Credential(LDAPRealm element)weblogic.security.ldaprealm.fa

Komentáře k této Příručce

Žádné komentáře