Author: keith
Date: Wed Jul  9 08:14:35 2008
New Revision: 19043
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19043

Log:
No need to patch WSAS to fix https://wso2.org/jira/browse/MASHUP-875. We can do 
it by editing the server.xml to use relative paths


Removed:
   trunk/mashup/java/modules/patches/wsas/src/org/wso2/wsas/ServerManager.java
Modified:
   trunk/mashup/java/modules/core/conf/server.xml
   trunk/mashup/java/modules/patches/wsas/resources/wsas-patches.txt

Modified: trunk/mashup/java/modules/core/conf/server.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/core/conf/server.xml?rev=19043&r1=19042&r2=19043&view=diff
==============================================================================
--- trunk/mashup/java/modules/core/conf/server.xml      (original)
+++ trunk/mashup/java/modules/core/conf/server.xml      Wed Jul  9 08:14:35 2008
@@ -239,7 +239,7 @@
         <!--
            The directory under which all other KeyStore files will be stored
         -->
-        <KeyStoresDir>${wso2wsas.home}</KeyStoresDir>
+        <KeyStoresDir>${wso2wsas.home}/conf/keystores</KeyStoresDir>
     </Security>
 
     <!--

Modified: trunk/mashup/java/modules/patches/wsas/resources/wsas-patches.txt
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/patches/wsas/resources/wsas-patches.txt?rev=19043&r1=19042&r2=19043&view=diff
==============================================================================
--- trunk/mashup/java/modules/patches/wsas/resources/wsas-patches.txt   
(original)
+++ trunk/mashup/java/modules/patches/wsas/resources/wsas-patches.txt   Wed Jul 
 9 08:14:35 2008
@@ -1,4 +1,3 @@
 JIRA issues that this patch address
 
-https://wso2.org/jira/browse/MASHUP-875
 https://wso2.org/jira/browse/WSAS-798

Deleted: 
trunk/mashup/java/modules/patches/wsas/src/org/wso2/wsas/ServerManager.java
URL: http://wso2.org/svn/browse/wso2/None?pathrev=19042

_______________________________________________
Mashup-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to