Which directory should I put my app in Linux file system? The best way is to copy to /home/myusername/myapp?
When I put the app in
If I run using
If I run using
When I put the app in
/usr
directory:If I run using
sudo ./run.command
, I can write to keyvaluestore but http failed.If I run using
./run.command
, I can't write to keyvaluestore file but http successful.