I'm building a small server on my smartphone using an app called Linux deploy.
If you leave tomcat and mysql in the auto-run list, it works fine.
However, if you run java application (jar), you can connect to tomcat server
I still don't know exactly if it stops because of jar while Linux is running
The SSH server does not provide external access and does not stop or shut down Linux.
The current auto-execution list is set to a sh file in profile.d through the command.
tomcat start
mysql start
Until now, all the other logs appear well.
java application start ---------------------------------
As soon as you do it, everything that you're starting stops and you can't touch it.
How do I run java application?
Even if you can't access SSH, everything starts normally and press the stop button normally
I want to shut down Linux.
I'm sorry for asking so many random questions, but if anyone knows, please give me a small hint
I'd love to.
linux startup android shell
It's a self-answer. It may not be the solution.
Turning the jar file in the background solves it.
© 2024 OneMinuteCode. All rights reserved.