If you have a file upload that works in Tomcat, but not through Apache and
mod-jk going to Tomcat, then it could be a problem with the maximum allowed
post size in Apache. Check in the httpd.conf configuration file for Apache, and
see what value you have for LimitRequestBody. Se the value to 0
oes-anything-actually-use-secureport
)
Has it been implemented yet? I'd like to know if it is possible to have
tomcat-to-tomcat traffic encrypted by setting the securePort options on the
Receiver object and Interceptor/Member objects.
Another way of getting secure traffic, of course, i
Hi,
I am using Apache Tomcat realm to perform the user authentication and have
added the following to the server.xml
However, since upgrading to Tomcat 7.0.50 from 6.0.39, when starting Tomcat
service (through Eclipse), I get the error below. From trawling through the net
I could not find
Hi Everyone,
I have a web-service that I've developed using Tomcat7/MySQL5 using
NetBeans 7. In the IDE it all works fine. For testing however, I need
to get it onto an EC2 instance so users other than me can access it. I
have created an EC2 micro-instance, installed Tomcat 7 and MySQL 5
hello all
i have added in catalina.bat Djava.net.preferIPv4Stack parameter
set JAVA_OPTS=%JAVA_OPTS%
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"
-Djava.net.preferIPv4Stack=true
bun my tomcat still lis