Apache Labs > Home > vysper > vysper-Run Server Standalone
Added by Bernd Fondermann, last edited by Bernd Fondermann on Apr 22, 2008  (view change)

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.