Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How too run Eclipse Jetty as PHP Webserver ?
How too run Eclipse Jetty as PHP Webserver ? [message #1831182] Thu, 13 August 2020 06:53 Go to next message
Elli Winter is currently offline Elli WinterFriend
Messages: 2
Registered: August 2020
Junior Member
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 ?
Re: How too run Eclipse Jetty as PHP Webserver ? [message #1831219 is a reply to message #1831182] Fri, 14 August 2020 02:29 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

This is probably a question for the jetty-users mailing list, and possibly the dokuwiki community, but a little Googling led me to http://zetcode.com/java/jetty/fastcgi/ , where it looks like you configure a Java web app to use a Java Servlet provided by Jetty to invoke your PHP interpreter. You'll find info on the mailing list at https://accounts.eclipse.org/mailing-list/jetty-users .

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: How too run Eclipse Jetty as PHP Webserver ? [message #1849379 is a reply to message #1831182] Fri, 14 January 2022 22:19 Go to previous message
Elli Winter is currently offline Elli WinterFriend
Messages: 2
Registered: August 2020
Junior Member
Any news about How too run Eclipse Jetty as PHP Webserver ?

It can be it need to add php cgi or so on to the Jetty ?
Previous Topic:Eclipse Won't install
Next Topic:Empty Palette
Goto Forum:
  


Current Time: Tue Apr 16 23:18:03 GMT 2024

Powered by FUDForum. Page generated in 5.23002 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top