BEA WebLogic Server 7 Instrukcja Użytkownika

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Oprogramowanie BEA WebLogic Server 7. BEA WebLogic Server 7 User's Manual Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 146
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów

Podsumowanie treści

Strona 1 - WebLogic

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

Strona 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

Strona 3 - Contents

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

Strona 4

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

Strona 5

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

Strona 6

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

Strona 7

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

Strona 8

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

Strona 9 - About This Document

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

Strona 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

Strona 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

Strona 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.

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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.

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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/

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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 &

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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.@

Strona 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

Strona 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)

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 53 - XML Files

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 59 - XML Deployment Descriptors

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 65 - EJB Porting Considerations

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

Strona 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

Strona 67

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

Strona 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

Strona 69

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

Strona 70

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

Strona 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

Strona 72

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

Strona 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

Strona 74 - Considerations

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 80

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

Strona 81 - Standalone HTML and JSPs

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

Strona 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

Strona 83

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

Strona 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

Strona 85

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

Strona 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=&

Strona 87 - Mapping Table

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

Strona 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

Strona 89

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 94

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

Strona 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

Strona 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

Strona 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

Strona 98

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

Strona 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

Strona 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

Strona 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

Strona 102

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

Strona 103

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 109

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

Strona 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

Strona 111

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

Strona 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

Strona 113

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

Strona 114

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

Strona 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

Strona 116

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

Strona 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

Strona 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

Strona 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

Strona 120

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 125

viii BEA WebLogic Server 7.0 Upgrade Guide

Strona 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

Strona 127 - Examples Server

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

Strona 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

Strona 129

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

Strona 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

Strona 131

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

Strona 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

Strona 133

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

Strona 134

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

Strona 135

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

Strona 136

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

Strona 137

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

Strona 138

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

Strona 139

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

Strona 140

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

Strona 141

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

Strona 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

Strona 143

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

Strona 144

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

Strona 145

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

Strona 146

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

Komentarze do niniejszej Instrukcji

Brak uwag