Seqbox/Getting started: Difference between revisions
Jump to navigation
Jump to search
imported>Gfis Created page with "The following components are necessary on the Raspi: * Tomcat web container (V8.5) with this '''[http://www.teherba.org/index.php/Installation_Guide#Apache_Tomcat modification..." |
imported>Gfis Windows Service ENV |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
# Stop Tomcat | # Stop Tomcat | ||
# Copy <code>joeis.jar</code> to <code>tomcat/openlib</code> | # Copy <code>joeis.jar</code> to <code>tomcat/openlib</code> | ||
# Copy <code>seqbox. | # Copy <code>joeis-lite/dist/seqbox.war</code> to <code>tomcat/webapps</code> | ||
# Start Tomcat | # Start Tomcat | ||
# 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 ";".