Hi!
I am a newbie in using the Resin Server (3.0.6 at the moment)
I would ask the community, if someone could give me a hint in configuring a virtual host with resin.
For instance I want to link the host
www.myhost.com directly to the webapplication myhost which lies under webapps/myhost.
I've already read the resin documentation but I didn't manage it.
I did the following in the resin.conf file:
<host host-name="www.myhost.com" id='www.www.myhost.com'>
<document-directory>C:\resin-3.0.6\webapps\myhost</document-directory>
</host>
this brings me to my page only if I go directly to "http://www.myhost.com/myhost" but I want to enter it by "http://www.myhost.com".
Any hints?
By the way, what is the difference between the document-directory and the root-directory ?
Thanks a lot in advance
Thomas