';
+
if (isset($_COOKIE["website_release_stage"])) {
- print "
The default stage for this site is overridden for this browser session by the cookie 'website_release_stage' and may differ
+ echo "
The default stage for this site is overridden for this browser session by the cookie 'website_release_stage' and may differ
from the actual stage. Delete this cookie or restart your browser to revert to the default.
";
}
- /**
- // only development sites can change their stage on the fly
- if ($stage_value == $stages['DEVELOPMENT'] || isset($_COOKIE["website_release_stage"])) {
- print "
";
- }
- */
+ /**
+ * // only development sites can change their stage on the fly
+ * if ($stage_value == $stages['DEVELOPMENT'] || isset($_COOKIE["website_release_stage"])) {
+ * echo "
";
+ * }
+ */
} else {
- print "The 'WEBSITE_RELEASE_STAGE' environment variable is not set.";
+ echo "The 'WEBSITE_RELEASE_STAGE' environment variable is not set.";
}
-
- ?>
+?>
Build State
- Last build was for 'get('!Last.build.component') ?>
- get('!Last.build.initialTarget') ?>'
- on get('!Last.build.timestamp') ?>
+ Last build was for '= $build_info->get('!Last.build.component') ?>
+ = $build_info->get('!Last.build.initialTarget') ?>'
+ on = $build_info->get('!Last.build.timestamp') ?>[?]
+ onmouseout="return nd();">[?]
-Subversion working directories are recorded at build time. An incomplete build will result in an incomplete list.
-Any subversion working directories in project_home that are not defined as dependencies in the GUS/Ant build will not be listed.
-
+ Subversion working directories are recorded at build time. An incomplete build will result in an incomplete list.
+ Any subversion working directories in project_home that are not defined as dependencies in the GUS/Ant build will
+ not be listed.
+
Component Build Details ↑↓
A given build may not refresh all project components.
- The following is a cummulative record of past builds.
+ The following is a cummulative record of past builds.
@@ -73,11 +69,11 @@
';
+ echo '
';
} else {
- print '
';
+ echo '
';
}
- print "
$p
";
- print "
$v
";
- print "
\n";
+ echo "
$p
";
+ echo "
$v
";
+ echo "\n";
$i++;
}
}
@@ -106,15 +102,15 @@
State at build time. Uncommitted files are highlighted. Files may have been committed
- since this state was recorded.
+ since this state was recorded.
";
- print "
$key
";
- print "
$v
";
- print "\n";
+ echo "
";
+ echo "
$key
";
+ echo "
$v
";
+ echo "
\n";
}
}
?>
@@ -140,114 +136,68 @@
Subversion State Matching
Run the following command from within your $PROJECT_HOME to switch it to match this site.
- curl -sL /dashboard/xml/svn/switch/value | /bin/sh
+ curl -sL /dashboard/xml/svn/switch/value | /bin/sh
- The following configurations were obtained from the WDK's running instance of the ModelConfig* classes. These generally represent values defined in
- the model-config.xmlat the time the webapp was loaded,
- although some properties shown may have been added by the WDK's internals. Passwords have been masked in this display.
- This information is not suitable for
- copying directly into the model-config.xml as the attribute names shown here may not match the RNG spec.
+ The following configurations were obtained from the WDK's running instance of the ModelConfig* classes. These
+ generally represent values defined in
+ the model-config.xmlat the time the webapp was loaded,
+ although some properties shown may have been added by the WDK's internals. Passwords have been masked in this display.
+ This information is not suitable for
+ copying directly into the model-config.xml as the attribute names shown here may not match the RNG spec.
-
-The following configurations were obtained from the WDK's running instance of the CommentConfig class. These generally represent values set in
-comment-config.xml although some processing may occur by the WDK parser.
-The CommentConfig class is instantiated on the first page access requiring it (e.g. this page or the showAddComment.do action) - not at webapp load time. Passwords have been masked in this display.
-This information is not suitable for copying directly into the comment-config.xml as the attribute names shown here may not match the RNG spec.
-
-
+
+ The following configurations were obtained from the WDK's running instance of the CommentConfig class. These
+ generally represent values set in
+ comment-config.xml although some processing may occur by the WDK parser.
+ The CommentConfig class is instantiated on the first page access requiring it (e.g. this page or the
+ showAddComment.do action) - not at webapp load time. Passwords have been masked in this display.
+ This information is not suitable for copying directly into the comment-config.xml as the
+ attribute names shown here may not match the RNG spec.
+
Number of connections currently in use by the application. A high number might indicate a leak. This value is
+ managed by the web application.
+
+
+
+
NumActive
+
= strtolower($pool_attribs['NumActive']) ?>
+
The number of connections currently borrowed from the pool. This value is managed by the connection pool
+ library.
+
+
+
+
NumIdle
+
= strtolower($pool_attribs['NumIdle']) ?>
+
The number of connections currently idle in the pool. This value is managed by the connection pool library.
+
+
+
-
- Configuration
-
-
- The following are current runtime values retreived through the API of the active connection pool.
- See DBCP javadocs
- for explanation of parameters.
-
+
+ Dump = $db_display_name ?>DB stats to log
+ Open connection information will be recorded to the Log4J log for this webapp.
+
+
+
-
-
-
Parameter
-
Value
-
-
-
-
-
-
-
-
+
+ Configuration
+
+
+ The following are current runtime values retreived through the API of the active connection pool.
+ See DBCP
+ javadocs
+ for explanation of parameters.
+