# | Line 5 | Line 5 | Current startup sequence: | |
---|---|---|
5 | ||
6 | uk.ac.ukc.iscream.core.Core | |
7 | uk.ac.ukc.iscream.clientinterface.ClientInterfaceMain | |
8 | + | uk.ac.ukc.iscream.dbinterface.DBInterfaceMain |
9 | uk.ac.ukc.iscream.filtermanager.FilterManager | |
10 | uk.ac.ukc.iscream.rootfilter.RootFilterMain | |
11 | uk.ac.ukc.iscream.filter.FilterMain | |
12 | ||
13 | < | The following sequence of commands should suffice. They will probably need |
14 | < | to be run in seperate terminal windows. |
13 | > | In it's current state just typing "make run" will compile and package the |
14 | > | whole server. However, only the Core can be run from this until the branch |
15 | > | is merged back onto the main tree and the ComponentManager integrated. |
16 | ||
17 | < | make runcore |
18 | < | make runclientinterface |
17 | < | make runfiltermanager |
18 | < | make runrootfilter NAME=root |
19 | < | make runfilter NAME=filter1 |
20 | < | |
21 | < | If all is working this will ensure every component, including the IDL, is |
22 | < | compiled as required before execution. |
23 | < | |
24 | < | nb. you will need to ensure your classpath is correctly set prior to |
25 | < | running, otherwise java will fail to find the jacorb classes and the |
26 | < | XML parsing packages. |
17 | > | nb. You will need to ensure that the relevant libraries are in the |
18 | > | build/lib directory. See the README in there for details. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |