diff --git a/doc/sources/admin/applications/tomcat.rst b/doc/sources/admin/applications/tomcat.rst index cebcfd9cd..83a375af1 100644 --- a/doc/sources/admin/applications/tomcat.rst +++ b/doc/sources/admin/applications/tomcat.rst @@ -34,10 +34,46 @@ authentication: -LL::NG provides a valve, available on :doc:`download page`. -This valve will check an HTTP header to set the authenticated user on +LL::NG provides a valve that will check an HTTP header to set the authenticated user on the J2EE container. +Compilation +----------- + +The sources are available at ``__ + +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 ------------ @@ -85,40 +121,3 @@ Configure attributes: in debug level. See `how configure logging in Tomcat `__ . - -Compilation ------------ - -The sources are available on :doc:`download page`. - -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 -