doc: fix tomcat valve page

This commit is contained in:
Maxime Besson 2020-10-14 15:27:37 +02:00
parent ac3d521c5e
commit 653c9a73b6

View File

@ -34,10 +34,46 @@ authentication:
</tomcat-users> </tomcat-users>
LL::NG provides a valve, available on :doc:`download page</download>`. LL::NG provides a valve that will check an HTTP header to set the authenticated user on
This valve will check an HTTP header to set the authenticated user on
the J2EE container. the J2EE container.
Compilation
-----------
The sources are available at `<https://github.com/LemonLDAPNG/lemonldap-valve-tomcat>`__
Required :
- ant
- jre > 1.4
- tomcat >= 5.5
Configure your tomcat home in ``build.properties`` files.
.. attention::
Be careful for Windows user, path must contains "/".
Example:
::
c:/my hardisk/tomcat/
Next run ant command:
::
ant
``ValveLemonLDAPNG.jar`` is created under ``/dist`` directory.
.. |image0| image:: /applications/tomcat_logo.png
:class: align-center
Installation Installation
------------ ------------
@ -85,40 +121,3 @@ Configure attributes:
in debug level. See `how configure logging in in debug level. See `how configure logging in
Tomcat <http://tomcat.apache.org/tomcat-5.5-doc/logging.html>`__ . Tomcat <http://tomcat.apache.org/tomcat-5.5-doc/logging.html>`__ .
Compilation
-----------
The sources are available on :doc:`download page</download>`.
Required :
- ant
- jre > 1.4
- tomcat >= 5.5
Configure your tomcat home in ``build.properties`` files.
.. attention::
Be careful for Windows user, path must contains "/".
Example:
::
c:/my hardisk/tomcat/
Next run ant command:
::
ant
``ValveLemonLDAPNG.jar`` is created under ``/dist`` directory.
.. |image0| image:: /applications/tomcat_logo.png
:class: align-center