top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to integrate mod_webapp to tomcat

+2 votes
160 views

Currently we have a setup of Apache 1.3.x to tomcat 4.x and mod_webapp is being used to integrate to tomcat.

There was a requirement to upgrade tomcat version to tomcat5. and I am unable to connect from apache 1.3.x and mod_webapp to tomcat 5.

I would like to know is mod_webapp connector compatible to tomcat 5? If yes, please suggest me the steps.

posted Mar 3, 2015 by Majula Joshi

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

If one servlet fails to initialize, meaning that ServletContextListener.contextInitialized() throws exception, then Tomcat still starts (but without the servlet).
I found out that if servlet calls System.exit(1), then Tomcat dies. Is this the only way to make this happen?

This does not work:
- Dorg.apache.catalina.startup.EXIT_ON_INIT_FAILURE=true

+2 votes

I am looking for a way to add the X-XSS-Protection header (*) to the response from Tomcat.

I am currently using the Tomcat's HttpHeaderSecurityFilter that allows to setup other useful security related headers but it doesn't seem to support the X-XSS-Protection header (**).

Do you think that HttpHeaderSecurityFilter should be enhanced to support this (I could provide a patch for this)? Is there another way?

...