HelioHost Posted July 25, 2018 Posted July 25, 2018 Username: vmandloi, Server: Johnny, Main domain: vmandloi.heliohost.org Hi Team, i have created a Sping test application. and i have added it to cpanel >>filemanager >> public_html folder That is a JAR which can directly be started using java command. Can someoneplease advice me how to do that via UI or terminal. how to access heliohost cpanel/ home directlry via my laptop or terminal.if i can get that info i can try to start my application there and check ifthat service is responding well. ________________________________________________________________Regards,Vrajendra
Krydos Posted July 25, 2018 Posted July 25, 2018 Have you requested java access at https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php ?
wolstech Posted July 25, 2018 Posted July 25, 2018 Also, be aware that self-hosting JARs (programs you run from the command line and start their own built-in server) are not supported. It needs to be a War file that's designed to be run through tomcat in order to host it here. Since you have a runnable jar, you'll likely need to re-code the program to remove the internal server and support tomcat. If you didn't develop the program, you would need to find different software.
Recommended Posts