Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Jar File Container?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Jar File Container?

I am currently using MetaBase for my reporting needs. I am running it from the command line on a VPS java -jar metabase.jar. It runs its Jetty based engine on port 3000 which I call on the browser and it works great.

Is there any container which I could push this jar into so that it would run like a traditional server? Like Tomcat?

Any pointers appreciated.

Thanked by 1wemanageit

Comments

  • yomeroyomero Member

    I don't think so.

    Probably it would require to rewrite a lot of things of your application.

    Maybe the most similar idea could be packaging your app in a docker container.

  • pbgbenpbgben Member, Host Rep

    Screen?

  • MacPacMacPac Member

    Supervisor is what you are seeking.

    I use it for #lowendbox bot

  • plumbergplumberg Veteran

    @yomero said:
    I don't think so.

    Probably it would require to rewrite a lot of things of your application.

    Maybe the most similar idea could be packaging your app in a docker container.

    yeah, it has docker integration/ mashup. However, docker needs a newer kernel which my provider does not provide currently. But will keep in mind.

  • plumbergplumberg Veteran

    @MacPac said:
    Supervisor is what you are seeking.

    I use it for #lowendbox bot

    Hmm, sure, I will check it out. Thanks.

  • plumbergplumberg Veteran

    @pbgben said:
    Screen?

    Can you please elaborate?

  • MacPacMacPac Member

    @plumberg said:

    Screen will just keep your program running even if you disconnect from ssh, the right solution is supervisor.

    Thanks!

    Thanked by 1pbgben
  • RalliasRallias Member

    plumberg said: However, docker needs a newer kernel which my provider does not provide currently.

    You don't realize how scary a statement that is.

    Thanked by 1cassa
  • cassacassa Member

    Maybe @jarland can help?

    Thanked by 2TheLonely raindog308
  • @cassa said:
    Maybe @jarland can help?

    I actually want to post this lol.

Sign In or Register to comment.