I am confused. What kind of Java support are you looking for? Is it to allow java servlets and JSP to run on your application server, together with PHP, or is it for your web pages to have Java applets embedded in them?
For Java servlets and JSP you will need to run a server such as Tomcat, for applets you just put the applet class files in your a web application directory and reference them from your web pages.
|