On Thu, Jul 24, 2014 at 6:25 PM, Arya Farzan wrote:
> I am using Tomcat by itself. It is pretty much a default installation using
> apt-get on Debian.
Error #1 - dump that and install a real Tomcat.
> I changed the port from 8080 to port 80
Error #2 - don't run Tomcat as root; use jsvc, a prox
Thank you. I changed it to your example and now it's working
On Thu, Jul 24, 2014 at 8:35 PM, Igal @ getRailo.org
wrote:
> I prefer to use Context/docBase instead of Host/appBase
>
> try this:
>
>
>mysite.com
>
>
>
>
>
>
>
> On 7/24/2014 6:28 PM, Arya Farzan wrote:
>
>> I just tried t
I prefer to use Context/docBase instead of Host/appBase
try this:
mysite.com
On 7/24/2014 6:28 PM, Arya Farzan wrote:
I just tried this with IE and it says "The webpage cannot be found"
in google chrome source is 100% blank
On Thu, Jul 24, 2014 at 8:20 PM, Igal Sapir wrote:
C
I just tried this with IE and it says "The webpage cannot be found"
in google chrome source is 100% blank
On Thu, Jul 24, 2014 at 8:20 PM, Igal Sapir wrote:
> Check with view source on the blank page and see if you get anything there
> On Jul 24, 2014 6:16 PM, "Jordan Michaels" wrote:
>
> > H
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
wrote:
> Hi Arya,
>
> Are yo
Check with view source on the blank page and see if you get anything there
On Jul 24, 2014 6:16 PM, "Jordan Michaels" 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
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
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
mysite.com
and I created the folder /var/lib/tomcat7/webapps/mysite