Start yawiki from other directory
Brought to you by:
amecky
Hi,
actually I'd like to have yawiki as a system service
under MS-Windows. Therefore I started to test some
tools to do so.
Unfortunatly I wasn't even able to start yawiki from
another directory.
e.g java -jar bin/start.jar etc/yawiki.xml
won't find anything even if extended the environment
path
e.g. java -jar C:\somedir\bin/start.jar
C:\somedir\etc/yawiki.xml
will end up in exceptions of not finding classes of
jetty
I also had a look at the manifest file in the jar, but
coudn't find any missing classpath
Can you help?