On Thu, 2009-06-04 at 17:49 -0400, Patrick Gray wrote:
> SEVERE: Servlet.service() for servlet default threw exception
> javax.servlet.ServletException: SiteLocatorFilter with no site 
> 
> This error is coming from the SiteLocatorFilter class inside the
> doBeforeProcessing() method. What are the possible reasons for this
> exception to be thrown?

A request is coming in with a hostname that doesn't match any deployed
skin.
For example you requested http://localhost:8080 instead of
http://localhost.com:8080 


The hostname in the url _must_ match one of the skins deployed in
tomcat. Sesat-kernel provides in a sense virtual hosting, you can deploy
as many different skins as you wish into the one tomcat and run them
all, essentially diffferent sesat implementations for different
subdomains, or completely different domains, all in the one jvm.

~mck

-- 
"To be young, really young, takes a very long time." Picasso 
| semb.wever.org | sesat.no | sesam.no |

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development

Reply via email to