Step By Step guide to install & configure Apache Tomcat on window server 2019 base
Hello,in this blog we are installing & configure Apache Tomcat on server 2019.Apache Tomcat is an open source web server.It supports & executes programs written in the Java programming language.It is a a java application server designed to deploy Java Servlets and JSPs on system. There are some steps to install & configure Apache Tomcat …
Read more “Step By Step guide to install & configure Apache Tomcat on window server 2019 base”
Step By Step guide to add a Local User Account to window server 2019 base
Hello, In this blog we are discussing how to add a local user account on server 2019.We are using a computer management tool for adding a local user on a server because in some cases we have not Active Directory or LDAP in the environment will need to add a local user to one or …
Read more “Step By Step guide to add a Local User Account to window server 2019 base”
Step By Step guide to solve error “Your current security settings do not allow this file to be downloaded” on window server 2019 base
Hello,in this blog we are providing a solution regarding security error on server 2019.Actually we are getting “Your current security settings do not allow this file to be downloaded” error when we trying to download chrome on server. There are some steps to solve this error on server 2019: Login to Window Server 2019 Base. …
How to Create Public/Provision Certificate Manager on Amazon Web Service(AWS).
AWS Certificate Manager is a service that we can easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal connected resources. Public/Provision Certificate manager provide the name of site, establish your identity, and let ACM do the rest. ACM manages renewal of …
Read more “How to Create Public/Provision Certificate Manager on Amazon Web Service(AWS).”
Learn About Amazon web Service Lambda
Hello,in this blog we are learning about AWS Lambda.AWS Lambda is a part of amazon web service & using lambda function we can build,test & deploy the code.It is an open source cloud platform service.It helps to focus on core product and business logic instead of managing operating system (OS) access control, OS patching, right-sizing, …