You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/10/14 19:20:24 UTC

svn commit: r825200 - in /webservices/juddi/trunk/juddi-tomcat: build.xml context.xml

Author: kstam
Date: Wed Oct 14 17:20:24 2009
New Revision: 825200

URL: http://svn.apache.org/viewvc?rev=825200&view=rev
Log:
JUDDI-293 create derby db in target dir, so it gets cleanup

Modified:
    webservices/juddi/trunk/juddi-tomcat/build.xml
    webservices/juddi/trunk/juddi-tomcat/context.xml

Modified: webservices/juddi/trunk/juddi-tomcat/build.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/build.xml?rev=825200&r1=825199&r2=825200&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/build.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/build.xml Wed Oct 14 17:20:24 2009
@@ -19,6 +19,7 @@
 	
 	<target name="copy-resources" depends="unzip-tomcat">
 		<copy file="${basedir}/context.xml" todir="${webapps.dir}/juddiv3/META-INF"/>
+		<copy file="${basedir}/context.xml" todir="${webapps.dir}/juddi-samples/META-INF"/>
 		<copy file="${basedir}/server.xml" todir="${conf.dir}"/>
  		<copy file="${dependency.mysql.jar}" todir="${lib.dir}"/>
 		<copy file="${dependency.log4j.jar}" todir="${lib.dir}"/>

Modified: webservices/juddi/trunk/juddi-tomcat/context.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/context.xml?rev=825200&r1=825199&r2=825200&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/context.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/context.xml Wed Oct 14 17:20:24 2009
@@ -6,7 +6,7 @@
     <Resource name="jdbc/JuddiDS" auth="Container"
             type="javax.sql.DataSource" username="" password=""
             driverClassName="org.apache.derby.jdbc.EmbeddedDriver" 
-            url="jdbc:derby:juddi-derby-test-db;create=true"
+            url="jdbc:derby:target/juddi-derby-test-db;create=true"
             maxActive="8" 
             />
     



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org