https://www.cs.indiana.edu/classes/c212-dgerman/spr2013/classNotes/gfmk.pdf

http://www.greenfoot.org/book/

http://www.greenfoot.org/download

If you install on the desktop you will get a folder created there. 

To run Greenfoot open the folder and run the batch file in it. 

http://www.greenfoot.org/book/material/book-scenarios.zip

Unzip it and look through it. Let's examine chapter01. 

Run the first scenario: populate the world first. 

Do the same with the second one (same for both):

(a) open the given scenario

(b) populate the world

(c) save the world

(d) share it and choose the name (asteroids, wombats)

Then move this to $CATALINA_HOME/webapps

In labs I need to use WinSCP to transfer files

I also need ssh (PuTTY) to manage the account and the files

Once WinSCP is connected navigate to webapps and drag the two folders there

Make sure your index.html is pointing to your installations

-bash-4.1$ pwd
/u/dgerman/apache-tomcat-7.0.35/webapps/ROOT
-bash-4.1$ cat index.html
Adrian's demo server. <p>

Today I ha<a href="sdioretsa/asteroids1.html">ve installed th</a>e asteroids game.

-bash-4.1$

Check them and then add more information as necessary. 

So posting two links on a well-behaved, running server is your lab assignment. 

--