Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Integration of Apache and Tomcat

Status
Not open for further replies.

pisth

Programmer
Mar 18, 2003
43
US
Hell0,
I have a program installed which requires Apache server to run. The program runs perfect on the apache server.

However I had to add additional functionality to the program and hence wrote a peice of code in JSP and hence needed Tomcat to execute the same.

Apache and Tomcat servers are installed perfectly.

When I run the JSP program, it must inturn call the program in apache and produce the output.

Hence I need to make the apache and tomcat server compatible with each other so that when i run the JSP page in the tomcat server, it inturn calls the program running in the apache server and produces the output.

Can anyone suggest me a way to do this?. I tried doing the same with mod_jk modules etc, however I got lost in the middle because i am pretty new to Apache and Tomcat.

Hoping for a reply.

Thanks!

Karthik.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top