Showing posts with label built. Show all posts
Showing posts with label built. Show all posts

Wednesday, 7 June 2017

Create simple WLS domain using WLST and built in template jar

Create simple WLS domain using WLST and built in template jar


You can easily start up a WebLogic Server on an empty directory and it will create a domain. Here is another way to create WLS domain structure folder without actually starting up a WLS server.

# Usage: wlst.cmd createDomain.py <domain_home> <port> <password>
# NOTE: the <domain_home> must be a absolute path.
# Example: C:wls12130wlservercommon inwlst.cmd scriptscreateDomain.py C:datawls12c_domainsdev 7001 weblogic1

import os, sys
domain_home = sys.argv[1]
domain_name = mydomain
port = int(sys.argv[2])
password = sys.argv[3]
readTemplate(os.environ[MW_HOME] + "/wlserver/common/templates/wls/wls.jar")
cd(/Server/AdminServer)
set(Name, domain_name + -admin)
set(ListenAddress,)
set(ListenPort, port)
cd(/Security/base_domain/User/weblogic)
cmo.setPassword(password)
cd(/)
set(Name, domain_name)
writeDomain(domain_home)
closeTemplate()
exit()
{ Read More }


Tuesday, 18 April 2017

Create a Startup Disk By Using this Virtual Floppy Disk Drive No Built in Installations Needed

Create a Startup Disk By Using this Virtual Floppy Disk Drive No Built in Installations Needed


Because of fast technology CD�s is much exploit compare to a Floppy Disk And because of a high memory capacity of 700MB it can store any type of file. Like Mp3, Video, your important data files and Bootable Disk Streaming Windows Xp SP2 Professional by using any Burning Software. Best example is (Nero). However, Other Program requires to having built-in Floppy Drive on their PC to open a system files. So I made a Decision and find what Software I will use to make a Virtual floppy Drive. And this is it, VFD Control Panel a small software that can you use to backup your system files and make not only one but twice Virtual Floppy Drive. With A default letter A: for your Floppy Drive. But you can select what Letter you want for your Device A-Z. It safe and no Hustle, no Adds-on and Virus free. Just Install or extract the file on any directory you want. Now you can use Floppy drive without built-in installed�.

Click All the Image for Better Guide:




Download VFDCpanel: Here
Download OEMBoot.IMZ: Here


Note: You can Make a Blank IMZ file by Copying OEMBoot.IMZ file and Rename it into Blank144.IMZ file. Open your Rename file in VFDCPanel. Format then Save Now you Have a Black 3.5" 1.44MB Image Disk. Thanks...



More Tags: Angry Bird, Blogger, Fate , Plants Vs Zombie, Special Force, Point Blank, Ai Maps, Deep Freeze UnFreezer, Ninja Saga, Deep Freeze, Samsung SGH, Guitar Pro, USB XP Install, Yahoo 443 Problem, Turtle Odyssey, GTA San-Andreas, PlayStation, Tips Tweaks Tricks, HTML, Facebook, Animated JPG, Counter-Strike, USB Windows Format, Screensaver, USB Security.
{ Read More }