Integrate Jchem webservice with Marvin on WAMP server.

User c82e1deca8

27-06-2013 04:30:57

Hi,


I am working on PHP using APACHE web server and mysql. I need to integrate Jchem webservice with marvin on it.


I don't know, How should I do integrate it with PHP using APACHE web server. Please help me for integrate it with PHP and APACHE webserver in steps from the starting. what should be download and how to install and configure it with PHP and APACHE webserver?


Thanks in advance.


Sandeep

ChemAxon 7c2d26e5cf

27-06-2013 16:16:05

I have forwarded the question to the JChem Webservices team.

ChemAxon 13811e1703

28-06-2013 13:06:11

Hi!


JChem Web Services must be deployed into a servlet container, we recommend using Apache Tomcat. (Installation guide is here: http://restdemo.chemaxon.com/docs/installationguide.html)


Apache Webserver (Apache httpd) is not a servlet container, but it can be configured as a frontend for an Apache Tomcat instance, you found a detailed description here:
http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html


With this configuration Jchem Web Service request to your Apache Webserver can be forwarded  to the Apache Tomcat server.


Regards,
Peter