How too run Eclipse Jetty as PHP Webserver ? [message #1831182] |
Thu, 13 August 2020 02:53  |
Eclipse User |
|
|
|
I have read Eclipse Jetty:
* can run on Linux, Mac, Win and so on, which support Java
* can support PHP
* dont need a installation on operating system, that mean can be used portable on p.e. USB stick
What i like t do:
* running p.e. php useing dokuwiki on Eclipse Jetty
Why I like this to do:
* thats give me the possibility to run p.e. dokuwiki on different operating systems
What did I do already:
* downloaded jetty from https://www.eclipse.org/jetty/download.html
* put downloadet jetty on desktop
Start Jetty webserver:
* cd /home/name/Downloads/jetty-distribution-9.4.31.v20200723
* Start the webserver on Terminal by: java -jar start.jar
* Run the webserver on browser: http://localhost:8080/
* Stop the Webserver on Terminal by: Ctrl+C
Questions:
* on which folder i need to copy my php files from p.e. dokuwiki ?
* do I need to do some thing more on jetty for jetty can run php files ?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.33328 seconds