Does the host:port dispatch happen before the webapp path dispatch? (i.e. could you run a version of the same webapp at the same path extension two different virtual hosts?)
Ian On Sep 16, 2009, at 3:06 AM, Leslie P. Polzer wrote: > > > petter wrote: > >> I'm currently storing CL-SQL objects in the websession variables and >> then CLP to generate the dynamic HTML code, but I guess I could use >> LSP instead. I'm also using the virtual host part of AllegroServe, >> does Hunchentoot have something similar? > > No, but it's easy to come up with. You just need a dispatcher > that uses the host:port combination to decide on the handler > to invoke. > > Weblocks has similar functionality. > > Leslie > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
