Seqbox/Getting started: Difference between revisions
Jump to navigation
Jump to search
imported>Gfis No edit summary |
imported>Gfis Windows Service ENV |
||
Line 8: | Line 8: | ||
# In the browser of the remote desktop, open | # In the browser of the remote desktop, open | ||
http://seqbox.local:8080/seqbox | 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 ";". |
Latest revision as of 08:11, 2 November 2022
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 ";".