diff options
Diffstat (limited to 'evc/evcmgr/src/main/webapp/index.jsp')
-rw-r--r-- | evc/evcmgr/src/main/webapp/index.jsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/evc/evcmgr/src/main/webapp/index.jsp b/evc/evcmgr/src/main/webapp/index.jsp new file mode 100644 index 0000000..a064b45 --- /dev/null +++ b/evc/evcmgr/src/main/webapp/index.jsp @@ -0,0 +1,8 @@ +<html> +<body> + <h2>Jersey RESTful Web Application!</h2> + <p><a href="webapi/myresource">Jersey resource</a> + <p>Visit <a href="http://jersey.java.net">Project Jersey website</a> + for more information on Jersey! +</body> +</html> |