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
I have this problem now.
During my test, I set the Realm of the admin account incorrectly, which prevented me from accessing nexus through the web using the account password. So I decided to try to modify the h2 database to solve this problem.
The difficulty I currently encounter is that when I use nexus deployed by docker, I need to enable h2 http access. After I enabled http listening and port, I found that I can only access it locally, and I can only access it remotely.
The relevant setting codes are as follows
# vi sonatype-work/nexus3/etc/nexus.properties
nexus.h2.httpListenerEnabled=true
nexus.h2.httpListenerPort=1234
I have this problem now.
During my test, I set the Realm of the admin account incorrectly, which prevented me from accessing nexus through the web using the account password. So I decided to try to modify the h2 database to solve this problem.
The difficulty I currently encounter is that when I use nexus deployed by docker, I need to enable h2 http access. After I enabled http listening and port, I found that I can only access it locally, and I can only access it remotely.
The relevant setting codes are as follows
Question1
The text was updated successfully, but these errors were encountered: