Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Improve this question
I have Redhat server. On this server is installed Oracle. Tomcat is instaled too for Java.
Now I need install php, and then connect it to oracle. How can I do that? Its possible make Tomcat+Php+Oracle?
Thanks beforehand for all answers.
While Nico is correct in saying this is the same question as asked elewhere on SO, the answers there are not very good.
Tomcat is intended as a minimal environment for running Java in - it is not a generic webserver. It does support CGI, and so will PHP - but even before considering the fact you seem to be using an Oracle database, this is going to be painfully slow. Really you want PHP to be invoked as a module or fastCGI - but Tomcat does not support these (Quercus is no a serious option).
If you want to run both Java and PHP on the same server then use a proper webserver (apache or nginx) to front the 2 application servers.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I developed a php web application in windows. As you know there is two service needed to do this; APACHE and MYSQL.
But my application will be hosted in custom computers, possibl no apache and no mysql in it. So I need a windows setup that install these services and also check if they are already exist and running.
Its my first time face with this, so please be as clear as possible on advices and examples.
Thank you
Under Windows environment, the simplest way is to install EasyPHP. To do this in an automated way, you'll need an install script (for quiet install for example). Check the website for details.
Hope it helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have an old pc running on windows and what I would like to do is host a php MySQL website from that pc. I also want to be able to ftp into it with FileZilla from a separate pc... I'm looking for some free software or ideas on the best way to do this. Any suggestions?
generally wamp is the way to go with windows to get apache/mysql/php going - http://www.wampserver.com/en/. if you are fairly capable and ambitious you could install a linux distro but that is a lot of extra overhead to learning php/mysql.
i'm not really familiar with windows ftp servers, but filezilla has a server as well that you could try: https://filezilla-project.org/download.php?type=server
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I use python -m SimpleHTTPServer when I want to run my web application locally, quickly and without much pain. However, SimpleHTTPServer lacks any PHP support (or even MySQL support).
Is there something similar I can do (preferably but not necessarily to do with Python) to get a quick PHP server up and running for testing?
WPHP will allow you to run PHP in a WSGI container, of which there are several standalone.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I would like to know if anyone knows about any program similar to WAMP Server; all-in-one containing PHP, MySQL, Apache?
I am targeting Windows OS.
Viewing the different WAMP distributions as packages of 3 separate applications and foundations to download different versions and plugins for those packages, you might also try Microsoft's Web Platform Installer.
I've been using Xampp for a while, it's free and works like a charm: https://www.apachefriends.org/index.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Free, portable, all included, all in one, (opensource is + ) php server? I have a USB FLASH 16gb card. I want to install on to it some kind of PHP server - some programm.exe which i could run on different computers without installing - call some localhost/phpserver and get my php scripts running.
So where to go to get such thing?
XAMPP and instructions:
http://www.pendriveapps.com/xampp-portable-web-server/
I'd try WAMP; hopefully it has what you are looking for.
I suggest XAMPP also but instead of pendriveapp fork, you can use the original "xampp lite" package served from their offical site. I's pretty portable and you can use without setup.
By the way, your problem will not be the choosing package. Problem is, you'll need an extremly fast flash drive or card.