Resolved Comments for the GlassFish v3 Administration Guide

The following table lists comments that have been resolved.

Comment ID Date Section, Page Number/URL Comment Status
Example jsmith-001 Date comment entered Detailed pointer to location in the doc Detailed comment. Leave blank, writer provides
1 2007 chapter 1 The graphs displayed are cutted. For example, FIGURE 1?1 Application Server Architecture 5/1/8 TP2 Resolved.
sparrow-002 9/10/08 Page 113 Configuring theTransaction Service "Select the Transaction Service node." I can't find the "Transaction Service" node in the Configuration node on Admin Console window. My installation of GFv3-prelude is below. glassfish-v3-prelude-b23.zip 06-Sep-2008 13:51 29M In the future, will this function be implemented on the "Admin Console" of GFv3 ? 9/10/08 Transaction Service is not included in the Admin Console for Prelude, and so this chapter will not be included in the Prelude Administration Guide Yes, this function will
sparrow-001 9/09/08 Page 119 About Logging "Transaction service logs, located in the /tx subdirectory" I can't find the directory on glassfish-v3-prelude-b22 and b23 Does it mean that can use Transaction service but it is not stable? And also I can't find "HTTP service access logs" directory. 9/10/08 Logging will be entirely different for Prelude, so most of the material in the August PDF that you looked at was incorrect.
jchou-001 9/11/08 Page 132 How the Monitoring Tree Structure Works Not sure how much detail we want to go into on the tree structure. I think the command should be either asadmin list --monitor=true "server." or asadmin list --monitor=true "". Check with Prashanth on this section and the commands. Remove server.resources from the list. Add server.web to the list. done 9/25
jchou-002 9/12/08 Page 133 HTTP Service Tree As of now we don't have virtual server support under http-service, but we do have thread-pools, with thread-pool-1, thread-pool-2, etc under that done 9/25
jchou-003 9/12/08 Page 133 Resources Tree Remove this section. We don't have support for resources. HIDDEN 9/15
jchou-004 9/12/08 Page 134 How Dotted Names Are Used This section is confusing to me. Please check with Prashanth on how best to word this. prashanth provided info DONE 9/25
jchou-005 9/12/08 Page 135 Tasks for Administering Monitoring Monitorable attributes are available when monitoring is turned on, as in section To Enable Monitoring (High or Low) DONE 9/15
jchou-006 9/12/08 Page 135 Sample Scripts Don't think we have sample scripts. Check with Prashanth. Hidden 10/1
jchou-007 9/12/08 Page 135 Extensibility Also check with Prashanth about Extensibility. I'm not sure if this means users can use our monitoring framework(flashlight) to monitor what they want. Hidden 10/2
jchou-008 9/12/08 Page 135 Setting up Monitoring For Prelude Low and High are the same setting. You can use the description for Low for both - Simple statistics, such as requestCount, processingTime. We may also not want to say that turning on monitoring increases performance. Instead the monitoring for Prelude, has been designed to be highly performant. someting like that. DONE 9/15
jchou-009 9/12/08 Page 136 To Enable/Disable/Change Monitoring Remove reference to connector-connection-pool and jdbc-connection-pool HIDDEN 9/15
jchou-010 9/12/08 Page 138 To View Basic Monitoring Data The list of commonly monitored statistics needs to be updated. Most listed are not available. Check with Prashanth what should be listed. There should be = sign between --type and jvm: asadmin monitor --type=jvm server done 9/25
jchou-011 9/12/08 Page 139 To View Comprehensive Monitoring Data Command should be asadmin list --monitor=true "*". Remove server.resources. Actually it shows: server.jvm.memory server.web.request server.jvm server.jvm.garbage-collectors server.jvm.garbage-collectors.MarkSweepCompact server.web.jsp server.jvm.garbage-collectors.Copy server.web server.applications server.http-service server.jvm.class-loading-system server.web.servlet server.http-service.thread-pool.thread-pool-1 server.jvm.runtime server.jvm.compilation-system server.jvm.operating-system server.web.session server.http-service.thread-pool server done 9/25
jchou-012 9/12/08 Page 139 Display monitoring statistics for a monitored component or service Command should be asadmin get --monitor=true server.jvm.* The output shows: server.jvm.runtime.uptime = 2025687 server.jvm.memory.maxHeapSize = 518979584 server.jvm.runtime.classPath = C:/gfv3_0910/v3/distributions/web/target/glassfish/modules/glassfish-10.0-SNAPSHOT.jar server.jvm.runtime.vmVersion = 1.5.0_15-b04 server.jvm.operating-system.name = Windows XP server.jvm.runtime.specVendor = Sun Microsystems Inc. server.jvm.compilation-system.totalCompilationTime = 1757 server.jvm.garbage-collectors.Copy.collectionCount = 196 server.jvm.class-loading-system.totalLoadedClassCount = 6526 server.jvm.runtime.specName = Java Virtual Machine Specification server.jvm.runtime.vmName = Java HotSpot(TM) Client VM server.jvm.operating-system.arch = x86 server.jvm.runtime.specVersion = 1.0 server.jvm.compilation-system.name = HotSpot Client Compiler server.jvm.runtime.name = 3380@moonbeam server.jvm.memory.initNonHeapSize = 8585216 server.jvm.memory.objectPendingFinalizationCount = 0 server.jvm.memory.usedNonHeapSize = 34646544 server.jvm.garbage-collectors.Copy.collectionTime = 1217 server.jvm.operating-system.availableProcessors = 2 server.jvm.memory.committedHeapSize = 70803456 server.jvm.memory.initHeapSize = 0 server.jvm.memory.usedHeapSize = 50498520 server.jvm.memory.committedNonHeapSize = 34734080 server.jvm.memory.maxNonHeapSize = 100663296 server.jvm.operating-system.version = 5.1 server.jvm.garbage-collectors.MarkSweepCompact.collectionCount = 5 server.jvm.class-loading-system.unloadedClassCount = 46 server.jvm.garbage-collectors.MarkSweepCompact.collectionTime = 892 server.jvm.class-loading-system.loadedClassCount = 480 server.jvm.runtime.managementSpecVersion = 1.0 server.jvm.runtime.vmVendor = Sun Microsystems Inc. done 9/25
jchou-013 9/12/08 Page 140 Showing Monitorable Applications Command should be asadmin list --monitor=true server.applications.*. Ouput would look like: server.applications.hello server.applications.hello.server done 9/25
jchou-014 9/12/08 Page 140 Showing Attributes from a Java Application Might want to change heading to 'Showing Attributes from a Web Application'. Command should be asadmin get --monitor=true server.applications.hello* Output would look like: server.applications.hello.server.totalJspsLoadedCount = 1 server.applications.hello.server.totalServletsLoadedCount = 0 server.applications.hello.server.activatedSessionsTotal = 0 server.applications.hello.server.expiredSessionsTotal = 0 server.applications.hello.server.rejectedSessionsTotal = 0 server.applications.hello.server.sessionsTotal = 1 server.applications.hello.server.activeJspsLoadedCount = 1 server.applications.hello.server.activeSessionsHigh = 1 server.applications.hello.server.maxJspsLoadedCount = 1 server.applications.hello.server.activeSessionsCurrent = 1 server.applications.hello.server.passivatedSessionsTotal = 0 server.applications.hello.server.persistedSessionsTotal = 0 server.applications.hello.server.maxServletsLoadedCount = 0 server.applications.hello.server.activeServletsLoadedCount = 0 done 9/25
jchou-015 9/12/08 Page 141 Showing a Specific Attribute Change to use jvm attribute uptime. We don't have lastsampletime. Command should be asadmin get --monitor=true server.jvm.runtime.uptime done 9/25
jchou-016 9/12/08 Page 141 Showing an Unknown Attribute Actually it shows no stats and Command get executed successfully. This might be a bug though. deleted per Prashanth 9/25
jchou-017 9/12/08 Page 141 Expected Output for list and get Commands I think list -m should be replaced with list --monitor=true, and get -m should be get --monitor=true. -m didn't work for me. asadmin list --monitor=true server doesn't not return me anything. Remove the first row. For asadmin get --monitor=true server.*, replace Output description 'No output...' to 'Displays monitoring data for all monitorable objects under server' done 9/25
jchou-018 9/12/08 Page 142 Expected Output for list and get Commands Table 11-1 Top Level row 3 Command should be get --monitor=true. Output should be 'Lists all monitoring data under server' done 9/25
jchou-019 9/12/08 Page 142 Expected Output for list and get Commands Table 11-2 Applications Level row 1 Remove row 1. Doesn't show me anything REMOVED 9/15
jchou-020 9/12/08 Page 142 Expected Output for list and get Commands Table 11-2 Applications Level row 2 Command should be list --monitor=true done 9/25
jchou-021 9/12/08 Page 142 Expected Output for list and get Commands Table 11-2 Applications Level row 3 Command should be get --monitor=true, Output should be 'Lists all monitorable attributes under the applications node. done 9/25
jchou-022 9/12/08 Page 142 Expected Output for list and get Commands Table 11-3 HTTP Service Level row 3 Right now we only list thread pools under http-service. We might try to do more for Prelude - not sure. done 9/25
jchou-023 9/12/08 Page 143 Expected Output for list and get Commands Table 11-4 Resources Level Remove Resources table. done 9/25
jchou-024 9/12/08 Page 143 Expected Output for list and get Commands Table 11-5 JVM Level 1st row: Command should be list --monitor=true, Dotted name should be server.jvm.*, Output should be 'List of monitorable objects under the JVM node.'; 2nd row: Command should be get --monitor=true done 9/25
jchou-024 9/12/08 Page 143 Expected Output for list and get Commands Table Might want to have a table for server.web.* added table 9/25
jchou-026 9/12/08 Page 148 Statistics for Monitored Components and Services Might want to have a section for Web Container Statistics. With stats: requestCount, errorCount, processingTime, maxTime, persistedSessionsTotal, expiredSessionsTotal, sessionsTotal, passivatedSessionsTotal, rejectedSessionsTotal, activeSessionsCurrent, activeSessionsHigh, activatedSessionsTotal, totalJspsLoadedCount, maxJspsLoadedCount, activeJspsLoadedCount, totalServletsLoadedCount, activeServletsLoadedCount, maxServletsLoadedCount Added to guide 9/25
jchou-027 9/12/08 Page 149 JDBC Connection Pool Statistics Remove this section. jdbc connection pool statistics aren't available for Prelude. HIDDEN 9/15
jchou-028 9/12/08 Page 150 JVM Statistics Remove Table 11-15 Thread Info and Table 11-16 Threads. Not availabe in Prelude HIDDEN 9/15
shalm-001 10/10/08 Page 80 List JDBC Connection Pools In Example 5-4, the asadmin command should read as "list-connection-pools" instead of "list-connection-pool" Accepted 10/10 DONE
shalm-002 10/10/08 Page 81 Before you begin Point number 2 should have "list-connection-pools" instead of "list-connection-pool" Accepted 10/10 DONE
shalm-003 10/10/08 remark5-1 Answer : Yes. Making the JAR file accessible to the domain server instance is the same as integrating the JDBC driver into an administrative domain. In step 7, it could mentioned like "Integrate the JDBC driver , if not already done so in step 3, ...... "Accepted 10/10 DONE thanks for straightening this out
shalm-004 10/10/08 remark5-2 Step 7 is the same as Step 3. Is step 3 was not done, step 7 should be done. It is an explanation of how step3/step7 can be done. I see that there is a section on Integrating the JDBC driver on page 84. Instead of explaining this procedure here, a link could be provided to the section on page 84. Accepted 10/10 DONE
shalm-005 10/10/08 remark5-3 Making JAR file accessible is explained in the Integrating JDBC driver section on page 84. A link could be provided for the same. Accepted 10/10 DONE
yifeng-001 10/10/08 page 32 under Administration Console topic,tasks described are outdated. general tab only has stop instance push button, name (of machine), HTTP Port(s), IIIP Port(s),Configuration Directory, Installed Version and Debug all removed 10/14
yifeng-002 10/10/08 page 32 under Administration Console topic,tasks described are outdated. under "the following tables allow you to perform additional tasks", not sure what tabs mean here, Resources, Applications are tree nodes. So if you want to describe tree nodes, these are what we have: Registration, Application Server, Applications, Resources, Configuration removed 10/14
Sujatha-001 10/10/08 page 45 There is a typo for asadmin: In the "Example 2-6, the following line shows typo for asadmin "sadmin login --host foo --port 828" accepted 10/14 DONE
Sujatha-002 10/10/08   Under "Basic Administration Commands" Documentation is missing for login(1) and Monitor(1). Clicking on login (1) and Moniotor(1) links go to the page and saying :"Note: The requested part of this document could not be found." both links work for me, to top of the man page Reference doc
nluu-001 10/10/08 page 58 Under "To Install an Add-On Component", the link "Sun GlassFish Enterprise Server v3 Prelude Installation Guide" returns "Not Found" links to books not published yet won't work until release
nluu-002 10/10/08 page 58 and 63 Under "To Install an Add-On Component" and "To Restore an Older Version of the Component", please remove "./" from "./pkg list -a" to make it consistent with all other commands, i.e. other commands do not have "./" in front of them accepted 10/14 DONE
nluu-003 10/10/08 page 76 and 77 Under "Example 5-1" and "Example 5-2", please add the asadmin command to the start-database and stop-database commands in the examples to make them clearer, i.e. asadmin start-database ... accepted 10/14 DONE
nluu-004 10/10/08 page 76 Under "Example 5-1", "glassfish" directory is missing; please update the directory /opt/SUNWappserver/databases/derby.log to as-install/glassfish/databases/derby.log accepted 10/14 DONE
nluu-005 10/10/08 page 77 Under "Java DB Utility Scripts", the scripts are not in as-install/javadb/bin since there is no bin directory, but they are in as-install/javadb/frameworks/NetworkServer/bin accepted 10/14 DONE
nluu-006 10/10/08 page 21 Table P-2 Default Paths and File Names, please update glassfish-v3tp2 to glassfishv3-prelude sent info to Paul for preface update
anissa-01 10/12/08 page 26. Enterprise Server Concepts Each domain has a domain administration server (DAS) which consists of zero or more standalone instances. For v3 prelude, only 1 server instance for each domain, ie the DAS itself accepted 10/14 DONE
anissa-02 10/12/08 pg 32. Administration Console Except for Stopping a domain, and Using the Update Tool, none of the task mentioned is supported in v3 prelude removed 10/14 DONE
anissa-03 10/12/08 pg 32. Administratin Console the tabs mentioned is wrong. There is only General, JVM, Advanced and Monitor tab. removed
kenpaulsen-01 10/13/08 pg 57. About Extending Enterprise Server Suggestion: The current text describes the modules in a way that allows you to pick and choose. Perhaps it should also emphasize that it is designed this way to allow you to add your own customizations or entirely new components (not just pre-existing components). Since this is the administrator's guide, (not developer's) there is no topic on how to customize the admin console itself. It might be worth metioning the ability to customize or add new pages to the admin console and direct them to where they can find more information. Here's a link that might be worth pointing to: V3IntegrationPoint I think there's a guide coming out that will focus on this topic which would also be worth referring to. accepted 10/15 I will revise this material and also refer to material in the new Add-on Components Dev guide for info on customizing and creating new components. 10/16 accepted. I am reducing overview material in the Admin Guide (HK2 and OSGi are mentioned) and linking to the new Add-On Component Development guide where they go into more depth. DONE
davisn-01 10/13/08 pg 39. Basic Administration Chapter Not sure if the server is still called as Enterprise Server and the master password is still be using (please, double check). Former Application Server is Enterprise Server. Master password comment accepted 10/15 DONE
davisn-02 10/13/08 pg 40. Basic Administration Chapter --template option should be removed since it is not applicable for V3 server accepted 10/15 DONE
davisn-03 10/13/08 pg 44. Basic Administration Chapter The long return message after "asadmin start-domain domain1" command should be replaced by a short message "Admin port for the domain: 4848." accepted 10/15 DONE
davisn-04 10/13/08 pg 45. Basic Administration Chapter The return message after "asadmin stop-domain sampleDomain" command should be replaced by "Waiting for the domain to stop ......." accepted 10/15 DONE
davisn-05 10/13/08 pg 46. Basic Administration Chapter "asadmin login --host myhost" command should return message: Enter admin user name Enter to accept default >admin Enter admin password> GlassFish Prelude 10.0-SNAPSHOT (build b28) Admin login information for host {localhost} and port {4848} is being overwritten with credentials provided. This is because the --savelogin option was used during create-domain command....... accepted 10/15 DONE
davisn-06 10/13/08 pg 51. Basic Administration Chapter asadmin list-commands should have the local list commands below (11 commands) create-domain delete-domain list-commands list-domains login monitor start-database start-domain stop-database stop-domain version accepted 10/15 DONE
davisn-07 10/13/08 pg 54. Basic Administration Chapter asadmin add-resources command seems do not include the "Add Resource Type: persistent-manager-factory-resource" information, please verify verified by Prashanth; accepted 10/15 DONE
davisn-08 10/13/08 pg 55. Basic Administration Chapter asadmin version command have incorrect return message Version= Sun Java System Application 9.1 accepted 10/15. I assume version should be GlassFish Prelude 10.0 (See davisn-05 above.) DONE
davisn-09 10/13/08 pg 117. Administering User Security Chapter Shouldn't have "To Configure a JDBC Realm for a Java EE Application" information on the page since there is no Java EE Application for Glassfish V3 Prelude server accepted 10/15 DONE
sreeni-01 10/14/08 pg 25 The statement "The Sun GlassFishTM Enterprise Server provides a Java EE-compatible server" is not correct since Prelude is not EE compliant. accepted 10/15 DONE
sreeni-02 10/14/08 pg 25 EJB is not built into Prelude but it will be available as a separate package, pl. verify the latest status Declined 10/15 pkgs are not listed in the Admin Guide except as an example list
sreeni-03 10/14/08 pg 25 Pl. remove content not related to Prelude for ex. clusetring, node-agents, etc. Declined 10/15 clustering, node agents are not mentioned in the Admin Guide. Need more specifics for other issues.
sreeni-04 10/14/08 pg 28 Need ta talk about OSGi in addition to HK2 as part of Modular Extensibility accepted 10/15 DONE
sreeni-05 10/14/08 pg 34 Pl. verify the list of concepts which are applicable for Prelude. accepted 10/15 will remove app, config, instance, resource. DONE
sreeni-06 10/14/08 pg 45 Change 'sadmin login ...' to 'asadmin login ...' accepted 10/15 DONE
sreeni-07 10/14/08 pg 48 Change 'Identities the name of the property' to 'Identifies the name of the property' accepted 10/15 DONE
sreeni-08 10/14/08 pg 49 Eample 2-10, change 'http-listener-port=1088' to 'http-listener-port' accepted 10/15 DONE
sreeni-09 10/14/08 pg 58 The link 'http://docs.sun.com/doc/820-5968' is not accesible Declined 10/15 Links to docs that have not been published will not work yet. Only links to TP2 docs will work now.
sreeni-10 10/14/08 pg 58 Mention how the binary 'pkg' is going to be available, for ex. specify the location and set it in path accepted 10/16 DONE
sreeni-11 10/14/08 pg 103 I think it should be 'AS_ADMIN_MASTERPASSWORD' instead of 'AS_ADMIN_MAPPEDPASSWORD' accepted 10/16 DONE
sreeni-12 10/14/08 pg 112 It should be 'JDBC' instead of 'JDCB' accepted 10/16 DONE
sreeni-13 10/14/08 pg 136 Change the ProductName-Version from 'GlassFish10.0' to 'glassfish' accepted 10/16 DONE
sreeni-14 10/14/08 pg 165 Pl. make sure that the Admin Commands listed are consistent with what Paul has 10/16 They are, except for deploydir. I will add it without a link since it is deprecated. DONE
sreeni-15 10/14/08 common In prelude anonymous login is possible and request you to mention it appropriately 10/16 I've seen email discussion saying this is security risk and should not be mentioned (it is mentioned in installation guide). Please confirm. I've mentioned anonymous login in multiple places in the guide. DONE
sreeni-18 10/14/08 common Trouble shooting info on debugging, admin iTeam, admin alias, dev alias, etc. 10/16 Declined. Troubleshotting/debugging documentation was not specified for Prelude. SME needs to contact me with information immediately if this is to go into Prelude Admin Guide. Aliases should go into Preface or maybe RN; I will contact Paul Davies. Paul responded that Glassfish community aliases do not belong in the Sun-branded docs.
janey-01 10/14/08 pg 21 Default values for as-install is: install-dir/glassfishv3-prelude/glassfish 10/16 sent to Paul Davies for Preface
janey-02 10/14/08 pg 21 Remove row in the table about instance-dir. Prelude does not support instance. 10/16 sent to Paul Davies for Preface
janey-03 10/14/08 pg 26-28 Remove section about domain and instance. 10/16 removed Server Instance section and throughout the doc. However, I suggest removing all overview material for Enterprise Server as most of it is not for Prelude. Please discuss with team. Please chck material for Profilers p.70 and p. 169, and Audit Modules p.104. I'm not sure how to rewrite without "server instance." 10/24 Met with Sreeni. We decided to hide all the application server overview material in chapter 1 for Prelude.
janey-04 10/14/08 pg 30 Not sure if we're supporting JMS, JavaMail and JBI in Prelude. Please ask Kedar or Sreeni if these resources are supported. 10/16 I suggest removing all overview material for Enterprise Server as most of it is not for Prelude. Please discuss with team. 10/24 Met with Sreeni. We decided to hide all the application server overview material in chapter 1 for Prelude.
janey-05 10/14/08 pg 33 The first bullet in "Difference Between Remote Commands and Local Commands", specify the default port number, 4848 is assumed. 10/16 accepted DONE
janey-06 10/14/08 pg 33 Add a sentence to tell the user that asadmin utility is located in the glassfishv3-prelude/bin directory. 10/16 Declined. Doc style in preface is as-install replaceable is equal to glassfishv3-prelude, so as-install/bin.
janey-07 10/14/08 pg 34 First and second bullet in "local commands" section. I don't know if --domain option is supported. Which command is this? 10/16 material has been hidden for Prelude.
janey-08 10/14/08 pg 35 In "To Start the asadmin Utility", multimode is not supported so remove the paragraph about starting asadmin with "./asadmin". 10/16 accepted DONE
janey-09 10/14/08 pg 36 Remove "asenv.conf" for the list of Configuration files. Also remove any reference to this file. GFv3 Prelude does not associate to this file. 10/16 accepted. This is the only one to remove? These config files are not mentioned in this guide other than this list. Only logging.properties file is documented in Admin guide. 10/24 Met with Sreeni. All config files hidden except asadminenv.conf, domain.xml, logging.properties, resources.xml, server.policy. DONE
janey-10 10/14/08 pg 39 Remove references to server instances. 10/16 accepted. DONE
janey-11 10/14/08 pg 40 List commands that accepts the options listed to administer domain. I see that you have create-domain at the end. If this is the only command that accepts these options please state that in the beginning of this section. You may want to verify these options with Siraj to see if they are supported in GFv3 Prelude. 10/16 accepted. Because the options do not apply to all the commands in the section, I will remove all the Command Options sections in the guide and let users rely on man pages. DONE
janey-12 10/14/08 pg 41 In the create-domain example --profile is not supported in GFv3 Prelude. Please remove. 10/16 See janey-11. This material removed. DONE
janey-13 10/14/08 pg 43 In delete-domain example (Example 2-3), remove the multimode syntax, "asadmin>" accepted 10/16 DONE
janey-14 10/14/08 pg 44 The example in starting the domain (Example 2-4) is wrong. Please execute start-domain on GFv3 Prelude and provide the output for this section. 10/16. Comment applies to all command examples in the book. Command output was taken from the man pages, which apparently were not reviewed for Prelude. It's too late in cycle for me to generate the content myself. However, if SME can provide content for all command examples, I will put it in. 10/24 Updated all output examples in the guide from Jennifer's material. DONE
janey-15 10/14/08 pg 44 Add a sentence about starting the domain with server log outputs to the console by using "start-domain -v", -v or --verbose option. 10/16 accepted DONE
janey-16 10/14/08 pg 44 The out of stopping the domain (Example 2-5) is wrong. Please execute sotp-domain on GFv3 Prelude and provide the output for this section. 10/16 See janey-14. DONE
janey-17 10/14/08 Basic Administration Please add a section about passwordfile option. Specifically what entry should be in this file. 10/16 Declined. Removed all example text that included -passwordfile, per Jennifer. Password file documentation is in the System Security chapter.
janey-18 10/14/08 pg 58 The packages list in this section is old. Please update with the latest packages. This is intended as an example and not a particular listing. It's too late in cycle for me to generate the content myself. However, if SME provides content, I will put it in.
Kana-01 10/23/08 pg 38 "To start the Administration Console for domain46 in a browser, enter the URL in the following format:" domain46 -> domain6 Revised by another reviewer. DONE
Kana-02 10/23/08 pg 39 http://hostname:5000

