pro_jsp thread: Problems settng up server to respond properly to several domain names.
Hi,
I am having trouble with Resin's mapping of IP's and domain names to
applications. The following host configuration block allows users to access
the application via the IP but not the domain name. Instead when a domain
name is requested Resins default page pops up. I made sure it wasn't a DNS
issue, it is definitely a Resin configuration issue.
<host id='207.35.101.35, www.myDomain.com'>
<app-dir>C:\resin-2.0.b2\webapps\Chateau</app-dir>
<error-log id='C:\resin-2.0.b2\webapps\Chateau\error.log'/>
<servlet-mapping url-pattern=3D'/servlet/*'
servlet-name='invoker'/>
<servlet-mapping url-pattern='*.jsp'
servlet-name='com.caucho.jsp.JspServlet'/>
</host>
Any help would be appreciated.
Stefan