asales Expert Licensed User Longtime User Dec 28, 2018 #1 I'm testing this server and works fine in my computer (localhost): https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/#content I have an instance in Amazon AWS and a hosting service, both with Java. I want put the jar in my site and run the server example like this: https://www.b4x.com:51041/ Any tip to deploy and run the server in my site? Thanks in advance.
I'm testing this server and works fine in my computer (localhost): https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/#content I have an instance in Amazon AWS and a hosting service, both with Java. I want put the jar in my site and run the server example like this: https://www.b4x.com:51041/ Any tip to deploy and run the server in my site? Thanks in advance.
DonManfred Expert Licensed User Longtime User Dec 28, 2018 #2 asales said: and a hosting service, both with Java Click to expand... do you have shell access to this hosting server? Run a Server on a VPS. SO: How to run a jar in AWS. AWS: Deploying Java Web Applications Last edited: Dec 28, 2018 Upvote 0
asales said: and a hosting service, both with Java Click to expand... do you have shell access to this hosting server? Run a Server on a VPS. SO: How to run a jar in AWS. AWS: Deploying Java Web Applications
asales Expert Licensed User Longtime User Dec 30, 2018 #3 DonManfred said: do you have shell access to this hosting server? Run a Server on a VPS. Click to expand... Thanks! It works. I used the Putty client (www.putty.org), the nohup command and put the file in the /tmp/java folder. Upvote 0
DonManfred said: do you have shell access to this hosting server? Run a Server on a VPS. Click to expand... Thanks! It works. I used the Putty client (www.putty.org), the nohup command and put the file in the /tmp/java folder.