I am using apache tomcat 6 in my application. I want to provide support for executing PHP files in apache tomcat 6 on Linux. I don't want to install PHP separately on my machine, but provide PHP modules(.so files) as a part of apache/modules.
(Plesk 10.4 centos 5.8 linux apache2 server, with Tomcat5 on port 8080 and Apache Solr)
I get "The connection has timed out" on requesting domain.com:8080 or www.domain.com:8080 or ip.ad.dr.ess:8080
Every reason I can find why this might be seems not to be the case:
Plesk thinks Tomcat is running fine and lists it as an active
service.
The firewall currently has an accept all rule on port 8080
At my work we have several production applications running on top of Apache Tomcat 6. The programs have a lot of auditing information (for billing purposes) and they can get rather large, growing to several gigabytes over the course of a few days. At present the only way to limit the size of those log files is to restart the Apache service every other day or so manually.
I have upgraded to a trial version of vCenter 5.1 from 5.0. Previous versions used to have tomcat log files inside the tomcat\logs folder.
Hi, I'm trying to get Apache version 2 Server running with Tomcat 7 as the Java Servlet container (I'll be using Solr as the webapp next). Followed the instructions in the wiki articles Tomcat and Apache and Tomcat.The applications work fine separately. It's only when I modify the httpd.conf files as instructed that I get this error when I restart httpd and tomcat.
I have two server instances TOMCAT 5.5 and TOMCAT 5.0.28, My application running on TOMCAT5.5.
Hi,We are running Tomcat on two different servers. One is Tomcat5 comes under RHEL5.2 DVD, Other is Tomcat5.5.28 from Tomcat website. Both are running on RHEL5.2Downloaded T... [by sachindtorne]
I'm trying to resolve an issue about connecting Apache and Tomcat with mod_proxy_ajp. From reading I found that the problem might be the numbers of workers in the Apache and the Tomcat. So I try to find the worker's definition in the Tomcat but I couldn't find any. Can it be? Can Tomcat work without a workers.properties file?
There is one application where I work where there are still manual builds used i.e manually moving the servlet classes and jsp files from Dev to QA and finally to Prod.
This is the method used in this application which cant be changed for some wierd reasons.BTW this is not the problem.
We did a manual build where we transferred jsp files from QA to PROD recently.
And we noticed that the jsp fil