Author: muthulee
Date: Thu Jul 19 05:27:25 2007
New Revision: 557594

URL: http://svn.apache.org/viewvc?view=rev&rev=557594
Log:
Adding the schema and rampart configs

Modified:
    webservices/rampart/trunk/java/src/site/resources/developer-guide.html
    webservices/rampart/trunk/java/src/site/resources/download.html
    webservices/rampart/trunk/java/src/site/resources/mail-lists.html
    webservices/rampart/trunk/java/src/site/resources/quick-start.html
    webservices/rampart/trunk/java/src/site/site.xml

Modified: webservices/rampart/trunk/java/src/site/resources/developer-guide.html
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/src/site/resources/developer-guide.html?view=diff&rev=557594&r1=557593&r2=557594
==============================================================================
--- webservices/rampart/trunk/java/src/site/resources/developer-guide.html 
(original)
+++ webservices/rampart/trunk/java/src/site/resources/developer-guide.html Thu 
Jul 19 05:27:25 2007
@@ -45,7 +45,7 @@
         </li>
                   
     <li class="none">
-              <strong>Source Code</strong>
+              <a href="source-repository.html">Source Code</a>
         </li>
               </ul>
         </li>
@@ -56,9 +56,13 @@
     <li class="none">
               <a href="quick-start.html">Quick Start Guide</a>
         </li>
+
+    <li class="none">
+              <a href="rampartconfig-guide.html">Rampart Configuration</a>
+    </li>
                   
     <li class="none">
-              <a href="developer-guide.html">Developer Guide</a>
+              <strong>Developer Guide</strong>
         </li>
               </ul>
         </li>

Modified: webservices/rampart/trunk/java/src/site/resources/download.html
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/src/site/resources/download.html?view=diff&rev=557594&r1=557593&r2=557594
==============================================================================
--- webservices/rampart/trunk/java/src/site/resources/download.html (original)
+++ webservices/rampart/trunk/java/src/site/resources/download.html Thu Jul 19 
05:27:25 2007
@@ -56,6 +56,10 @@
     <li class="none">
               <a href="quick-start.html">Quick Start Guide</a>
         </li>
+ 
+   <li class="none">
+              <a href="rampartconfig-guide.html">Rampart Configuration</a>
+    </li>
                   
     <li class="none">
               <a href="developer-guide.html">Developer Guide</a>

Modified: webservices/rampart/trunk/java/src/site/resources/mail-lists.html
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/src/site/resources/mail-lists.html?view=diff&rev=557594&r1=557593&r2=557594
==============================================================================
--- webservices/rampart/trunk/java/src/site/resources/mail-lists.html (original)
+++ webservices/rampart/trunk/java/src/site/resources/mail-lists.html Thu Jul 
19 05:27:25 2007
@@ -106,7 +106,10 @@
     <li class="none">
               <a href="quick-start.html">Quick Start Guide</a>
         </li>
-                  
+    <li class="none">
+              <a href="rampartconfig-guide.html">Rampart Configuration</a>
+    </li>
+             
     <li class="none">
               <a href="developer-guide.html">Developer Guide</a>
         </li>

Modified: webservices/rampart/trunk/java/src/site/resources/quick-start.html
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/src/site/resources/quick-start.html?view=diff&rev=557594&r1=557593&r2=557594
==============================================================================
--- webservices/rampart/trunk/java/src/site/resources/quick-start.html 
(original)
+++ webservices/rampart/trunk/java/src/site/resources/quick-start.html Thu Jul 
19 05:27:25 2007
@@ -45,7 +45,7 @@
         </li>
                   
     <li class="none">
-              <strong>Source Code</strong>
+              <a href="source-repository.html">Source Code</a>
         </li>
               </ul>
         </li>
@@ -54,8 +54,12 @@
                 <ul>
                   
     <li class="none">
-              <a href="quick-start.html">Quick Start Guide</a>
-        </li>
+              <strong>Quick Start Guide</strong>
+        </li>
+    
+    <li class="none">
+              <a href="rampartconfig-guide.html">Rampart Configuration</a>
+    </li>
                   
     <li class="none">
               <a href="developer-guide.html">Developer Guide</a>
@@ -126,7 +130,7 @@
 <ul><li>Understanding policy</li></ul>
 <p>WS-Security Policy can be used to indicate what security actions that needs 
be performed on SOAP messages and and what actions should be validated. The 
file 'samples/policy/sample01/policy.xml' configures Rampart to add Username 
Token with Timestamp to this message. The element &lt;RampartConfig&gt; in 
policy.xml defines Rampart specific configurations. </p>
 <p>Policy at serverside is included in samples/policy/sample01/services.xml 
file. This configures Rampart module at serverside to validate the message for 
Username Token an Timestamp.</p>
-<p>More details on RampartConfig can be found hereXX.<p>
+<p>More details on RampartConfig can be found <a 
href="ampartconfig-guide.html">here</a>.<p>
 
 <ul><li>Viewing the Message on wire</li></ul>
 <p>It is interesting to view the secured SOAP message on the wire using TCP 
monitor. Change the "client.port" property in samples/policy/build.xml file to 
the listening port of TCP monitor. This will send all the messages through TCP 
monitor when you execute the ant script. Observe the <security> header in the 
SOAP message.</p>

Modified: webservices/rampart/trunk/java/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/src/site/site.xml?view=diff&rev=557594&r1=557593&r2=557594
==============================================================================
--- webservices/rampart/trunk/java/src/site/site.xml (original)
+++ webservices/rampart/trunk/java/src/site/site.xml Thu Jul 19 05:27:25 2007
@@ -47,6 +47,7 @@
             </item>
             <item name="Documentation">
                 <item name="Quick Start Guide" href="quick-start.html"/>
+               <item name="Rampart Configuration" 
href="rampartconfig-guide.html"/>
                <item name="Developer Guide" href="developer-guide.html"/>
             </item>
             <item name="Project Information">


Reply via email to