ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/core/ConfigurationManagerServant.java
Revision 1.26 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:40:54 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 , to selected 1.6
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.25 - (view) (annotate) - [select for diffs]
Wed Feb 5 16:43:46 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 , to selected 1.6
Changed the server to use the external util package. Quite a minor change,
but does affect a lot of files.

Revision 1.24 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:17 2002 UTC (22 years ago) by tdb
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 , to selected 1.6
Added URL to GPL headers.

Revision 1.23 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:01 2002 UTC (22 years ago) by tdb
Branch: MAIN
Changes since 1.22: +21 -2 lines
Diff to previous 1.22 , to selected 1.6
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.22 - (view) (annotate) - [select for diffs]
Tue Dec 11 17:52:35 2001 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.21: +36 -14 lines
Diff to previous 1.21 , to selected 1.6
A slight tidy up. Changes to reflect the alterations in the StringUtils
util class. Also some tidying up of the code. Still logically does the same
thing as it did before, I hope ;)

Revision 1.21 - (view) (annotate) - [select for diffs]
Tue Dec 11 14:56:12 2001 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.20: +2 -7 lines
Diff to previous 1.20 , to selected 1.6
Removed note about not cleaning up Configuration objects - that's handled
elsewhere now.

Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Dec 10 22:49:19 2001 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.19: +7 -83 lines
Diff to previous 1.19 , to selected 1.6
Pulled out the wildcardCheck method because it's rather more generic than
it's use in the ConfigurationManagerServant. I still need to tidy some of
the comments and variable names to abstract it a bit more, and I might also
remove it taking a semi-colon seperated list - that's more behaviour of the
configuration system. It's a start, and I'll remember to do the rest when I
read this commit message tomorrow :)

Revision 1.19 - (view) (annotate) - [select for diffs]
Mon Dec 10 22:20:23 2001 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 , to selected 1.6
Some minor javadoc tweaks. The first sentence is now more obvious to the
javadoc parser.

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.17: +8 -8 lines
Diff to previous 1.17 , to selected 1.6
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Mar 19 19:12:29 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.16: +17 -9 lines
Diff to previous 1.16 , to selected 1.6
IP groups now have a lower priority than name groups.

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:29 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.15: +9 -9 lines
Diff to previous 1.15 , to selected 1.6
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.15 - (view) (annotate) - [select for diffs]
Sat Mar 3 14:52:56 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.14: +108 -2 lines
Diff to previous 1.14 , to selected 1.6
Now has support for wildcards in the group entries.
Also searches for ip entries in the groups if the requested config is "Host.<hostname>"

Revision 1.14 - (view) (annotate) - [select for diffs]
Thu Mar 1 21:11:00 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 , to selected 1.6
Opps... stoopid. Most likely my fault.

Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Mar 1 21:06:58 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.12: +8 -11 lines
Diff to previous 1.12 , to selected 1.6
Restructed the build configuration routine to include files in the correct order

Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Mar 1 20:22:21 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 , to selected 1.6
Opps, missing } !

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Mar 1 19:42:20 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.10: +21 -17 lines
Diff to previous 1.10 , to selected 1.6
now handles nulls better.
also prints group debugging information.

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Mar 1 19:36:08 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.9: +8 -4 lines
Diff to previous 1.9 , to selected 1.6
fixed null pointer problems.
now prints nicer error messages in the log.

Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Mar 1 19:25:41 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 , to selected 1.6
places a ; in the correct place of a file list

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Mar 1 19:18:38 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.7: +124 -55 lines
Diff to previous 1.7 , to selected 1.6
Should now support grouping of configurations.
Compiled but untested.

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Jan 18 23:10:44 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
Changes to reflect move of Component, ComponentStartException, and the
ReferenceManager from util to componentmanager.

Revision 1.6 - (view) (annotate) - [selected]
Tue Dec 12 18:26:52 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.5: +49 -33 lines
Diff to previous 1.5
tidied up the code

Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Nov 29 21:27:08 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 , to selected 1.6
Update for package move.

Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Nov 21 23:48:55 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.3: +48 -11 lines
Diff to previous 1.3 , to selected 1.6
added support to detect circular includes
also fixed problem of not passing the system.conf as a file to check for updates

initial checkin of CircularIncludeException....oooo....

Revision 1.3 - (view) (annotate) - [select for diffs]
Tue Nov 21 21:58:52 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.2: +277 -235 lines
Diff to previous 1.2 , to selected 1.6
Tided up the code LOADS...all functionality remains
Added a local instance of the systemConfiguration just because it
may be needed alot...if it remains unchanged...it means handing it back
as the default config will be a bit more effecient. (I think)

Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Nov 21 15:08:42 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.1: +235 -208 lines
Diff to previous 1.1 , to selected 1.6
ajm4: Changes to the configuration system to support hierarchical includes.

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Nov 20 17:11:44 2000 UTC (23 years, 6 months ago) by ajm
Branch: MAIN
Diff to selected 1.6
Modified to change the name of the Configurator -> ConfigurationManager
Added initial work for multiple configurations

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a