0

I have a PHP web site project and in the company I work they use just TomCat. I want to deploy my php project with its configuration and extensions to the tomcat server.

To connect to the Data Base (SQL-Server 2012) I've used the SQL driver (Microsoft). I have included in my local host server (XAMP) some php extensions. My other questions is how do i deploy the all project and its configurations?!

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149
  • Where are you stuck exactly? [Start here](https://www.google.com/search?q=php+tomcat). – ADyson Dec 07 '20 at 13:19
  • I have concluded the code, using sublime... I have executed it in locahost using XAMP. Now i want to deploy the site in the company tomcat machine. But i dont know how to do that because i ve instal some php extension in the localhost server and instal the DB driver. – Menino Hori Dec 07 '20 at 13:28
  • My point is how to deploy the site on the tomcat with the php extensions and the drivers i've instal – Menino Hori Dec 07 '20 at 13:30
  • Hi Menino Hori. A similar question has been asked: https://stackoverflow.com/questions/779246/run-a-php-app-using-tomcat – greenmarker Dec 07 '20 at 13:32
  • Does this answer your question? [Run a php app using tomcat?](https://stackoverflow.com/questions/779246/run-a-php-app-using-tomcat) – greenmarker Dec 07 '20 at 13:32
  • Then surely your question should be about specifically how to install the same PHP extensions into tomcat? It would be good if you mention the exact extensions. Does the tomcat server you're targeting already support vanilla PHP? Or do you need to install that too - and do you know how to do it, or not? Also, mention the target O/S. Like I said, it's a bit unclear precisely what the situation is. If you ask a vague question, you will get more questions in return and/or vague, generic answers. – ADyson Dec 07 '20 at 13:34
  • It does not answer my question... In the oter question the guy have already put the php script on the tomcat. – Menino Hori Dec 07 '20 at 14:16
  • Sorry if im not being clear. How do i can put my localhost php application into tomCat server? – Menino Hori Dec 07 '20 at 14:17
  • The tomCat is running in the Windows server 2012, the extension that i've instal on localhost is extension=php_pdo_sqlsrv_7_ts_x86.dll e extension=php_sqlsrv_7_ts_x86.dll and SQL – Menino Hori Dec 07 '20 at 14:32

0 Answers0