Jump to content

Recommended Posts

Posted

Hi there

 

I am searching to host a personal service using a jar file not application

server. An email client and a mysql. Is that possible for your free

services;

 

Thanks in advance

Lefteris

Posted

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.

Posted

I will not use any apllication server or wrapper like tomcat. It will be

just a java process that consumes a service and stores some data. It is a

personal test program. The jar will not include any server. As far as i

understand 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) 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.

 

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/

Posted

It hits a url, then crawls tha page and store some data. After a

configurable time it hits again the page and detect the differences and

semds 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/

>

>

Posted

"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.

Posted

It will be configurde inside java with timertask. It will be about 4 http

calls 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/

>

>

Guest
This topic is now closed to further replies.
×
×
  • Create New...