Tomcat boot .jar updated. development
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Jan 2013 17:42:22 +0000
branchdevelopment
changeset 1929 c9773c4b32d8
parent 1928 ad4b1740dcea
child 1930 d2c54364b5a4
Tomcat boot .jar updated. Add all jars in Tomcat's bin directory to a class path before starting Tomcat.
JavaUtilities.st
libjava.rc
--- a/JavaUtilities.st	Wed Jan 09 17:40:38 2013 +0000
+++ b/JavaUtilities.st	Wed Jan 09 17:42:22 2013 +0000
@@ -114,9 +114,10 @@
 
 classPath1
 
-    ^ self catalinaHome , '/bin/bootstrap.jar'
+    ^ self catalinaHome , '/bin/*.jar'
 
     "Created: / 08-12-2011 / 22:43:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 09-01-2013 / 16:47:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 classPath2
--- a/libjava.rc	Wed Jan 09 17:40:38 2013 +0000
+++ b/libjava.rc	Wed Jan 09 17:42:22 2013 +0000
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011\nCopyright Jan Vrany, Jan Kurs and Marcel Hlopko\n          SWING Research Group, Czech Technical University In Prague\0"
       VALUE "ProductName", "Smalltalk/X\0"
       VALUE "ProductVersion", "6.2.3.0\0"
-      VALUE "ProductDate", "Wed, 09 Jan 2013 17:37:00 GMT\0"
+      VALUE "ProductDate", "Wed, 09 Jan 2013 17:41:11 GMT\0"
     END
 
   END