Repository: juddi
Updated Branches:
  refs/heads/master 468831db0 -> be925ac62


JUDDI-988 a remaining tomcat9 update issue related to context.xml


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/be925ac6
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/be925ac6
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/be925ac6

Branch: refs/heads/master
Commit: be925ac62748a7341024efca96ecef32a8f9b117
Parents: 468831d
Author: Alex O'Ree <[email protected]>
Authored: Sat Aug 25 18:59:21 2018 -0400
Committer: Alex O'Ree <[email protected]>
Committed: Sat Aug 25 18:59:21 2018 -0400

----------------------------------------------------------------------
 juddi-tomcat/context.xml | 2 +-
 uddi-tck/context.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/be925ac6/juddi-tomcat/context.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/context.xml b/juddi-tomcat/context.xml
index 6bfc484..28ff8b5 100644
--- a/juddi-tomcat/context.xml
+++ b/juddi-tomcat/context.xml
@@ -23,7 +23,7 @@
             type="javax.sql.DataSource" username="" password=""
             driverClassName="org.apache.derby.jdbc.EmbeddedDriver" 
             url="jdbc:derby:target/juddi-derby-test-db;create=true"
-            maxActive="8" 
+            maxTotal="8" 
             />
     
     <!-- mysql 

http://git-wip-us.apache.org/repos/asf/juddi/blob/be925ac6/uddi-tck/context.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/context.xml b/uddi-tck/context.xml
index a58f0d2..acc14ba 100644
--- a/uddi-tck/context.xml
+++ b/uddi-tck/context.xml
@@ -23,7 +23,7 @@
             type="javax.sql.DataSource" username="" password=""
             driverClassName="org.apache.derby.jdbc.EmbeddedDriver" 
             url="jdbc:derby:target/node2/juddi-derby-test-db;create=true"
-            maxActive="8" 
+            maxTotal="8" 
             />
     
     <!-- mysql 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to