Top "Tomcat7" questions

Version 7.x (June 2010) of the Apache Tomcat servlet container.

How to configure two way SSL connection in Spring WS without using Spring boot and using separate Apache tomcat server?

I need to send a soap request messages in a two way SSL connection security mechanism to a server and …

java security spring-mvc tomcat7 spring-ws
How to redeploy a war on remote Tomcat 7 using maven-tomcat-plugin

I am trying to redeploy a war from my local machine to a remote Tomcat 7 using command prompt in Windows. …

maven tomcat7 maven-tomcat-plugin
Spring MVC does not handle RequestMethod.OPTIONS

I am in the context of a Rest API. As I am performing cross domain request, I need to send …

spring spring-mvc tomcat7 http-options-method
Technical details of serve modules without publishing in Eclipse WTP and Tomcat?

Eclipse's Web Tools Platform (WTP) allows you to configure Tomcat to "Server modules without publishing": Web content will be served …

eclipse tomcat tomcat7 eclipse-wtp
Tomcat AJP with Apache SSL

I have tomcat running behind Apache for the last 2 years and everything is going well. I'm using AJP connector (mod_…

tomcat ssl apache2 tomcat7 orbeon
mod_jk status page not working

I am doing clustering in Tomcat 7 with Apache server. It is working fine too. However I have the following issues: 1) …

linux apache tomcat7 mod-jk
Tomcat 7 - cannot get CATALINA_OPTS heap size to work

I am setting CATALINA_OPTS in catalina.sh but strangely this value seems to be ignored. I am on a …

java tomcat heap tomcat7 catalina
How to use Tomcat 7 new aliases properly?

Tomcat 7 provide new aliases that allow to store static content outside the WAR File. I found some instructions how to …

ubuntu static resources tomcat7 aliases
Why FileWriter doesn't create a new file?

Consider the following code: m_Writer = new PrintWriter(new FileWriter("LoginHistory.dat")); m_Writer.println(Integer.toString(s_NumOfLogins)); m_…

java tomcat tomcat7 filewriter printwriter
Why my log will be redirected into catalina.out?

In my application, I use log4j2 to output log. <!-- log4j2 --> <dependency> <…

java tomcat7 log4j2 catalina.out