Skip to content

Commit

Permalink
Updated URL to Tomcat dist in build.properties.
Browse files Browse the repository at this point in the history
SVN-Revision: 83
  • Loading branch information
Denis Krylov committed Mar 7, 2012
1 parent 21620f4 commit 540af0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion identifiers-namingauthority-gridsvc/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tomcat and globus web URLs to download from ..
tomcat.src.url=http://gforge.nci.nih.gov/svnroot/commonlibrary/trunk/techstack-2008/os-independent/apache-tomcat-5.5.20.zip
tomcat.src.url=https://ncisvn.nci.nih.gov/svn/commonlibrary/trunk/techstack-2008/os-independent/apache-tomcat-5.5.20.zip
globus.src.url=http://software.cagrid.org/community-repository/ws-core-enum-4.0.3.zip

wsrf-war=wsrf-gsid
Expand Down
8 changes: 4 additions & 4 deletions identifiers-namingauthority-gridsvc/etc/na.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#Thu Jul 21 10:51:52 EDT 2011
#Wed Mar 07 10:07:40 EST 2012
cagrid.na.mysql.host=localhost
cagrid.na.db.url=jdbc\:mysql\://${cagrid.na.mysql.host}\:${cagrid.na.mysql.port}/${cagrid.na.db.name}
cagrid.na.grid.url=https\://localhost\:8443/wsrf/services/cagrid/IdentifiersNAService
cagrid.na.gridgrouper.grouperURL=https\://grouper.training.cagrid.org\:8443/wsrf/services/cagrid/GridGrouper
cagrid.na.db.driver=com.mysql.jdbc.Driver
cagrid.na.db.password=gsid
cagrid.na.mysql.port=3306
cagrid.na.schemauri=https\://localhost\:8443/namingauthority/org.cagrid.identifiers.namingauthority.xsd
cagrid.na.prefix=https\://purlz.cagrid.org\:8443/localhost/
cagrid.na.schemauri=https\://localhost\:8443/namingauthority/org.cagrid.identifiers.namingauthority.xsd
cagrid.na.mysql.port=3306
cagrid.na.gridgrouper.groupName=Training\:Trainees
cagrid.na.db.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
cagrid.na.db.username=gsid
cagrid.na.db.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
cagrid.na.db.name=gsid

0 comments on commit 540af0a

Please sign in to comment.