public
Description: Scala XMPP Client/Server (School assignment)
Homepage: http://alcidesfonseca.com
Clone URL: git://github.com/alcides/scalampp.git
name age message
file .gitignore Mon Dec 22 07:47:02 -0800 2008 Ignored dev database [alcides]
file README.textile Loading commit data...
file build.xml
directory db/ Mon Dec 22 07:48:20 -0800 2008 removed dev.db from repo [alcides]
directory docs/
directory lib/ Sun Oct 12 10:28:26 -0700 2008 Refactored Build with SQLite [alcides]
directory public/
directory src/
README.textile

Projecto de SD

Alcides Fonseca
amaf@student.dei.uc.pt

Compiling

ant compile

Running

(Make sure the db/dev.db is writable)

ant ns

In the build folder:

scala BootServer 5222 – Starts the XMPP server in the port 5222

scala BootClient – Starts a XMPP client

scala BootClient --jabber – Starts a XMPP client connecting to Jabber.org

WebInterface:

Start the Tomcat from the build folder, after compiling. Also, make a softlink from the ROOT folder in the tomcat home to the public folder in this project. This alone should be enough to run the project.