38 lines
1.3 KiB
XML
38 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
|
|
<web-app>
|
|
<display-name>google-examples</display-name>
|
|
<description>Google Examples Web Application</description>
|
|
<context-param>
|
|
<param-name>google_key</param-name>
|
|
<param-value/>
|
|
<description>The Google Web APIs client authorization key.</description>
|
|
</context-param>
|
|
<context-param>
|
|
<param-name>google_proxy_host</param-name>
|
|
<param-value/>
|
|
<description>The host to use as an HTTP proxy.</description>
|
|
</context-param>
|
|
<context-param>
|
|
<param-name>google_proxy_port</param-name>
|
|
<param-value/>
|
|
<description>The port to use as an HTTP proxy.</description>
|
|
</context-param>
|
|
<context-param>
|
|
<param-name>google_proxy_username</param-name>
|
|
<param-value/>
|
|
<description>The username required for the HTTP proxy.</description>
|
|
</context-param>
|
|
<context-param>
|
|
<param-name>google_proxy_password</param-name>
|
|
<param-value/>
|
|
<description>The password required for the HTTP proxy.</description>
|
|
</context-param>
|
|
<welcome-file-list>
|
|
<welcome-file>index.html</welcome-file>
|
|
</welcome-file-list>
|
|
<taglib>
|
|
<taglib-uri>/google-taglib</taglib-uri>
|
|
<taglib-location>/WEB-INF/google.tld</taglib-location>
|
|
</taglib>
|
|
</web-app>
|