->

http://hostname:6868

Revised by another reviewer. DONE
Kana-03 10/24/08 pg 48 The output for a list-containers seems to be incorrect. Is this not an output for list-commands ? Revised by another reviewer. DONE
shalm-01 05/21/09 Page 212, Monitoring Table 15-5 : The command in second row would produce an output with list of attributes and values corresponding to all jdbc connection pools in the system. This needs to be changed. done 5/28/9
shalm-02 05/21/09 Page 212, Monitoring Table 15-5 : The Dotted Name in the third row should have been "server.resources.connection-pool1". There is no intermediate "jdbc-connection-pool-pool" as mentioned in the doc. done 5/28/9
shalm-03 05/21/09 Page 212, Monitoring Table 15-5 : The Dotted Name in the fourth row should have been "server.resources.connection-pool1.*". There is no intermediate "jdbc-connection-pool-pool" as mentioned in the doc. done 5/28/9
shalm-04 05/21/09 Page 219, Monitoring Remark:15-5 Table 15-10 : averageconnwaittime statistic is to be removed as this is not yet implemented. done 5/28/9
shalm-05 05/21/09 Page 219, 220 Monitoring Remark 15-5 Table 15-10 : Please mark all Units and Data types as "Number" and "CountStatistic" respectively. As of now, all the statistics have been implemented as CountStatistic. done best guess 5/28/9
shalm-06 05/21/09 Page 209, Remark 15-3 "count" is the only statistic that is exposed as of now. Please add description for "count" statistic taken from v2. there's no jdbc common monitoring for monitor command. removed my placeholder section
shalm-07 05/21/09 Page 205, Remark 15-2 The JDBC tree contains the nodes : "server.resources" and its sub-nodes are the pool names of the existing jdbc connection pools. Sub-nodes of each of the poolNames are the various statistics mentioned in Table 15-10 on page 219 and 220. done 5/28/9
shalm-08 05/21/09 Page 78, To Edit a JDBC Connection Pool Step 2 should state "View the attributes of the ...". It quotes a wrong example. It has to be changed to "asadmin get resources.jdbc-connection-pool.DerbyPool". Step 2 could also include "asadmin get resources.jdbc-connection-pool.DerbyPool.property" to view properties of a JDBC connection pool. done 5/28/9
shalm-09 05/21/09 Page 78, To Edit a JDBC Connection Pool Step 3 should be "Set an attribute of the JDBC connection pool by using the set command". Also this step quotes a wrong example. It has to be changed to "asadmin set resources.jdbc-connection-pool.DerbyPool.steady-pool-size=9" done 5/28/9
shalm-10 05/21/09 Page 78, To Edit a JDBC Connection Pool Step 3 could also include information on setting a property with example "asadmin set resources.jdbc-connection-pool.DerbyPool.property.serverName=host1" Later
shalm-11 05/21/09 Page 32, Configuration Changes That Require Server Restart Should "Creating or deleting a resource or entity (Exception: Some JDBC.." be removed from here? JDBC Connection pool/JDBC resource creation are dynamic. I see them included in "Dynamic Configuration Changes" on page 33. Applications that refer to the jdbc resource need to redeployed or the server needs to be restarted in this case. changed wording of Exception 5/28/9
shalm-12 05/21/09 Page 80, Administering JDBC Resources Minor : A typo at "Unse a unique Java Naming...". Should have been "Use a unique Java Naming..." done 5/28/9
shalm-13 05/21/09 Page 80, To Create a JDBC Resource Minor : Grammatical error : ".... use only the jdbc/name format". Please remove the trailing "is used". done 5/28/9

Return to Administration Guide comments page