I'm deploying a small Java servlet to tomcat 8. It draws an image and saves it to the hard drive. It makes use of the java.awt.Rectangle, java.awt.Image, and java.awt.Graphics2D classes. The relevant code is below.I'm deploying a small Java servlet to tomcat 8.