You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and nothing happened. I tried making more edits to the file and still nothing happened. It seems that dev mode stopped listening to file changes after the first one.
The text was updated successfully, but these errors were encountered:
I have been testing
3.8.2-SNAPSHOT
and have observed that after changing server.xml once, further updates to the file are not synch'd up by dev mode.I ran
mvn liberty:dev
with:Then after the server started, I added
adminCenter-1.0
as a feature.The file change was picked up and
adminCenter-1.0
was installed.I then made another change to server.xml:
and nothing happened. I tried making more edits to the file and still nothing happened. It seems that dev mode stopped listening to file changes after the first one.
The text was updated successfully, but these errors were encountered: