Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Setting up Eclipse with a LAN development server(I can't seem to configure eclipse to use anything but localhost)
Setting up Eclipse with a LAN development server [message #1862484] Thu, 07 December 2023 07:16 Go to next message
Steven Berkson is currently offline Steven BerksonFriend
Messages: 2
Registered: December 2023
Junior Member
Hi,

Is it possible, and if there is documentation, can anyone point me to it, to setup eclipse on my Windows 11 machine so that I can edit files on a development server running on a different machine (my LAN testing server: Ubuntu LAMP) and get Eclipse to see the development server, by IP or by the host name webdev.local (already working) as the url to run?

I cannot seem to change the URL or add a different web application to open with

https:// webdev.local/[project location].

I cannot even edit a lot of the fields such that I am wondering if Eclipse is hanging when I try to change things in preferences or under the run configure runtime menu items.

Am I missing something?
Re: Setting up Eclipse with a LAN development server [message #1862530 is a reply to message #1862484] Sat, 09 December 2023 15:20 Go to previous messageGo to next message
Sandra Weiland is currently offline Sandra WeilandFriend
Messages: 1
Registered: December 2023
Junior Member
Yes, it is possible to set up Eclipse to edit files on a development server running on a different machine. You can do this by creating a remote connection to the server and then configuring Eclipse to use this connection when running the project.

Re: Setting up Eclipse with a LAN development server [message #1862536 is a reply to message #1862530] Sun, 10 December 2023 04:34 Go to previous message
Steven Berkson is currently offline Steven BerksonFriend
Messages: 2
Registered: December 2023
Junior Member
I have no problem editing the files. They are available on the networked mapped Z: drive. What I can't seem to do is make the project run on https://webdev.local or other domain name mapped to the Apache server running on the other machine. It only seems to be possible to use https://localhost/[project name].

I'm trying to figure out how to have the project use a folder on the network mapped drive Z, and run the project on the remote machine's Apache server, https://webdev.local. I could use SSH if it would matter for PHP error checking and such, but shouldn't I still want it to run the remote domain names ( like https://webdev.local)?
Previous Topic:Maven is not downloading index repository in eclipse
Next Topic:Can't import a file
Goto Forum:
  


Current Time: Sun Apr 28 12:55:32 GMT 2024

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

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

Back to the top