Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 924 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 924 Bytes

hbci4javaserver

Requements

  • ant
  • tomcat

Quickstart

###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

  1. Got to dist/demo/deploy
  2. Edit WEB-INF/web.xml and adjust rmiServer value
  3. run:

$ jar cfv hbci.war .

  1. Run war file in tomcat

Please Check README.DemoServer for More Information

###Create PinTanServlet

  1. Got to dist/deploy
  2. Edit WEB-INF/web.xml and adjust rmiServer value
  3. run:

$ jar cfv pintan.war .

  1. Run war file in tomcat

Please Check README.PinTan for More Information