[claw-cvs] r30 - trunk/doc/chapters

achiumenti at common-lisp.net achiumenti at common-lisp.net
Wed Apr 9 13:17:03 UTC 2008


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!
+
+ at 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
+ at cartouche
+ at lisp
+(setf *clawserver-base-path* "/yourcompany")
+ at end lisp
+ at end cartouche
+you will have the two applications now mapped to ``/yourcompany/applicationA'' and ``/yourcompany/applicationB''.



More information about the Claw-cvs mailing list