Remote JMX connection to Java Docker Container
Remote JMX Connection Sometimes we need to hook up to remote Java instances for some JVM debugging work or monitoring. Recently I come across this issue when connecting my local…
Continue ReadingRemote JMX Connection Sometimes we need to hook up to remote Java instances for some JVM debugging work or monitoring. Recently I come across this issue when connecting my local…
Continue ReadingJVM monitoring is crucial to ensure that the Java applications are running in good health especially in the aspect of the heap usage. JMX is one of the way to…
Continue ReadingWhat does bitbucket webhook do? When code is pushed to bitbucket, it's suppose to trigger our Jenkins webhook URL in order to automate the continuous integration process where Jenkins will…
Continue ReadingA gist of docker files to build docker images containing pre-built Java application. You may build the Java project in the same container too, but it will make the deployment…
Continue ReadingFollowing the previous post on configuring Content Security Policy for wordpress, it's crucial that we monitor how the CSP is doing in a live environment without enforcing it, so that…
Continue ReadingUpon setting up this blog from a fresh Wordpress tarball, I decided to have some fun tuning the security standard on this blog. TIPS: The same concept can be applied…
Continue ReadingExtracting Java dump is usually straightforward task, until I tried to get the thread dump from the Java process with PID 1 in the alpine based docker container, based on…
Continue Reading