Thanks you very much. Do you set up virtual hosts in tomcat, JBoss that all
points to the same application?
This is what I got so far.
public class HairlessSession extends WebSession
{
private static final long serialVersionUID = 1L;
public HairlessSession( Request request ){
super( request );
String hostname = ((WebRequest)
request).getHttpServletRequest().getHeader("host");
System.out.println( "host: " + hostname );
}
}
--
View this message in context:
http://www.nabble.com/Problem-with-how-to-make-variation-tp16834129p16849801.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]