- ==== //depot/universe/tools/win32/bea/user_projects/domains/DocentClusterDomain/config.xml#7 - c:\depot\universe\tools\win32\bea\user_projects\domains\DocentClusterDomain\config.xml ==== (binary)
- Index: //depot/universe/tools/win32/bea/user_projects/domains/DocentClusterDomain/config.xml
- --- depot/universe/tools/win32/bea/user_projects/domains/DocentClusterDomain/config.xml #7
- +++ depot/universe/tools/win32/bea/user_projects/domains/DocentClusterDomain/config.xml 2003-11-11 22:16:24 -0800
- @@ -6,21 +6,21 @@
- <SSL Enabled="false" HostnameVerificationIgnored="false"
- IdentityAndTrustLocations="KeyStores" Name="admin"/>
- </Server>
- - <Server Cluster="DocentCluster" IIOPEnabled="false"
- - ListenAddress="127.0.0.1" ListenPort="8001" Name="Docent1"
- - NativeIOEnabled="true" ServerVersion="8.1.1.0" XMLEntityCache="XMLCacheMBean_Docent1">
- + <Server Cluster="DocentCluster" DomainLogFilter="Info"
- + IIOPEnabled="false" ListenAddress="127.0.0.1" ListenPort="8001"
- + Name="Docent1" NativeIOEnabled="true" ServerVersion="8.1.1.0" XMLEntityCache="XMLCacheMBean_Docent1">
- <SSL Enabled="false" IdentityAndTrustLocations="KeyStores" Name="Docent1"/>
- <ExecuteQueue Name="weblogic.kernel.Default" ThreadCount="15"/>
- </Server>
- - <Server Cluster="DocentCluster" IIOPEnabled="false"
- - ListenAddress="127.0.0.1" ListenPort="8002" Name="Docent2"
- - NativeIOEnabled="true" ServerVersion="8.1.1.0" XMLEntityCache="XMLCacheMBean_Docent2">
- + <Server Cluster="DocentCluster" DomainLogFilter="Info"
- + IIOPEnabled="false" ListenAddress="127.0.0.1" ListenPort="8002"
- + Name="Docent2" NativeIOEnabled="true" ServerVersion="8.1.1.0" XMLEntityCache="XMLCacheMBean_Docent2">
- <SSL Enabled="false" IdentityAndTrustLocations="KeyStores" Name="Docent2"/>
- <ExecuteQueue Name="weblogic.kernel.Default" ThreadCount="15"/>
- </Server>
- - <Server Cluster="DocentCluster" IIOPEnabled="false"
- - ListenAddress="127.0.0.1" ListenPort="8003" Name="Docent3"
- - NativeIOEnabled="true" ServerVersion="8.1.1.0" XMLEntityCache="XMLCacheMBean_Docent3">
- + <Server Cluster="DocentCluster" DomainLogFilter="Info"
- + IIOPEnabled="false" ListenAddress="127.0.0.1" ListenPort="8003"
- + Name="Docent3" NativeIOEnabled="true" ServerVersion="8.1.1.0" XMLEntityCache="XMLCacheMBean_Docent3">
- <SSL Enabled="false" IdentityAndTrustLocations="KeyStores" Name="Docent3"/>
- <ExecuteQueue Name="weblogic.kernel.Default" ThreadCount="15"/>
- </Server>
- @@ -86,4 +86,5 @@
- StagingMode="nostage" TwoPhase="true">
- <WebAppComponent Name="HttpClusterServlet" Targets="admin" URI="HttpClusterServlet"/>
- </Application>
- + <DomainLogFilter Name="Info" SeverityLevel="64"/>
- </Domain>
- ==== //depot/universe/tools/win32/bea/user_projects/domains/DocentDomain/classes/weblogic/log4j.properties#1 - c:\depot\universe\tools\win32\bea\user_projects\domains\DocentDomain\classes\weblogic\log4j.properties ====
- Index: //depot/universe/tools/win32/bea/user_projects/domains/DocentDomain/classes/weblogic/log4j.properties
- --- depot/universe/tools/win32/bea/user_projects/domains/DocentDomain/classes/weblogic/log4j.properties #1
- +++ depot/universe/tools/win32/bea/user_projects/domains/DocentDomain/classes/weblogic/log4j.properties 2003-11-11 22:16:24 -0800
- @@ -2,9 +2,11 @@
- # For related information and examples, see http://jakarta.apache.org/log4j
-
- # Suppress messages below INFO level, as a rule:
- -log4j.rootLogger=INFO, WebLogic
- +log4j.rootLogger=WARN, WebLogic
- # There may be exceptions to the rule:
- #log4j.logger.com.docent.lms.entities.reference.CacheRefreshJob=DEBUG
- +#log4j.logger.com.docent.lms.web.emulate65.LoginService=DEBUG
- +#log4j.logger.net.sf.hibernate.SQL=INFO
- #log4j.logger.net.sf.hibernate=DEBUG
-
- # Append messages to the WebLogic Server log:
- ==== //depot/universe/tools/win32/bea/user_projects/domains/DocentDomain/startWebLogic-debug.cmd#6 - c:\depot\universe\tools\win32\bea\user_projects\domains\DocentDomain\startWebLogic-debug.cmd ====
- Index: //depot/universe/tools/win32/bea/user_projects/domains/DocentDomain/startWebLogic-debug.cmd
- --- depot/universe/tools/win32/bea/user_projects/domains/DocentDomain/startWebLogic-debug.cmd #6
- +++ depot/universe/tools/win32/bea/user_projects/domains/DocentDomain/startWebLogic-debug.cmd 2003-11-11 22:16:24 -0800
- @@ -60,7 +60,7 @@
- set JAVA_OPTIONS=-Dlog4j.configuration=weblogic/log4j.properties
-
- @rem Enable remote debugging
- -set JAVA_OPTIONS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8788,server=y,suspend=y %JAVA_OPTIONS%
- +set JAVA_OPTIONS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,address=javadebug,server=y,suspend=y %JAVA_OPTIONS%
-
- @rem Set MEM_ARGS to the memory args you want to pass to java. For instance:
- @rem if "%JAVA_VENDOR%"=="BEA" set MEM_ARGS=-Xms32m -Xmx200m
# |
Change |
User |
Description |
Committed |
|
#1
|
5121 |
John Kristian |
corrected capitalization |
20 years ago
|
|