> The example of "generic.sesam" can not be accessed in my host. > some configurations of it in > "generic.sesam\WEB-INF\classes\configuration.properties" can not be > set up.
The requests to "generic.sesam" skin are always to http:// localhost:<tomcat-port> but with request header "Host: generic.sesam". (You can see this happening if you turn HTTPClient logging onto TRACE). This might trip you up if you are using a proxy, eg apache with vhosts. That's why the <tomcat-port> is now used, and is explicitly set for each sesam.site.parent definition found in pom.xml for skins extending generic.sesam. An example commit has just been done in sesam.com skin, see r6518. If you're still stuck can you send more error messages please. ~mck -- "Give me a firm place to stand and I will move the earth." Archimedes | www.semb.wever.org | www.sesat.no | www.sesam.no | _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
