Good day
I need help deploying a BANanoServer app on Linux i.e. BANano REST API Server with PWA project
1. The app generated and saved in the Objects folder has been "deployed" to the linux machine. This is made up of the jar file, the server.ini file and the www folder.
Can you please advise?
Thanks in advance.
PS: This is the first time Im doing anything Linux related.
I need help deploying a BANanoServer app on Linux i.e. BANano REST API Server with PWA project
1. The app generated and saved in the Objects folder has been "deployed" to the linux machine. This is made up of the jar file, the server.ini file and the www folder.
B4X:
[root@localhost /]# cd whatsapp
[root@localhost whatsapp]# dir
appVars.map BANanoServerPablo.jar nohup.out server.ini www
[root@localhost whatsapp]# java -jar BANanoServerPablo.jar
Reading B4J INI in /whatsapp to find Additional Libraries folder...
Could not locate b4xV5.ini! Is B4J installed?
[root@localhost whatsapp]# which java
/usr/bin/java
[root@localhost whatsapp]# java -version
openjdk version "17.0.14" 2025-01-21 LTS
OpenJDK Runtime Environment (Red_Hat-17.0.14.0.7-1) (build 17.0.14+7-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-17.0.14.0.7-1) (build 17.0.14+7-LTS, mixed mode, sharing)
[root@localhost whatsapp]#
Can you please advise?
Thanks in advance.
PS: This is the first time Im doing anything Linux related.
Last edited: