aspose file tools
The moose likes Struts and the fly likes i do i create url like, 'vinod.blogspot.com' Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "i do i create url like, Watch "i do i create url like, New topic
Author

i do i create url like, 'vinod.blogspot.com'

Vinod suryawanshi
Ranch Hand

Joined: Aug 08, 2012
Posts: 39
Dear friends,
i am doing this project in structs thats why i am posting in structs . if this post is not related to structs then please shift my post to another topic.

we are developing site like blogspot. where our client have requirement that he want url like 'vinod.blogspot.com'. here vinod is user name. blogspot is our domain name. i never didt his kind of thing before, So you may say i am completely new for this topic. So friends if you have any suggestion, guidance or if you from where do i start doing this then please suggest me.

Thank you...
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

If "blogspot.com" were your domain name (obviously it isn't, but let's use that as an example, and you can apply what you learn here to your actual domain name), then to make the host name "vinod.blogspot.com" be accessible and known to the outside world, you would have to put an entry for that into the DNS for "blogspot.com".

This isn't something which is typically done by application code, it's usually done by an administrator for the domain who makes changes to the DNS system. Although places like Blogspot and Wordpress might have automated ways of doing that, I suppose. I expect there might be ways to do that.
Joe Harry
Ranch Hand

Joined: Sep 26, 2006
Posts: 8795

Vinod suryawanshi wrote:Dear friends,
i am doing this project in structs thats why i am posting in structs . if this post is not related to structs then please shift my post to another topic.

we are developing site like blogspot. where our client have requirement that he want url like 'vinod.blogspot.com'. here vinod is user name. blogspot is our domain name. i never didt his kind of thing before, So you may say i am completely new for this topic. So friends if you have any suggestion, guidance or if you from where do i start doing this then please suggest me.

Thank you...


Recommend to use correct spelling for the technology. It is not structs, it is Struts!


SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: i do i create url like, 'vinod.blogspot.com'
 
Similar Threads
'Blogspot spam'
Blogspot rumoured to be blocked within India
Anybody knows, what happened to blogspot?
how to detect client and sending form/frame ??
javascript and json in struts2 tiles pugin.