-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
liberty server dropins setting #225
Comments
What server type are you trying to add an EAR to? |
on WebSphere liberty 23.0.0.10. Also, when starting the server from the server community, it fails to locate the data source. However, when initiated from the command line, the server successfully finds the data source. |
Regarding the deployment location, it is currently dynamically resolved via the following path:
I could try to make this overrideable, but it would require a feature request and I'd need to know a lot more about where (for example) you want to copy your deployments to, whether it's within the server's home directory or somewhere arbitrary on your filesystem, etc etc. As for the difference in behavior from starting via RSP and starting via cmdline, it would be nice if you could get me two pieces of data about the spawned processes.
Sometimes newer versions update the spawned command lines and I don't update the plugin properly. In some cases, the shell or batch script in the runtime that launches the processes may have specific dynamic cases that I've overlooked or failed to replicate exactly. Thanks in advance. |
RSP plugin cmdline |
@robstryker Did I provide the correct information in my previous comment? |
when adding an ear to server from vscode the ear gets put on the dropins folder. How to override this. On my server.xml I have apps folder as the application monitor.
The text was updated successfully, but these errors were encountered: