[Ds-java-dev] svn commit r16703 -
trunk/solutions/data-services/java/docs/design/storyboards
svn at wso2.org
svn at wso2.org
Thu May 8 07:54:37 PDT 2008
Author: azeez
Date: Thu May 8 07:54:32 2008
New Revision: 16703
Log:
Added:
trunk/solutions/data-services/java/docs/design/storyboards/restart.html
trunk/solutions/data-services/java/docs/design/storyboards/shutdown.html
Modified:
trunk/solutions/data-services/java/docs/design/storyboards/index.html
trunk/solutions/data-services/java/docs/design/storyboards/menu.html
Modified: trunk/solutions/data-services/java/docs/design/storyboards/index.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/index.html (original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/index.html Thu May 8 07:54:32 2008
@@ -5,7 +5,7 @@
<title>WSO2 Data Services</title>
</head>
-<frameset rows="*" cols="299,*" framespacing="1" frameborder="yes" border="1" bordercolor="#666666">
+<frameset rows="*" cols="244,*" framespacing="1" frameborder="yes" border="1" bordercolor="#666666">
<frame src="menu.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frameset rows="68,*" cols="*" framespacing="1" frameborder="yes" border="1" bordercolor="#666666">
<frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
Modified: trunk/solutions/data-services/java/docs/design/storyboards/menu.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/menu.html (original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/menu.html Thu May 8 07:54:32 2008
@@ -19,8 +19,8 @@
<li><a href="keystore-mgt.html" target="mainFrame">Key Stores </a></li>
</ul>
</li>
- <li>Shutdown</li>
- <li>Restart</li>
+ <li><a href="shutdown.html" target="mainFrame">Shutdown</a></li>
+ <li><a href="restart.html" target="mainFrame">Restart</a></li>
</ul>
<p><strong>Monitor</strong></p>
<ul>
Added: trunk/solutions/data-services/java/docs/design/storyboards/restart.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/restart.html Thu May 8 07:54:32 2008
@@ -0,0 +1,24 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+<p><strong>Restart</strong></p>
+<p>
+<fieldset>
+<legend>Restart your server instance</legend>
+<p><a onclick="javascript:wso2.wsf.Util.shutdownServerGracefully();" style="cursor: pointer;" href="#">
+ Graceful Restart
+ </a></p><p>
+ Stop accepting new requests, continue to process already received requests, and then restart the server.
+ </p><br><p><a onclick="javascript:wso2.wsf.Util.shutdownServer();" style="cursor: pointer;" href="#">
+ Forced Restart
+ </a></p><p>
+ Forcefully restart the server.
+ </p></fieldset>
+</p>
+</body>
+</html>
Added: trunk/solutions/data-services/java/docs/design/storyboards/shutdown.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/shutdown.html Thu May 8 07:54:32 2008
@@ -0,0 +1,24 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+<p><strong>Shutdown</strong></p>
+<p>
+<fieldset>
+<legend>Shutdown your server instance</legend>
+<p><a onclick="javascript:wso2.wsf.Util.shutdownServerGracefully();" style="cursor: pointer;" href="#">
+ Graceful Shutdown
+ </a></p><p>
+ Stop accepting new requests, continue to process already received requests, and then shutdown the server.
+ </p><br><p><a onclick="javascript:wso2.wsf.Util.shutdownServer();" style="cursor: pointer;" href="#">
+ Forced Shutdown
+ </a></p><p>
+ Forcefully shutdown the server.
+ </p></fieldset>
+</p>
+</body>
+</html>
More information about the Ds-java-dev
mailing list