skip to Main Content

How to connect to JMX server running inside WSL2 – Nginx

I'm running my Java application with the following parameters that enable JMX server's remote connections: -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=9998 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false I can successfully connect to that JMX server via VisualVM by adding a new JMX Connection to address: <HOSTNAME>:9998 But when…

VIEW QUESTION

Opening the file explorer from wsl2 debian

Just upgraded to wsl2 with debian distribution and I wanted to access my files from windows, after some searching I have stumbeld over the following link: https://www.howtogeek.com/426749/how-to-access-your-linux-wsl-files-in-windows-10/ I did as requested in this link, logged in as root, entered to…

VIEW QUESTION

Windows10 WSL2 Ubuntu / Debian # no network – CentOS

After upgrading from WSL to WSL2 sudo apt-get update not works any longer. After: wsl --set-version Ubuntu-18.04 2 Output is: > sudo apt-get update Err:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu bionic InRelease Temporary failure resolving 'archive.ubuntu.com'…

VIEW QUESTION
Back To Top
Search