Delete IBM WAS profile
Remove profile: <WAS_App_server$> . -delete -profileName SamplesProfile and remove folders of SamplesProfile from <WAS_App_Server_profiles$> rm –rf SamplesProfile
Latest articles from our tech team about Dev_ works of Binary Cipher of Software Development
Remove profile: <WAS_App_server$> . -delete -profileName SamplesProfile and remove folders of SamplesProfile from <WAS_App_Server_profiles$> rm –rf SamplesProfile
. -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -profileName SamplesProfile -profilePath /opt/IBM/WebSphere/AppServer/profiles/SamplesProfile -cellName was85hostNode01Cell -nodeName was85hostNode01 -hostName was85host
solution: Install XULRunner from 558 tar -zxvf xulrunner-1.8.0.4.en-US.linux-i686.tar.gz 560 xulrunner –register-global 567 mv xulrunner /opt/ 573 …
Here are the steps i used to fix it.Note that any mistake in recreating the partion will result in…
Process: A process is an instance of running a program. Kernel is responsible for most of all processes. Process…
Standard I/O: All the I/O routines centered around file descriptors. When a file is opened, a file descriptor is…
Unix File Structure: File: The file is a container for storing information. As a first approximation, we can treat…
Introduction: Why shell programming? A working knowledge of shell scripting is essential to everyone wishing to become reasonably…
Text processing utilities: Cat: The cat command reads one or more files and prints them to standard output. The…
Unix PROGRAMMING Introduction to Unix: Unix is a multitasking, multi-user computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs, including Ken…
<html> <head> <title> My Frame Factory </title> </head> <body> <iframe src=”http://www.w3schools.com” name=”f1″ width=”450px” height=”450px”/></iframe> <iframe src=”http://www.wikipedia.com” name=”f2″ width=”450px” height=”450px”/></iframe>…
package mailpack; import java.io.IOException;import java.util.Properties; import javax.mail.Message;import javax.mail.MessagingException;import javax.mail.NoSuchProviderException;import javax.mail.PasswordAuthentication;import javax.mail.Session;import javax.mail.Transport;import javax.mail.internet.InternetAddress;import javax.mail.internet.MimeBodyPart;import javax.mail.internet.MimeMessage;import javax.mail.internet.MimeMultipart;import javax.naming.Context;import javax.naming.InitialContext;import javax.naming.NamingException;import…
:: preparing date and time for /f “tokens=2 delims==” %%a in (‘wmic OS Get localdatetime…
Commands: powershell$EmailFrom = “sendermailID@gmail.com”$EmailTo = “receivermailID1@gmail.com,receivermailID2@gmail.com”$Subject = “The subject of your email”$Body = “This is just a test mail…