Question

how to remote host a java game application ?

how to remote host a java game application ?
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hi thanks for your question. To remotely host any java game application you need an application server that supports Java. Tomcat, JBoss, Jetty, any one who fits your needs. Then, just upload your war file into web apps folder (for Tomcat) and it will do the work for you. You can check some trial or free version to test on if you're interested in the server or not.

Then, when you deploy web apps/game application, just subscribe some java application server service or, as I do, rent a VPS and install all you need.

Or,

You can build your own dedicated server or set up a VPS online all you need to this follow these steps you might find some help from youtube too:

-Install Apache Tomcat

-Install PHP

-Install the latest version of MySQL (versions are available for Windows, Linux, and Mac)

-Configure and test your MySQL installation.

If you liked the answer please do thumbs up and good luck for your project.

Add a comment
Know the answer?
Add Answer to:
how to remote host a java game application ?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The Assignment Write a Java application (named GoatsAndCars.java) that plays the game automatically. Your application will...

    The Assignment Write a Java application (named GoatsAndCars.java) that plays the game automatically. Your application will run 1,000 trials in which the player does not switch, store the results (“car” or “goat”) in an array (prizeArray) and then loop through the array to determine how often the player wins the car. Then your application will run 1,000 trials in which the player switches, store the results in prizeArray, and record how often the player wins the car. Finally, your application...

  • How will encryption benefit GCGSI at the network, data base, remote user, and application levels? What...

    How will encryption benefit GCGSI at the network, data base, remote user, and application levels? What is the estimated cost of the options proposed on a per line/application or database basis?

  • Suppose remote host A wishes to use a TCP-based VPN connection to connect to host B,...

    Suppose remote host A wishes to use a TCP-based VPN connection to connect to host B, with IP address 200.0.0.7. However, the VPN software is not available for host A. Host A is, however, able to run that software on a virtual machine V hosted by A; A and V have respective IP addresses 10.0.0.1 and 10.0.0.2 on the virtual network connecting them. V reaches the outside world through network address translation (7.7 Network Address Translation), with A acting as...

  • Write a GUI-based Java application that implements the "Math Game" shown below. The program asks the...

    Write a GUI-based Java application that implements the "Math Game" shown below. The program asks the user to enter the answer of multiplying two one-digit random integers.  If the user enters a correct answer, a message will be displayed at the bottom of the frame, and the text field will be cleared.  If the user enters a wrong answer, a message will be displayed at the bottom of the frame asking for another answer.  If the user...

  • Please do this in Java (Java FX) Tic-Tac-Toe game (aka X's and O's) in which the...

    Please do this in Java (Java FX) Tic-Tac-Toe game (aka X's and O's) in which the player, who is "X", plays against the application, which is "O". The game should be built using the basic window-with-canvas code used for the various tutorials and course assignments. The user plays by dragging "X" tokens onto the Tic-Tac-Toe board area after which the application will automatically play by moving an "O" onto the board area. When a game is over the app should...

  • Which of the following commands will send 4 ICMP echo requests to a remote host named...

    Which of the following commands will send 4 ICMP echo requests to a remote host named server1 to determine the round trip time it takes a packet to travel? ping -4 server1 ping server1 ping -c 4 server1 ping -n 4 server1

  • 1. Game simulation, Java programming. In the game show Let’s Make a Deal, a contestant is...

    1. Game simulation, Java programming. In the game show Let’s Make a Deal, a contestant is presented with three doors. Behind one of them is a valuable prize. After the contestant chooses a door, the host opens one of the other two doors (never revealing the prize, of course). The contestant is then given the opportunity to switch to the other unopened door. Should the contestant do so? Intuitively, it might seem that the contestant’s initial choice door and the...

  • JAVA HELP! Question: Write a Java console application that investigates how well Java handles large integers....

    JAVA HELP! Question: Write a Java console application that investigates how well Java handles large integers. Write two loops that iterate from 0 through 35. Before each loop, set an integer variable (IV) to 1. Within each loop, print the loop count and the value of IV formatted in two columns. Within the first loop, multiply IV by 2. Within the second loop, multiply IV by the appropriate StrictMath method. The second loop will not complete since there will eventually...

  • How to write java application that reads an integer, then determines and display whether it's odd...

    How to write java application that reads an integer, then determines and display whether it's odd or even. Use the remainder operator.

  • Write a java application that is including a three-question multiple choice quiz about Java programming language....

    Write a java application that is including a three-question multiple choice quiz about Java programming language. Each question must have four possible answers (numbered 1 to 4). Also, ask user to type 0 to exit the test. [Assume that a user enters only integers 1,2,3,4, or 0]. Firstly, display a message that this quiz includes three questions about the Java programming language and display that each question has four possible answers. If the answer is correct for the given question,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT