0

I have an Apache Server, in which my website running. But there are some JSP pages in my website. I have to forward my JSP pages and servlet to Tomcat.

How can I make that possible?

Pierre.Vriens
  • 1,159
  • 34
  • 15
  • 19
Arman
  • 103
  • 3

1 Answers1

1

What you need is to use mod_proxy_ajp for your purpose.

 (Internet)---[Apache]---ajp---[Tomcat]---(JSP)

There are many examples on how to do this and most Linux distributions would come with some standard configuration files to help you get started.

sybreon
  • 7,357
  • 1
  • 19
  • 19