Seqbox/Getting started
The following components are necessary on the Raspi:
- Tomcat web container (V8.5) with this modification
- Java >= V8
- Stop Tomcat
- Copy
joeis.jar
totomcat/openlib
- Copy
joeis-lite/dist/seqbox.war
totomcat/webapps
- Start Tomcat
- In the browser of the remote desktop, open
http://seqbox.local:8080/seqbox
Windows Service Environment Variables
As administrator, set the current directory to the Tomcat bin folder, for example:
C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin
Then set the environment variable(s) with the command:
tomcat9 //US//Tomcat9 --Environment="BFPATH=C:/Users/User/work/gits/OEIS-mat/common/bfile/"
Additional variables may be appended with ";".