%--
-------------------------------------------------------------------------------
Bio2RDF is a creation of
Francois Belleau
Marc-Alexandre Nolin
from the Centre de Recherche du CHUL de Québec. This program is release under
the GPL v2 licence. The term of this licence are specified at
http://www.gnu.org/copyleft/gpl.html.
Bio2RDF use Sesame as his RDF repository. Sesame is available at
http://www.openrdf.org
under the LGPL licence. The term of this licence are specified at
http://www.gnu.org/copyleft/lgpl.html
You can contact the Bio2RDF team at bio2rdf@gmail.com
Visit our blog at http://bio2rdf.blogspot.com/
Visit our main Bio2RDF application at http://www.bio2rdf.org
-------------------------------------------------------------------------------
--%>
<%@ page contentType="text/xml;charset=UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib uri="http://jakarta.apache.org/taglibs/string-1.1" prefix="str" %>
<% String url = request.getServerName() + ":" + request.getServerPort(); %>
<%= url %>