I am trying to use tomcat 4.1.12 from rpm with apache 1.3.23 on a fully patched RedHat 7.3 box using mod_webapp.
If I define an ordinary application that does not require any server.xml changes and place it under the webapps directory with appropriate changes to apache's httpd.conf, the application works fine. However, if I want to add a datasource definition for the application or access the tomcat manager via apache it does not work. I have tried copying the manager context from the standalone section of server.xml to the sample warp part without success. I have tried putting the datasource definition under both standalone and warp without success. I have also searched for a solution. Synopsis: http://machine.domain.com/application <http://machine.domain.com/application> - works fine if no server.xml changes are required to support application http://machine.domain.com:8080/application <http://machine.domain.com:8080/application> - works fine with changes to standalone section of server.xml http://machine.domain.com/application <http://machine.domain.com/application> - does not work if I am using a datasource with changes to warp section of server.xml http://machine.domain.com:8080/manager/list <http://machine.domain.com:8080/manager/list> - works fine http://machine.domain.com/manager/list <http://machine.domain.com/manager/list> - does not work My goal is to disable tomcat's port 8080 and only enable 80 and 443 which will be serviced by apache. ************************************************************************** The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
