gopinath112
Active Member
I am using tomcat 7 in my server and I like to create sub domain like m.mysite.com.So is there any procedure to follow ? I didn't find any thing in google.
Thankyou.
Thankyou.
<VirtualHost *:80>
[COLOR=#000000][FONT=Arial]ServerAdmin [EMAIL="webmaster@subdomain1.mydomain.com"]webmaster@subdomain1.mydomain.com[/EMAIL][/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]DocumentRoot /www/subdomain1.mydomain.com[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]ServerName subdomain1.mydomain.com[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]ErrorLog logs/subdomain1.mydomain.com-host.example.com-error_log[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]CustomLog logs/subdomain1.mydomain.com-access_log common[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]</VirtualHost>[/FONT][/COLOR]