• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

php and jsp on 1 server?

Homerboy

Lifer
Im trying to get both php support AND jsp support up and running on 1 server. Has ANYONE had any luck with this?
Im currently using TOMCAT and have jsp support running just fine. But I cant seem to "integrate" php support onto the same server.
maybe this isnt even possible?

The reason I really want both is I have a few sites that use jsp heavily... and I know how to code jsp pretty well. However, so many prepackaged things like forums, galleries etc all seem to be php based. So I'd like to use the best of both worlds I guess.

Any help would be greatly appreciated. And if you think this is better suited for a dif forum here, let me know.

TIA
 
done it on iis...not sure how its done on tomcat :/ all i know that on iis it was just the change of tags between <?php and <% to distinguish between the two
 
Back
Top