ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/default.properties
Revision 1.20 - (view) (annotate) - [select for diffs]
Mon May 5 22:04:59 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +8 -7 lines
Diff to previous 1.19
Tidy up of the client interface code - more commonly known as the
"right hand side of the server". Right since the start the filter
side of the server has been nice and tree like - every Filter sent
data to another Filter. At the top of the tree there was a "special"
Filter known as the RootFilter, which to the other Filters just
looked like a normal Filter. This was nice, and simple, and expandable.

The Client Interface on the other hand was messy. The root filter
had some hacky wrapper threads which pulled from a queue and pushed
to the relevant client interfaces (one for real time stuff, and the
other for databases). There was no simple room for expandability -
it was all hardwired to do just what was needed at the time.

This commit changes that. A Client Interface now connects to another
Client Interface, with a special one being found in the RootFilter
(yes, maybe that needs a name change now :-). So we can chain client
interfaces, and move other bits and bobs around in the server - for
example, alerting no longer needs to be connected to the Client
Interface, it can connect straight to the RootFilter (or, wherever
the config tells it ;).

Hopefully this sanitizes the underlying layout of the server a bit.

As a final note, I dropped the DBInterface. This used to insert
data in to a MySQL database. We've long since stopped using that,
and it's fallen behind and is way out of date. For now, it's gone
in to the attic.

Revision 1.19 - (view) (annotate) - [select for diffs]
Sat Mar 1 01:15:54 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Set default logging level to SYSMSG rather than DEBUG.

Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Feb 22 18:31:02 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
By default we don't activate the DBInterface. I'll try and craft this in
to a better "default" config at some point.

Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Feb 21 13:45:49 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16
Main change is making the use of jacorb.properties transparent to the end
user - something which should have been done with CorbaServices a long time
ago :-) Now a base jacorb.properties is included in the jar files, because
it's searched by the jacorb loading stuff. The only value outside of the
jar file is the naming service location, which can now be found in the
default.properties files.

The server and corbaservices assume that the naming services is running on
localhost on port 8052, which is ok for most normal things. If it's on a
different host the default.properties just needs fixing.

Also added a default.properties style thing to the corbaservices, and fixed
some bugs in the command line argument parsing.

Finally, fixed a bug with the make src target of all the Makefiles.

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Sep 18 22:11:55 2002 UTC (21 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
The FileLogger is maybe not the best default logger :) Now adjusted to use
the ScreenLogger, which should be be useful for a first install. Thanks AJ!

Revision 1.15 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.14: +11 -11 lines
Diff to previous 1.14
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.14 - (view) (annotate) - [select for diffs]
Sat May 12 00:14:14 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
Changes to reflect the updates in JacORB (1.3.21).

Revision 1.13 - (view) (annotate) - [select for diffs]
Fri Mar 23 04:14:00 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Opps... this a'int right :)

Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Mar 19 20:57:41 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
More general changes to the configuration.

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Mar 15 00:08:46 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.10: +10 -10 lines
Diff to previous 1.10
Opps, forgot to change this one :)

Revision 1.10 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:18 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Mar 14 18:40:47 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Arg, that silly webpage on the SUN JAVA website told me to do it wrong :) Now
fixed it.

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Mar 14 17:13:41 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
SQL Driver is now specified in the default.properties file.

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Mar 2 00:26:01 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Use the FileLogger instead.

Revision 1.6 - (view) (annotate) - [select for diffs]
Sun Feb 25 20:55:27 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.5: +5 -4 lines
Diff to previous 1.5
Added starting of the local client.

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Feb 23 18:19:30 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
now has a value for ComponentTimeout in the config

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Jan 22 21:19:40 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Activated the database now, as it seems to be working fine and more reliably.

Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Jan 15 03:33:43 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
modified dependency of FilterManager after discovering problem if it is brought up before the filters

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:16 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.1: +74 -0 lines
Diff to previous 1.1
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.1.2.1 - (view) (annotate) - [select for diffs]
Tue Dec 12 19:00:44 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1: +51 -0 lines
Diff to previous 1.1 , to next main 1.20
Moved to a new location.

Revision 1.1
Tue Dec 12 19:00:44 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
FILE REMOVED
file default.properties was initially added on branch SERVER_PACKAGEBUILD.

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