Tuesday, December 17, 2013

Membuat Task Scheduler pada Windows

Membuat Pesan pengingat pada windows,


Berikut langkahnya :
1. Buka  Start Menu, ketik taskschd.msc, dan tekan Enter.

2. jika keluar pesan UAC, kemudian click tombol Yes (Windows 7) atau Continue (Vista).

3. Pada sisi kiri, click pada folder Task Scheduler Library, kemudia click pada Create Task di sisi kanan . (lihat gambar dibawah)






4. Pada General tab, Ketik  Name dan Description  (lihat gambar dibawah)





5. Jika anda ingin merubah siapa user or group pengingat pesan ini akan muncul, atau secara default dari account anda, kemudian click pada tombol Change User or Group dan ikuti langkah pada screenshot dibawah untuk memilih a user or group. Jika Tidak, kemudian lewati langkah ini dan lanjut ke langkah berikutnya.




6. Click pada tab Triggers, dan click pada tombol New. (lihat gambar dibawah)





7. Jika belum ada yang terpilih, kemudian pilih  On a schedule. (lihat screenshot dibawah)
NOTE: anda dapat memilih sesuai dengan kebutuhan anda, tetapi saya hanya membuat contoh. jika anda memilih opsi yang berbeda, kemudian anda akan memilik perbedaan setting pada salah satu langkah pada 7A-7B dibawah ini.




A) Pilih bagaimana sering pesan akan muncul untuk mengingatkan. (lihat gambar dibawah)



 B) Tergantung pada apa yang anda pilih di langkah 7A, pilih and set Ketika (cth: date and time) anda inginkan pesan akan muncul untuk mengingatkan anda. (lihat gambar dibawah)





C) Ketika selesai, click tombol OK. (lihat gambar diatas)

8. Click pada tab Actions, dan click pada tombol New. (lihat screenshot dibawah)


9. Pilih tombol New, Pilih display message, kemudian ketik title dan message yang akan muncul.


10. Click pada tab Conditions, uncheck kotak Stop if the computer switches to batter power , dan uncheck kotak Start the task only if the computer is on AC power . (see screenshot dibawah)




12. Click pada tab Settings, check kotak Run task as soon as possible after a scheduled start is missed , dan check kotak If the task fails, restart every: . (lihat screenshot dibawah)


13. Click on OK
14. Sekarang anda akan melihat hasilny dalam folder Task Scheduler Library
NOTE: Anda akan selalu dapat merubah atau menghapus task ini.


Tuesday, December 10, 2013

Host process for windows services stopped working and was closed

Berikut cara mengatasi “Host process for windows services stopped working and was closed” :
  1. Klik Start
  2. Trus pada mesin pencari atau search program and file ketik Task Scheduler
  3. kemudian Klik: Task Scheduler -> Task Scheduler Library –> Microsoft –> Windows –> RAC
  4. Klik menu pada view, dan klik Show Hidden Task hingga muncul tanda centang di sebelahnya
  5. Setelah itu lihat tabel sebelahnya dan anda akan melihat “RACAgent”, jika sudah ditemukan klik kanan “RACAgent” dan pilih disable.

Mengatasi Virtual Memory Low

Sering kali ketika asik browsing tiba - tiba muncul virtual memory low, walaupun sudah di close tidak lama akan muncul kembali, bagaimana cara mengatasinya? berikut akan saya bagikan tips untuk anda.

Virtual Memory (Memori Virtual) adalah memory yang dapat dibuat oleh user (pengguna komputer), yang digunakan oleh aplikasi untuk menggunakan sebagian dari memori sekunder seolah-olah ia menggunakannya sebagai RAM fisik.
Dan virtual memory bisa dibuat dengan menggunakan memori yang ada di harddisk, jumlahnya tidak dibatasi, tergantung dari besarnya sisa memori yang ada di hard disk.
Untuk mengatasi virtual memory low, antara lain dengan cara :
- Uninstall program yang tidak diperlukan lagi ;
- Hapus file-file yang double, log file, file-file sampah, seperti di prefetch (Caranya : Start-Run > ketik prefetch > select all > Shift + Del) ;
- Hapus juga file-file di recycle bin, cookies, dll.
- Defrag PC (Caranya : Start > Programs > Accessories > System Tools > Disk Defragment) ;
- Menggunakan software pembersih registry seperti ccleaner ;
ccleaner

