/HelloFancyWebApp

HelloFancyWebApp demonstrates how to integrate a CSS file, a Javascript file, a favicon, and an embedded HTML image into a Java Web Application.

Primary LanguageJavaApache License 2.0Apache-2.0

About
-----

HelloFancyWebApp demonstrates how to integrate a CSS file, a Javascript file, a favicon, and an 
embedded HTML image into a Java Web Application. Read more at the website:

  http://xeiam.com/

Features
-----

* CSS file
* Javascript file
* favicon
* HTML image

Installation
------------

Should build right out the box. Edit the 'tomcat.dir' parameter in build.properties to reflect the correct location of your web container on your local machine. Run the 'deploy_local' Ant task. View the web application with the following URL (assuming that you're running the web container on port 8080): http://localhost:8080/HelloFancyWebApp/

Tested with Tomcat 7.