I recently installed Arch Linux and with Pacman, I installed Eclipse and Tomcat 7 using the appropriate manuals in ArchWiki . I followed the Apache Tomcat Eclipse Integration Integration Guide , Illustrated Quick Start Guide , to bring them together.
To summarize, I did the following:
- WPT is installed from the Eclipse function. Install new software .
- Opened a new Dynamic Web Project wizard
- During the wizard, I selected Apache Tomcat v7.0 and installed the Tomcat installation directory in / usr / share / tomcat 7
- Master completed
- Right-click on the server tab (located at the bottom of the IDE) and click on the new server dialog
In this dialog I ran into a problem. When I select Tomcat v7.0 Server , the error Unable to create a server with the selected pop-up type.
I suspect this may be a permission issue, as I am not running Eclipse as root, but I am not sure how to configure them for this scenario. Other than that, I'm not sure maybe this is a problem with the directory, that is, Eclipse is trying to find a specific folder that is located somewhere else.
I am not sure if this is a question of Arch Linux specifically or Linux in general.