Clarification on How to access the Java+ Xml application in PHP based web portal -


i require clarification on 1 technical implementation check feasible or not.

i have 1 vps server has java environment , have 1 more dedicated server doesnot have java environment have built php based web application,

in vps environment planning implement xml based application using observer pattern java , dom parsers , make application available @ example 123.124.125.65/xml_works/sample,xml file

now doubt that: 1)is possbile access application in dedicated server java environment not there. 2)if yes, possible access java + xml application in iframe in php based web portal.

1) no jvm = no java running on machine
2) common solution saw (and using) externalize java functionality want web service or servlet , package .war
use web container such tomcat load war , use connector connect calls tomcat php server.

so configuration use is, java war, tomcat web container, apache php server , mod_jk connector communication between servers.

note mod_jk connector supports other web servers.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -