~ubuntu-branches/ubuntu/vivid/tomcat6/vivid

« back to all changes in this revision

Viewing changes to webapps/docs/proxy-howto.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-02-17 00:02:00 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20140217000200-qs6ki7bhqnfhkas7
Tags: 6.0.39-1
* Team upload.
* New upstream release.
  - Refreshed the patches
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball
* Use canonical URL for the Vcs-Git field

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
<p>Using standard configurations of Tomcat, web applications can ask for
39
39
the server name and port number to which the request was directed for
40
40
processing.  When Tomcat is running standalone with the
41
 
<a href="config/coyote.html">Coyote HTTP/1.1 Connector</a>, it will generally
 
41
<a href="config/http.html">HTTP/1.1 Connector</a>, it will generally
42
42
report the server name specified in the request, and the port number on
43
43
which the <strong>Connector</strong> is listening.  The servlet API
44
44
calls of interest, for this purpose, are:</p>