- Coba juga menggunakan software Atf-Cleaner ;
atf-cleaner

- Menggatur besarnya virtual memory ;
- Dll.
Disini kita akan membahas mengenai cara mengatur besarnya virtual memory.
Cara untuk mengatur/ membuat virtual memory, adalah sebagai berikut :
1. Login sebagai Administrator ;
2. Klik kanan [My Computer], pilih ‘Properties’ ;
3. Klik tab ‘Advanced’, Pilih ‘Settings’ pada ‘Performance’ ;]


4. Ada 3 pilihan tab, Visual Effects, Advanced, & Data execution Prevention, kita pilih ‘Advanced’ ;
5. Klik ‘Change’ pada Virtual Memory, pilih ‘Custom Size’, besarnya virtual memory terserah user;

6. Setelah selesai menulis angka-nya, klik ‘SET’, kemudian klik ‘OK’;
7. Sekarang Restart komputer anda.
Catatan :
Ada beberapa rekomendasi bagaimana cara mengatur besarnya virtual memory, antara lain :
1. Samakan besarnya memory pada Initial Size dan Maximum Size.
2. Dibeberapa sumber mengatakan besarnya memori pada virtual memori adalah {[Jumlah total DDR anda sekarang] x 2} +128, misalnya total memory (DDR-RAM) kamu sekarang 384 mb, berarti virtual memory kamu = (384×2)+128 = 896.
Tapi sumber dari Microsoft, bilang virtual memory yang baik adalah 1,5x dari jumlah Memory (DDR-RAM) yang terpasang di PC.
3. Dengan cara men-set menjadi 2x lipatnya agar tidak Run Out of Memory atau Memory Low lagi.
4. Karena virtual memory berfungsi sebagai pengganti (tambahan) DDR-RAM dan mengambil akses dari harddisk (HDD). Alangkah baiknya jika mempunyai 2 harddisk, bedakan lokasi harddisk antara System dan Virtual Memory.
Contoh :
HDD A – 40 Gb (System) <– Windows terinstall.
HDD B – 80 Gb (Data)
Jika kita mempunyai 2 HDD atau lebih, jangan membuat virtual memory ditempat dimana windows diinstall, sebaiknya membuat virtual memory di Harddisk B.

Cara Installasi Tomcat Web Server pada Windows

Download and Install Tomcat

For Windows
  1. Goto http://tomcat.apache.org ⇒ Downloads ⇒ Tomcat 8.0 ⇒ "8.0.{xx}" (where {xx} is the latest upgrade number) ⇒ Binary Distributions ⇒ Core ⇒ "zip" package (e.g., "apache-tomcat-8.0.{xx}.zip", about 8 MB).
  2. UNZIP into a directory of your choice. DO NOT unzip onto the Desktop (because its path is hard to locate). I suggest using "d:\myproject". Tomcat will be unzipped into directory "d:\myproject\apache-tomcat-8.0.{xx}". For ease of use, we shall shorten and rename this directory to "d:\myproject\tomcat". Take note of Your Tomcat Installed Directory. Hereafter, I shall refer to the Tomcat installed directory as (or - "Catalina" is the codename for Tomcat 5 and above).
(Advanced) A better approach is to keep the original directory name, such as apache-tomcat-8.0.{xx}, but create a symlink called tomcat via command "mklink /D tomcat apache-tomcat-8.0.{xx}". Symlink is available in Windows Vista/7/8 only.

