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.
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.
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.
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.