I need to take the backup of the running application on the JBoss EAP 7.1. I tried through the Management Console but didn’t find any way to download or save the running code of applications. I found a solution through the command line, I tried and it worked for …
Problem I have configured a new server with RHEL 7.4 as a web server. I tried to mount an NFS shared folder on this machine and got the below error: # mount -o tcp nfsserver:/upload /home/upload mount: wrong fs type, bad option, bad superblock on 10.30.1.62:/upload, missing …
Problem I have a WebSphere Application Server Network Deployment version 8.5.5.12 application server. Five Enterprise Applications are running on this application server. I have two enterprise applications which are frequently being updated by deploying *.jsp and *.class files. For deployments of *.class I was using the …
Problem I have some HP-UX servers, one day I have configured the resolve.conf on one server to resolve the www.onlinesbi.com and www.sbiepay.com domains through my DNS server. After configuring the resolv.conf on this server I tried to access the server through PuTTY using SSH protocol but it takes …
To enable name resolution, you need to configure your HP-UX system to use DNS servers. Once it will be enabled then all the configured name resolutions will be done through the DNS Server. If you will try to nslookup for onlinesbi.com without configuring the DNS then it …
Multi-Processing Modules (MPM) The default processing model (MPM) is the process-based ‘prefork’ model. A thread-based model, ‘worker’, is also available, but does not work with some modules (such as PHP). The service must be stopped before changing this variable. Enable the worker module To enable the …