HelioHost Posted November 3, 2017 Posted November 3, 2017 Hi there I am searching to host a personal service using a jar file not applicationserver. An email client and a mysql. Is that possible for your freeservices; Thanks in advanceLefteris
wolstech Posted November 3, 2017 Posted November 3, 2017 The application must be designed for Tomcat (JSP servlets or a WAR file) to be hosted here. Standalone Java JARs that have their own built in server cannot be run here. If you have a standalone program that's designed to listen for connections and act as its own server, you'll probably need a cheap VPS to run it: https://heliohost.org/partners/vps I don't know of a shared web host that would allow such a program to run.
HelioHost Posted November 3, 2017 Author Posted November 3, 2017 I will not use any apllication server or wrapper like tomcat. It will bejust a java process that consumes a service and stores some data. It is apersonal test program. The jar will not include any server. As far as iunderstand I cannot do it. Right? Thanks ???? 3 ??? 2017 17:34, ? ??????? "Heliohost Support" ??????: The application must be designed for Tomcat (JSP servlets or a WAR file) tobe hosted here. Standalone Java JARs that have their own built in servercannot be run here. If you have a standalone program that's designed to listen for connectionsand act as its own server, you'll probably need a cheap VPS to run it:https://heliohost.org/partners/vps I don't know of a shared web host thatwould allow such a program to run. You may view the status of your ticket by visiting: https://www.helionet.org/index/index.php?showtopic=30370 Thank you,Heliohost supporthttps://www.heliohost.org/https://www.helionet.org/
HelioHost Posted November 4, 2017 Author Posted November 4, 2017 It hits a url, then crawls tha page and store some data. After aconfigurable time it hits again the page and detect the differences andsemds them via email. I am testing this for an assignment i have ???? 4 ??? 2017 04:14, ? ??????? "Heliohost Support" ??????: > What does your .jar do?>> You may view the status of your ticket by visiting:>> https://www.helionet.org/index/index.php?showtopic=30370>> Thank you,> Heliohost support> https://www.heliohost.org/> https://www.helionet.org/>>
Krydos Posted November 4, 2017 Posted November 4, 2017 "After a configurable time" How long between scans? I suspect that the only way you'll be able to get this to work is with an internal cron, but those are limited to 2 per day. Is running twice each day enough? The other option is your script could run constantly, but that would likely cause a lot of load which would put your account at risk of suspension. Also scripts that run constantly are usually prevented by our infinite loop protection. You're welcome to try though. Let us know if you need any help.
HelioHost Posted November 4, 2017 Author Posted November 4, 2017 It will be configurde inside java with timertask. It will be about 4 httpcalls every 1 or 2 hours... 2017-11-04 16:32 GMT+02:00 Heliohost Support : > "After a configurable time"How long between scans. I suspect that the only> way you'll be able to get this to work is with an internal cron, but those> are limited to 2 per day. Is running twice each day enough? The other> option is your script could run constantly, but that would likely cause a> lot of load which would put your account at risk of suspension. Also> scripts that run constantly are usually prevented by our infinite loop> protection. You're welcome to try though. Let us know if you need any help.>> You may view the status of your ticket by visiting:>> https://www.helionet.org/index/index.php?showtopic0370>> Thank you,> Heliohost support> https://www.heliohost.org/> https://www.helionet.org/>>
Recommended Posts