[daisy] daisy: how to remove the port number (8888) from the url?
Karel Vervaeke
karel at outerthought.org
Wed Jul 30 09:24:52 CEST 2008
HTTP urls without a port number always imply port number 80. If you
already have something, say IIS, running on that port, you really need
something like the setup described here:
http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html
All of these combinations are possible with a similar setup (and the
proper configuration)
apache -> tomcat
apache -> jetty
iis -> tomcat
iis -> jetty
If you have problems getting this approach to work, you should try
again or describe what you have already done, what is in the log files,
etc.
HTH,
Karel
On Wed, 2008-07-23 at 15:53 +0200, D. de Jonge wrote:
> Dear Daisy gurus and enthusiasts,
>
> While setting up our Daisy CMS we have run into the following problem:
>
> We are using multiple web applications on a Windows server 2003 and
> both port 80 and port 8080 are already used heavily. So we have Daisy
> running on port 8888.
>
> We have a domain pointing towards our server's ip address.
>
> For example www.dogs.com and it points to our server: 11.11.11.11 At
> this point we understand how to point www.dogs.com towards
> http://www.dogs.com:8888/daisy/dogs/Home.html and this works fine. But
> how can we make an ALIAS to remove the port from the address? So that
> we get something like this: http://www.dogs.com/daisy/dogs/Home.html
> or even better http://www.dogs.com/Home.html We have tried to use
> Tomcat as described here
> (http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html) but
> failed to get it working. Thanks in advance, for any information on
> this.
>
> We already know how to remove the "daisy/" from the url.
>
>
> Thanks for the help.
>
> Greetings,
> Donovan
>
>
> _______________________________________________
> daisy community mailing list
> Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
> mail to: daisy at lists.cocoondev.org
> list information: http://lists.cocoondev.org/mailman/listinfo/daisy
More information about the daisy
mailing list