For Mac
  1. Goto http://tomcat.apache.org ⇒ Download ⇒ Tomcat 8.0 ⇒ "8.0.{xx}" (where {xx} denotes the latest upgrade number) ⇒ Binary distribution ⇒ Core ⇒ "tar.gz" package (e.g., "apache-tomcat-8.0.{xx}.tar.gz", about 8 MB).
  2. To install Tomcat:
    1. Goto "~/Downloads", double-click the downloaded tarball (e.g., "apache-tomcat-8.0.{xx}.tar.gz") to expand it into a folder (e.g., "apache-tomcat-8.0.{xx}").
    2. Move the extracted folder (e.g., "apache-tomcat-8.0.{xx}") to "/Applications".
    3. Rename the folder to "tomcat", for ease of use. Take note of Your Tomcat Installed Directory. Hereafter, I shall refer to the Tomcat installed directory as (or - "Catalina" is the codename for Tomcat 5 and above).

Set the TCP Port Number ["conf\server.xml"]

The default TCP port number configured in Tomcat is 8080, you may choose any number between 1024 and 65535, which is not used by an existing application. We shall choose 9999 in this article. (For production server, you should use port 80, which is pre-assigned to HTTP server as the default port number.)
Locate the following lines, and change port="8080" to port="9999".


port="9999"
protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />


Enabling Directory Listing ["conf\web.xml"]

Again, use a programming text editor to open the configuration file "web.xml", under the "conf" sub-directory of Tomcat installed directory.
We shall enable directory listing by changing "listings" from "false" to "true" for the "default" servlet. This is handy for test system, but not for production system for security reasons.
Locate the following lines and change from "false" to "true".





 



  default
  org.apache.catalina.servlets.DefaultServlet
  
    debug
    0
  
  
    listings
    true
  
  1
 
 

Enabling Automatic Reload ["conf\context.xml"]


We shall add the attribute reloadable="true" to the element to enable automatic reload after code changes. Again, this is handy for test system but not for production, due to the overhead of detecting changes.
Locate the start element, and change it to .

reloadable="true"
> ......
 

Optional ["conf\tomcat-users.xml"]

Enable the Tomcat's manager by adding the highlighted lines, inside the elements:

  
  
This enables the manager GUI app for managing Tomcat server.

Starting TOMCAT

For Windows
Launch a CMD shell. Set the current directory to ">\bin", and run "startup.bat" as follows:
// Change the current directory to Tomcat's "bin"
// Assume that Tomcat is installed in "d:\myproject\tomcat"
> d:                           // Change the current drive
d:\> cd \myproject\tomcat\bin  // Change Directory to YOUR Tomcat's "bin" directory
 
// Start Tomcat Server
D:\myproject\tomcat\bin> startup
 
 
For Mac
I assume that Tomcat is installed in "/Applications/tomcat". To start the Tomcat server, open a new "Terminal" and issue:
// Change current directory to Tomcat's binary directory
$ cd /Applications/tomcat/bin
 
// Start tomcat server
$ ./catalina.sh run
 
 

Client Access

use bellow link to access 
Http://host:port/appfolder
 

Stopping TOMCAT

For Windows
You can shutdown the tomcat server by either:
  1. Press ctrl-c on the Tomcat console; or
  2. Run "\bin\shutdown.bat" script:
    // Change the current directory to Tomcat's "bin"
    > d:                           // Change the current drive
    d:\> cd \myproject\tomcat\bin  // Change Directory to YOUR Tomcat's "bin" directory
     
    // Shutdown the server
    d:\myproject\tomcat\bin> shutdown
    
For Mac
To shutdown the Tomcat server:
  1. Press control-c (NOT command-c); or
  2. Run the "/bin/shutdown.sh" script. Open a new "Terminal" and issue:
    // Change current directory to Tomcat's bin directory
    $ cd /Applications/tomcat/bin
     
    // Shutdown the server
    $ ./shutdown.sh
 
 
WARNING: You MUST properly shutdown the Tomcat. DO NOT kill the cat by pushing the window's "CLOSE" button.