I need a way to run Php over ServletExec. How is this possible? Otherwise, is there a good way for a java developer to convert php scripts into jsp?
Uhm.. what exactly do you want to do? and why?
I have a website is running ServletExec on IIS. I have some php scripts that are done that I need to integrate into my site. I am faced with one of two options either find a way to translate from php to java OR find a way to run php over ServletExec (preferable). Any suggestions????
Servlets on IIS... are there still poeple ignorant enough to use that?
Oh well.
Just how closely do you need to integrate it? what do the scripts do?
The site is running on IIS and ServletExec. I have an applet that is loaded. The string returned by the applet has to be treated in a specific way before the desired result is returned. This is where the PHP-scripts come in. The scripts treat the string returned by the applet and give me back the output needed(which is an image). My problem is having the PHP-scripts running alongside the already existing jsps. What can I do?