The Basecamp URL like .basecamphq.com, eg seymores.basecamp.com.
How can I do the same in a Tomcat environment?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Other aproximation is use UrlRewriteFilter. Using this filter with few policies you can, for example, convert calls like:
http://username.domain (before url rewriting)
to
http://domain/your_servlet?user=username (after url rewriting)