RE: Tomcat6 map subdomain to particular directory under web root

2008-07-18 Thread kazukin6
1.localhost /admin/(.*) /w1/(.*) ^/(.*) /w1/$1 -- View this message in context: http://www.nabble.com/Tomcat6-map-subdomain-to-particular-directory-under-web-root-tp18531402p18536559.html Sent from the Tomca

RE: Tomcat6 map subdomain to particular directory under web root

2008-07-18 Thread Caldarale, Charles R
> From: kazukin6 [mailto:[EMAIL PROTECTED] > Subject: Tomcat6 map subdomain to particular directory under web root > > server.xml >unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="fa

Tomcat6 map subdomain to particular directory under web root

2008-07-18 Thread kazukin6
server.xml w1.localhost Using alias "w1.localhost" maps subdomain to web root directory Is there any trick to map w1.localhost to localhost/w1 directory? -- View this message in context: http://www.nabble.com/Tomcat6-map-subdomain-to-particular-directory-unde