Open dbnex14 opened 3 years ago
This plugin is intended for detecting projects with the Liberty Gradle Plugin or Liberty Maven Plugin already configured and then running Liberty development mode, which will setup the runtime automatically. Specific modifications to your server, such as server name and wlp location, should be added in your pom.xml according to the Liberty Maven Plugin docs. For example, see the serverName
and installDirectory
common parameters that can be specified under the liberty-maven-plugin
's <configuration>
section in your pom.xml.
We are also looking to provide additional support for editing Liberty configuration files like the server.xml and server.env, but that is not available yet.
Does this help with what you are looking for? Otherwise, is there any specific usage from the servers view that is not addressed by the above?
I should be able to create new instance of Liberty server or to do any modifications I wish to that instance of Liberty server from within the IDE/Liberty Dev Dashboard. Currently, this is not possible to do therefore requiring another tool like Eclipse to create and/or modify an Liberty server instance.
If this functionality exists, it is not clear how to do that but from what I can see, it does not exist.
Steps After adding liberty maven plugin to my project, I still see no way to manage my instances of locally installed Liberty server. It is also not clear where the server settings are located
Add plugin
open Liberty Dev Dashboard
Actual result I can start or stop server but that is pretty much it.
Expected result
C:/users/uname/devenv/OpenLiberty 21.0.0.4/wlp
,C:/users/uname/devenv/OpenLiberty 20.0.0.2/wlp
orC:/users/uname/devenv/WasLiberty 20.0.0.4/wlp
...)