Forum Moderators: coopster

Message Too Old, No Replies

PHP and Tomcat?

Can it be done?

         

web_young

3:22 pm on Aug 26, 2004 (gmt 0)

10+ Year Member



I hope this is the right forum for this topic. I've just recently started working at a new job. It looks like the previous web developer had started to play around with some jsp pages on our intranet. I would like to continue the idea of databasing some of the information but I don't have time to learn jsp so I'd like to stick with PHP. Eventually I'd like to implement these features on our internet site too. Anyway, he had setup Tomcat and I was wondering if it is possible to continue to run the jsp apps that he had created but also run PHP pages at the same time. I'm pretty new to all of this so I probably haven't explained it very well but I was hoping some of the experts here could point me in the right direction.

web_young

8:23 pm on Aug 26, 2004 (gmt 0)

10+ Year Member



Anyone?

httpwebwitch

9:03 pm on Aug 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



yes you should be able to run PHP and JSP at the same time on the same server. However I can not comment on how to integrate them together, you may have to be careful with file extensions so the pages are parsed by the right engine.
*.jsp vs. *.php

timster

9:06 pm on Aug 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sorry, I'm not the expert you were looking for, but yes, this is possible (or at least Apache.org thinks it is):

[wiki.apache.org ]

web_young

11:03 pm on Aug 26, 2004 (gmt 0)

10+ Year Member



Thank you!