How to Add a Server Perspective to Eclipse

The Eclipse programming environment lets you switch between different perspectives, so you can program in different languages and different environments. A server perspective provides you with an interface for programming Web apps. You use Eclipse to connect to a Web server so you can create Web applications and view the pages hosted on the server using the Eclipse browser.

Instructions

    • 1

      Open the Eclipse software from the Windows "Start" menu or double-click the shortcut on your desktop to start the software.

    • 2

      Click the "Windows" menu item and select "Preferences." In the opened configuration window, click "Web browser" to view a list of options. Click "Internal Web browser."

    • 3

      Click the left navigation option labeled "TCP/IP Monitoring." Click the "Add" button. In the dialog window, type the location of the Web host. If you test your software on the local computer, type "localhost" in the server dialog window. Click "OK."

    • 4

      Click "OK" in the main preferences window to save the changes. In the top-right corner, click "Server" to switch to the server perspective.

    • 5

      Click "Run" to run your Web app in the server perspective window. The software runs, and you can review your app functionality in the internal browser in Eclipse.

Related Searches:

References

Comments

Related Ads

Featured