Actually I am not sure how I could explain myself when it comes the sub-domain... According to my understanding...
say when someone types something.xyz.com there should be some mapping telling to goto a specific page.... but when it comes to sub domian isn;t necessary to specify DNS entries for the mapping? So for a system where users are signing up everyday.... how to configure this sub domain ? Sorry I sound very novice with these questions... but please bare with me... Senthoor ----- Original Message ----- From: "Frans Verhoef" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 10:46 AM Subject: Re: URL Mapping > > You create the UserMapping class, get the path of the URL, trim all > > but the last part of the path, and redirect there. The only > > issue with this scheme is that it will apply to all requests to your > > site. If you want some of them to not use this schem, you'll > > need to add additional more specific URL mapping rules. > > That is why a sub-domain is so useful. > > Senthoor, can you tell me what the objection is to use a sub-domain? > > Frans > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
