Re: integrating Apache 2 server and Tomcat

2009-06-27 Thread Hassan Schroeder
On Sat, Jun 27, 2009 at 7:39 AM, Dimitrios Christodoulakis wrote: > I went ahead with your instructions running the Tomcat app under the > ROOT context. Disabled the http web server (Apache) and edited the > server.xml and server-minimal.xml files under Tomcat. server-minimal.xml is just an examp

Re: integrating Apache 2 server and Tomcat

2009-06-27 Thread Dimitrios Christodoulakis
-Chuck, I went ahead with your instructions running the Tomcat app under the ROOT context. Disabled the http web server (Apache) and edited the server.xml and server-minimal.xml files under Tomcat. This time www.mydomain.com gives a "Page Load Error", I believe because there is no web server list

RE: integrating Apache 2 server and Tomcat

2009-06-26 Thread Caldarale, Charles R
> From: Dimitrios Christodoulakis [mailto:dimi@gmail.com] > Subject: Re: integrating Apache 2 server and Tomcat > > I decided to try running my tomcat app as ROOT, by deploying it under > usr/java/tomcat-5.5/webapps/ROOT That's exactly what you should do, since it&#

Re: integrating Apache 2 server and Tomcat

2009-06-26 Thread Dimitrios Christodoulakis
I decided to try running my tomcat app as ROOT, by deploying it under usr/java/tomcat-5.5/webapps/ROOT It might not be the optimal way, but I want to at least first manage to access this app by www.mydomain.com However all I get is a 403 forbidden error. It turns out that running tomcat from with

RE: integrating Apache 2 server and Tomcat

2009-06-26 Thread Martin Gainty
men. > Subject: Re: integrating Apache 2 server and Tomcat > From: bmill...@gmail.com > To: users@tomcat.apache.org > Date: Fri, 26 Jun 2009 11:32:45 -0500 > > On Fri, 2009-06-26 at 08:59 -0500, Dimitrios Christodoulakis wrote: > > Hello, > > > > I have been str

Re: integrating Apache 2 server and Tomcat

2009-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dimitrios, On 6/26/2009 9:59 AM, Dimitrios Christodoulakis wrote: > I followed some steps they initially suggested which > involved creating a symbolic link between the default public directory > /home/myadmin/public_html/ and the application director

Re: integrating Apache 2 server and Tomcat

2009-06-26 Thread Brian Millett
On Fri, 2009-06-26 at 08:59 -0500, Dimitrios Christodoulakis wrote: > Hello, > > I have been struggling for the past couple of weeks to redirect > external traffic from the Apache 2 server to Tomcat 5.5 on a godaddy > dedicated server. > > We have created a new domain on the server, which default

RE: integrating Apache 2 server and Tomcat

2009-06-26 Thread Caldarale, Charles R
> From: Dimitrios Christodoulakis [mailto:dimi@gmail.com] > Subject: integrating Apache 2 server and Tomcat > > At the same time I have uploaded and deployed the application under > usr/java/tomcat-5.5/webapps/mydomain/ If you want it to be the default webapp, you should deploy it as /usr/ja