[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[stellation-res] TClient + private server: success!
|
Hi list!
Finally I managed to build the server correctly, initialize database,
run the server, connect to the server with TClient, and share a project
into it. Hurray!
Things of intrest to those who would like to try it:
1) To build the server you need the following jars in your
~/stellation/lib directory (or whereever you configure it in
build-stell.xml), along with the names of eclipse plugins where they can
be found.
jdom.jar org.jdom_0.0.8
log4j-1.2.5.jar org.apache.log4j_1.2.5
oro-2.0.6.jar org.apache.oro_2.0.6
postgresql.jar (or whatever db you use)
xercesImpl.jar org.apache.xerces_4.0.13
xmlParserAPIs.jar org.apache.xerces_4.0.13
note about postgres - make sure you have driver version matching your
server. I've seen all sorts of trouble arising from slight
incompatibilties between these.
2) To initialize the database:
/usr/local/stellation/bin/tsvcadmin --location postgresql+stelltest
--username stelluser --password stellpass --dbpassword dbpass --debug 3 init
3) To run the server:
/usr/local/stellation/bin/tsvcserver --database
postgresql+stelltest+rafal --debug 3
replace 'rafal' above with your username
Good luck!
Thanks go to Jim for publishing a runnable version. I'm looking forward
to trying to actually use the TClient now!
Rafal