[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: PHP-Servlet-EJB - design choice?
jfrederic.clere@jboss.com
do-not-reply at jboss.com
Thu Jul 17 02:40:33 EDT 2008
1) Mixing PHP and JAVA is not easy.
2) -Dorg.apache.catalina.JSESSIONID=PHPSESSIONID so that servlets will use the same sessionid (you will have to store the session information and restore it.
3) See 2)
The phpservlet in JBossWEB is designed for a migration tool for PHP to JAVA but it may fit to your needs.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164927#4164927
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164927
More information about the jboss-user
mailing list