Hi Jordan

I am using Tomcat by itself. It is pretty much a default installation using
apt-get on Debian. The only changes I made are:

I changed the port from 8080 to port 80
And I changed AUTHBIND=no to AUTHBIND=yes


On Thu, Jul 24, 2014 at 8:16 PM, Jordan Michaels <jor...@viviotech.net>
wrote:

> Hi Arya,
>
> Are you using a web server like Apache in front of Tomcat, or are you
> hitting the Tomcat port directly? This will tell us if the problem is
> somewhere in your connector setup or not.
>
> Any clues in your catalina.out log file?
>
> Warm Regards,
> Jordan Michaels
>
>
> On 07/24/2014 06:03 PM, Arya Farzan wrote:
>
>> Hello
>>
>> I also asked this on Stackoverflow but no one has commented or answered.
>>
>> I've been trying to configure tomcat for multiple domains and everything I
>> have tried was unsuccessful.
>>
>> I added this to /etc/tomcat7/server.xml
>>
>> <Host name="www.mysite.com" appBase="webapps/mysite"
>>              unpackWARs="true" autoDeploy="true">
>>    <Alias>mysite.com</Alias>
>> </Host>
>>
>> and I created the folder /var/lib/tomcat7/webapps/mysite
>>
>> Whenever I go to my domain all I get is a blank page. What am I doing
>> wrong
>> here? I am running Debian 7
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to