Sorcerer's IsleCode Lucee on Jetty / files

 1<cfoutput><!doctype html>
 2
 3	<title>Lucee on Jetty</title>
 4
 5	<h1>Congratulations, you are running Lucee on Jetty.</h1>
 6
 7	<p>Lucee Version: <var>#Server.Lucee.Version#</var>
 8	<p>Jetty Version: <var>#ListRest(Server.Servlet.Name,'/')#</var>
 9
10	<p>This file is located at <var>#HtmlEditFormat(getCurrentTemplatePath())#</var>
11
12	<h2>Local Links</h2>
13	<p>Server Admin: <a href="#cgi.context_path#/lucee/admin/server.cfm">/lucee/admin/server.cfm</a>
14	<p>Web Admin: <a href="#cgi.context_path#/lucee/admin/web.cfm">/lucee/admin/web.cfm</a>
15	<p>Built-in documentation: <a href="#cgi.context_path#/lucee/doc.cfm">/lucee/doc.cfm</a>
16
17	<h2>Online Links</h2>
18	<p>Website: <a href="http://lucee.org">//lucee.org</a>
19	<p>Online documentation: <a href="https://bitbucket.org/lucee/lucee/wiki/Home">//bitbucket.org/lucee/lucee/wiki/Home</a>
20
21</cfoutput>