Amazon-EC2 – play! Framework application on EC2

I want to deploy and run my Play! Framework application on EC2.

I have installed Play! On an instance of the framework, now I don’t want to copy my source code, but I want to “build” my application into the library/jar/wars and copy the binary file and run the game with the binary file. Play! Support?

No, the playback application does not have a native single file format.

But, yes, you can use any archive format. Instead of running:

play command myfile

You would do something like this:

p>

unzip myfile; play command file;

Also, you can always try to use war and use runes in multiple tomcats, but this will waste resources , Because the local game server is better.

I want to deploy and run my Play! Framework application on EC2.

I have installed Play! On an instance of the framework, now I don’t want to copy my source code, but I want to “build” my application into the library/jar/wars and copy the binary file and run the game with the binary file. Play! Support?

No, the playback application does not have a native single file format.

But yes, you can use any archive format . Instead of running:

play command myfile

You would do something like this:

 unzip myfile; play command file;

Also, you can always try to use war and use runes in multiple tomcats, but this will waste resources because the local game server is better.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 1869 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.