Tagged articles
12 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Nov 8, 2025 · Backend Development

Master Tomcat: From Installation to Multi‑Instance Deployment

This guide walks you through Tomcat's concepts, its role as a Java servlet container, step‑by‑step installation and configuration, detailed directory structure, deployment of a sample zrlog application, and how to set up multiple Tomcat instances on a single server, complete with code examples and log configuration.

DockerInstallationMulti-Instance
0 likes · 23 min read
Master Tomcat: From Installation to Multi‑Instance Deployment
Raymond Ops
Raymond Ops
Jun 23, 2025 · Databases

How to Deploy Multiple MySQL Instances on a Single Linux Server

This guide walks through downloading MySQL, extracting it, creating a dedicated mysql user, setting up separate data directories, initializing each instance, configuring my.cnf, creating systemd services, starting and stopping the instances, setting passwords, and troubleshooting common errors, all on a single server.

DeploymentLinuxMulti-Instance
0 likes · 23 min read
How to Deploy Multiple MySQL Instances on a Single Linux Server
MaGe Linux Operations
MaGe Linux Operations
Jun 5, 2025 · Backend Development

Master Tomcat: Install, Configure, and Deploy Multi-Instance Java Apps

This guide walks you through installing Tomcat on Linux, configuring its core components, understanding its directory layout, deploying a sample Java web application, and setting up multiple independent Tomcat instances on a single server for efficient resource utilization.

DeploymentInstallationMulti-Instance
0 likes · 22 min read
Master Tomcat: Install, Configure, and Deploy Multi-Instance Java Apps
AIWalker
AIWalker
Mar 27, 2025 · Artificial Intelligence

MagicColor: First Multi‑Instance AI Sketch‑Coloring System for Professional‑Grade Comics

MagicColor introduces a novel multi‑instance sketch‑coloring framework that uses a two‑stage self‑play training strategy, instance guidance, and edge‑aware pixel‑level color matching to automatically produce high‑quality, consistent colors for multiple line‑art instances, outperforming prior GAN and diffusion‑based methods.

Computer VisionDiffusion ModelsMulti-Instance
0 likes · 16 min read
MagicColor: First Multi‑Instance AI Sketch‑Coloring System for Professional‑Grade Comics
MaGe Linux Operations
MaGe Linux Operations
Nov 10, 2024 · Databases

Step‑by‑Step Guide to Deploy Multiple MySQL Instances on Linux

This tutorial walks you through downloading MySQL binaries, creating a dedicated mysql user, extracting files to /usr/local, setting up separate data directories, initializing each instance, configuring my.cnf, managing the services with systemd, setting root passwords, and troubleshooting common errors, enabling you to run three isolated MySQL servers on a single host.

Database DeploymentLinuxMulti-Instance
0 likes · 23 min read
Step‑by‑Step Guide to Deploy Multiple MySQL Instances on Linux
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2024 · Cloud Native

Mastering Multi‑Instance NGINX‑Ingress: Deployment, Configuration, and Best Practices

This guide explains how NGINX‑Ingress works, outlines key considerations for running multiple instances, and provides step‑by‑step instructions—including helm installation, custom controller parameters, admission webhook scoping, and verification screenshots—to reliably deploy and manage several NGINX‑Ingress controllers in a Kubernetes cluster.

Multi-Instanceadmission-webhookcloud-native
0 likes · 10 min read
Mastering Multi‑Instance NGINX‑Ingress: Deployment, Configuration, and Best Practices
Zhuanzhuan Tech
Zhuanzhuan Tech
Dec 6, 2022 · Databases

Migrating MySQL Monitoring from Zabbix to Prometheus Using mysqld_exporter: Multi‑Instance Setup and Troubleshooting

This article explains how to replace Zabbix with Prometheus for MySQL monitoring by configuring mysqld_exporter to collect metrics from multiple MySQL instances, details the required user accounts, shows common errors, and provides step‑by‑step solutions including building a newer exporter, adjusting configuration files, and using auth_module for password management.

ConfigurationExporterMulti-Instance
0 likes · 14 min read
Migrating MySQL Monitoring from Zabbix to Prometheus Using mysqld_exporter: Multi‑Instance Setup and Troubleshooting
Architecture Breakthrough
Architecture Breakthrough
Aug 5, 2022 · Backend Development

Designing Reliable Scheduled Tasks for Multi‑Instance Java Applications

This article explains how to design and implement reliable scheduled tasks in multi‑instance Java applications, covering task types, clustering solutions like Quartz, lock strategies, version‑based data consistency, and key operational considerations such as intervals, priorities, and monitoring.

Multi-InstanceScheduled Tasksbackend design
0 likes · 6 min read
Designing Reliable Scheduled Tasks for Multi‑Instance Java Applications
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Jul 8, 2021 · Mobile Development

How to Solve Flutter Multi‑Instance Conflicts When Integrating AAR into Android Apps

This article explains why integrating a Flutter AAR into an Android project that already contains a Flutter app causes version, class, native library, and resource conflicts, and presents a comprehensive solution using custom class loading, library renaming, and resource isolation to enable seamless coexistence.

AARFlutterMulti-Instance
0 likes · 14 min read
How to Solve Flutter Multi‑Instance Conflicts When Integrating AAR into Android Apps
Open Source Linux
Open Source Linux
Nov 8, 2020 · Databases

Master MySQL 8.0 Installation: YUM, Binary, Multi‑Instance Setup & Common Pitfalls

This guide walks you through removing old MySQL versions, installing MySQL 8.0 via YUM or binary packages, configuring a secure initial password, setting up multiple instances on different ports, and addressing typical MySQL 8.0 pitfalls such as user creation, remote root access, authentication plugins, and character set settings.

InstallationLinuxMulti-Instance
0 likes · 21 min read
Master MySQL 8.0 Installation: YUM, Binary, Multi‑Instance Setup & Common Pitfalls
MaGe Linux Operations
MaGe Linux Operations
Sep 25, 2015 · Databases

How to Deploy Multiple MySQL Instances on a Single Server: Step‑by‑Step Guide

This article explains the concept, use cases, benefits, and challenges of running multiple MySQL instances on one machine, then provides a detailed, command‑line walkthrough—including environment preparation, compilation, configuration files, startup, security measures, and management scripts—to help you set up and manage multi‑instance MySQL deployments.

ConfigurationDeploymentLinux
0 likes · 9 min read
How to Deploy Multiple MySQL Instances on a Single Server: Step‑by‑Step Guide