- ant
- tomcat
###Deploy Adjust build.properties and run
$ ant dist
###Configuration Copy dist/demo/server-data-template to dist/demo/server-data
###Start Server Go to dist/ and run
$ java -cp ../lib/hbci4java.jar:deploy/WEB-INF/lib/hbci4java-server.jar:demo/deploy/WEB-INF/lib/hbci4java-server-demo.jar org.kapott.demo.hbci.server.TestServer demo/server-data
###Create Admin-Interface
- Got to dist/demo/deploy
- Edit WEB-INF/web.xml and adjust rmiServer value
- run:
$ jar cfv hbci.war .
- Run war file in tomcat
Please Check README.DemoServer for More Information
###Create PinTanServlet
- Got to dist/deploy
- Edit WEB-INF/web.xml and adjust rmiServer value
- run:
$ jar cfv pintan.war .
- Run war file in tomcat
Please Check README.PinTan for More Information