Author: achiumenti Date: Wed Apr 9 09:17:03 2008 New Revision: 30
Modified: trunk/doc/chapters/server.texinfo Log: updating user manual
Modified: trunk/doc/chapters/server.texinfo ============================================================================== --- trunk/doc/chapters/server.texinfo (original) +++ trunk/doc/chapters/server.texinfo Wed Apr 9 09:17:03 2008 @@ -440,3 +440,15 @@
@value{claw} is now up and you can browse it with your browser using address http://www.yourcompany.com:4242 and http://www.yourcompany.com:4443. Of course you will have only a 404 response page! + +@subsection Making all applications to work under a common path + +You have the possibility to define a common path to mapp all @value{claw} applications registered into the server, +defining the global variable @code{*CLAWSERVER-BASE-PATH*}. This way, if you have two applcations mapped for example to +``/applicationA'' and ``/applicationB'', setting that variable to the common path ``/yourcompany'' with the instruction +@cartouche +@lisp +(setf *clawserver-base-path* "/yourcompany") +@end lisp +@end cartouche +you will have the two applications now mapped to ``/yourcompany/applicationA'' and ``/yourcompany/applicationB''.