Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 4 of 4

This is a discussion on Run a java app on a shared account? in the Shared & Semi-Dedicated forum
Hi y'all, We have a little java app that reads an XML file and creates a .jpg image in the same directory. Don't suppose there's ...

  1. #1
    Tea is not coffee
    Join Date
    Jan 2002
    Posts
    47

    Run a java app on a shared account?

    Hi y'all,

    We have a little java app that reads an XML file and creates a .jpg image in the same directory.

    Don't suppose there's a way to get permissions to run the java app on a shared account. (ie. do I need to get myself a dedicated deal).

    Thanks in advance!

  2. #2
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    I'm not in authority here, obviously, but the only apps that I know of, that they don't allow in the AUP, are ones that run continually in the background, i.e. chat programs, IRC, anything that passes traffic THROUGH JagPC servers, yada, yada, yada...

    Everyone is running "little" java apps these days - clock/calendars, pre-loaders, scrollers, et cetera - so I don't know why they would care if you run them, as long they aren't large-scale, stand-alone programs, that 'steal' processes from the (shared) server, e.g. slow things down for others.
    Last edited by Vin DSL; 12-19-2004 at 08:25 PM.
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  3. #3
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Vin, you are describing Java applets, which are downloaded by the browser and run by the java environment on the remote computer. Therefore applets take up no server resources (beyond those required for opening the file and sending it through Apache). It sounds like beatgrover is talking about a server-side program written in Java.

    Beatgrover, as long as your app doesn't require too many server resources, I don't think it would be a problem. It really isn't much different than the hit counters that were so prevelant in the 90's--they generally read a number out of a text file and created an image-representation of that number. The only thing that you'll probably need to do is get Java installed on the server. I was playing with a small Java app a few weeks ago. I wanted to try it out on my server, but I couldn't find the java runtime. I thought about asking support to install it, but I haven't had time to do any more experimenting, so I haven't yet. In my past experience, they are usually pretty good about installing things that their clients want. If for some reason they won't install it server-wide, you may be able to get it running in your account, but I'd ask support for their help first.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  4. #4
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    I should aslo note that if this app happens to be a "Java Server Page" then your request probably won't be granted. People have asked for JSP support in the past and it has been turned down.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •