Re: Access denied with Apache + Tomcat config

2005-03-16 Thread Paul Puschmann
Tony Stocker wrote: All, I believe that I found my problem, and for the sake of posterity I'm posting it for the next poor fool who is forced to chase around the web and through books looking for decent documentation. When I set up Tomcat I copied the sample workers.properties file from

Re: Access denied with Apache + Tomcat config

2005-03-16 Thread Tony Stocker
Paul, My virtualhost file is automatically generated by Tomcat on startup, so IT is defining the worker (ajp13) by default. The problem arose because the sample workers.properties file doesn't use the same name, by default, for illustrating how the file is used. I'm sure there's a way to change

Access denied with Apache + Tomcat config

2005-03-15 Thread Tony Stocker
Hello All, I have searched the archives but have been unable to find a solution to my problem. I am integrating Apache 2.0.52 with Tomcat 5.0.28 using mod_jk 1.2.8 (compiled from source). My client wants to continue using Apache as the web server due to security and ease of configuration

Re: Access denied with Apache + Tomcat config

2005-03-15 Thread Tony Stocker
All, I believe that I found my problem, and for the sake of posterity I'm posting it for the next poor fool who is forced to chase around the web and through books looking for decent documentation. When I set up Tomcat I copied the sample workers.properties file from the JK source. However it

RE: Apache / Tomcat Config?

2002-10-28 Thread Turner, John
, but not have to actually put your application's files under the ROOT directory? John -Original Message- From: [EMAIL PROTECTED] [mailto:dmaloy;provide.net] Sent: Sunday, October 27, 2002 1:18 PM To: [EMAIL PROTECTED] Subject: Apache / Tomcat Config? Can someone tell me how to configure

Re: Apache / Tomcat Config?

2002-10-28 Thread Steven Gollery
In server.xml, there's a commented out Context line that sets the path of URLS that have a path of to go to the ROOT directory. This is commented out because it isn't needed: ROOT, as you say, is the default. But if you uncomment that and change docBase=ROOT to docBase=mysite, you should get

Apache / Tomcat Config?

2002-10-27 Thread dmaloy
Can someone tell me how to configure apache 2.x with tomcat 4.x so that when someone goes to my site www.mysite.com it automatically looks under the tomcat webapps directory for a subdirectory called mysite to load the index page? I can't get apache (or tomcat?) to work that way unless I put my

Problem in Apache /Tomcat Config

2002-04-11 Thread Suresh Rangarajan
hi .. I am trying to configure Tomcat 3.2.1 to work with Apache 1.3.19 using mod_jk. In tomcat we have a servlet mapping called some intra ie. URI is http://localhost:8008/intra which actually points to a servlet. But Apache does not recognize the servlet and searches for a file called intra in