run with ant

in the home directory of Vysper, run

ant run-server

run main class

if you like to invoke the server from an IDE or the commandline, use the Java class

org.apache.vysper.spring.ServerMain

for example by typing

> java org.apache.vysper.spring.ServerMain

but please be sure to include all jars in lib/ in your classpath plus the spring-config.xml.

  • No labels