The web server administrator needs to set certain properties to insure that logging is activated.

Size: px
Start display at page:

Download "The web server administrator needs to set certain properties to insure that logging is activated."

Transcription

1 Access Logs As before, we are going to use the Microsoft Virtual Labs for this exercise. Go to then under Server Technologies click on Internet Information Services (IIS). Then under the heading Step into the IIS7 Virtual Lab for Free, click on TechNet Virtual Lab: Working with the IIS Manager. We are not going to use the lab manual they provide for this lab, though; we are just going to use their virtual lab to work in. Once you get into the lab, if it has a popup box that comes up, close it so that you see the actual desktop of the server. Web site visitors request pages from the server. A web server administrator can configure the server to log these requests. Typically, the server can collect information regarding who is accessing what part of the site and when. The who part is typically limited to IP address (unless one requires registration at the site). The latter approach is more typical when dealing with e-commerce sites. In many instances, visitors will also complete a shopping cart on such sites as they purchase merchandise. In those cases, one may also track shopping cart completion rates, purchase amounts, visitor buying habits, and many other facets. During this tutorial, we will just cover the fundamentals. The web server administrator needs to set certain properties to insure that logging is activated. Go to Start, then IIS Manager. Under the middle section, scroll down to the IIS area, and click on then click on the logging icon. The logging properties panel of IIS (Internet Information Server) is shown below. In this case, Logging has already been Enabled. If it was in a disabled state, under Actions it would say Enable, and all of the configuration options would be grayed out. If that were the case, to enable logging, just click Enable. (see screenshot below)

2 It is recommended to use the W3C Format, which is the most commonly used format. Note that you can customize the fields that are logged by clicking the Select Fields button next to the Format selection dropdown. Go ahead and click the Select Fields button so you can see the field options that are available for logging, but I would just leave the default selections. Other options that you might change include the Directory where the log files are stored, the frequency of the schedule for creating the log file (I would leave it at Daily). The other alternative you have is to set a maximum file size for the log rather than setting a schedule for how often it is replaced. This is a text file, so it does not take up a lot of space. Additionally,you do have limited control over the individual file names (note the checkbox for using local time for file naming and rollover). Before exiting the panel, make a note of the directory where the log files are stored, then sure to click Apply over in the right hand pane to save any changes, and then hit the back arrow at the top of the logging screen to go back to the main IIS panel. Go to Start, then Computer, and navigate to the directory where the log files are stored (usually C:\inetpub\logs\LogFiles, and then double-click on whatever folders are in the LogFiles folder to access the logs. Drill down until you see files that end with.log. Double-click one of the files to open up the log. This is what the raw access logs look like. Take a screenshot of the access log for the lab.

3 Access logs contain a wealth of information (assuming the server administrator has activated them and is tracking appropriate information). Some example lines from an old access log from an actual site are shown below: #Fields: date time c-ip cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs(user-agent) cs(cookie) cs(referer) :28: GET /robots.txt rurobot/0.1+[hseo@cs.rutgers.edu] :57: GET /98ASW_Classes.htm RaBot/1.0+Agent-admin/webmaster@cpb.or.kr :49: GET /index.htm :33: GET /Calendar+of+Events.htm ArchitextSpider :00: GET /Board_Staff_Bio.htm ArchitextSpider :28: GET /Living+Upstream.htm ArchitextSpider :59: GET /98ASW_Sponsors.htm Mozilla/4.75+[en]+(Win98;+U) - - In this case, you have the Date, Time, Client IP address, Access Method, the file they requested, the standard server status code and the windows status codes, the number of bytes, the time it was requested, what user agent was accessing the server (i.e., what browser and operating system), any cookie, and the site that contained the link to that file (if it was an external site). As you can see, looking at the raw access logs is rather interesting, but we need to compile the information into usable data. There are many tools out there to accomplish this. From this point on, go ahead and exit the Virtual Lab. Because the Virtual Lab does not allow you to access the internet through the virtual browser, we will go back to working on your local machine. This needs to be one of the following Operating Systems as we are going to be installing some software: Windows 7, Vista, XP, Server 2003/ and 64-bit editions A search on weblog analysis brings up a lot of choices. One such tool is called Deep Log Analyzer. It has a free version or a for-purchase version for around $200. A comparison of the feature differences between the two tools can be found at: We are going to look at how to use this tool. Open your favorite browser and go to Over on the top right hand side of the page, you will see two options; one says Download Now It s Free and the other says Buy Now Professional Edition. Click on the Download Now It s Free link. Once on the download page, look down towards the bottom and find the link that says, We also offer a free edition of Deep Log Analyzer that has certain limitations. Click on the We

4 also offer a free edition link, and save the file to your computer. I saved mine to my desktop, feel free to save it wherever you d like, just remember where you put it Now locate the file you downloaded; it should be called dlafree.exe. Double-click on the file, and follow the prompts to install it. On the last screen, it will ask if you want to open Deep Log Analyzer and the Sample Project. Leave the box checked so that the program will open with the Sample File loaded. It should look something like this: If your Sample Project didn t load, click on Sample Project under Open a Project in the right hand menu. Take some time to examine the reports offered in the left hand menu. For the lab, answer the following questions and put them in the Notes section of the lab (or put into a text document and upload it): 1. What was the top page for the sample site? 2. What is the most Popular day of the week for the website? 3. What was the most popular browser? Click on the + sign next to the top browser to see the specific version of that browser that was the most popular (looking at it, this obviously is older data!) 4. Tell me what the top search phrase was. For the next part of the lab, we need some of our own log files to experiment with. Since we can t access the log files in the virtual server, I ve provided a set of old log files from an actual site for us to use. Minimize Deep Log and open your browser and go to:

5 Download this file to your computer (remember where you put it; the desktop is fine). Unzip the files to a folder and make a note of the location. Get back into Deep Log and click on the Create New Project in the right hand menu. It will warn that this will close the current project, click ok. The new project window will now pop up. Type CMWEB290 for the Project Name in the box, then hit Next. It looks something like this: We now have a couple of different choices. Obviously log files are always changing, so we probably wouldn t want to have to select the log files each time we wanted to view the report. So, the program allows wildcards so that you do not have to do that each time. You have the option of analyzing files that are stored on the local machine (which is the option you would use if you installed this on your Windows server), or you can access files that are stored on a remote server; you just need to know the ftp information to get into the site, and of course where the log files are stored. Once again, using wildcards is best. An example of using the wildcards for the local server is that if our files are stored in a directory of C:\inetpub\logs\LogFiles\MyServer\, then you could put for your log location:

6 C:\inetpub\logs\LogFiles\MyServer\*.log This will grab all of the log files stored in that directory. In our case, click on the little folder icon next to Web server log files list. This will open up a blank line for us to type in. Type in the path to get to wherever you unzipped the files to, and end with ex*.log since all of the log files begin with ex. So for example, my files reside at C:\Users\sstripp\Desktop\unzip\sampleLogFiles\ex*.log. Now click next. Now we have to give it some information about our site. These log files are from a site called the Sun Foundation. See the settings to fill in below: For the website URL, put For the domain names, put sunfoundation.org For the default page, put index.htm Leave Remove Self Referrals checked Leave the other fields as default. After filling out the fields, click Next.

7 On the next screen, select the IP Address + User Agent Method, because otherwise you have to add DeepTracker code to every page on your website. This code calls a JavaScript that collects extra data such as Screen Resolution, Flash Version, JavaScript on/off, and system language. If you would like to have those stats, you will need to add the code that the program will give you on the last project setup screen to every page on your site. For our purposes, we ll just use the IP Address method, which doesn t require page modification. Also Uncheck the Use User Names rather than IP Addresses to Identify visitors (this only works if you require login, which the Sun foundation doesn t), then click Next.

8 On the next screen, leave as default and click next. If we had pages where we were using CGI or ASP, you would want to check the top box.

9 On the next screen leave the defaults. It will automatically detect your own IP address and fill it into the Do Not Import from these Addresses box; this allows you to exclude internal company traffic when analyzing the data so you don t falsely inflate your numbers due to employees visiting the site. If you want to exclude your company traffic, you would want to list any external IP addresses that your company is using. Of course, the one it picked up for me is an internal IP address, so I would need to find out what my external ip address was for the network if I wanted to exclude myself. Once you have looked over the screen, click Next.

10 The next screen allows you to limit the size and scope of your reports. I would recommend keeping the data for at least 12 months, and you will probably want to make it a practice to save a copy of the reports for the year on Dec 31 st so that you have them. Corporations and nonprofit organizations sometimes need website data to put in reports, but they may not think to ask you for them until sometime the following year! In our case, Uncheck the box, then hit Finish & Save. At this point, we haven t imported any log files yet, so our report doesn t have any data. In the right hand menu, click Import Log Files.

11 Now your screen should look something like the one below, with the Web server logs imported dates being between 01/01/2001 and 01/05/2002. Examine several of the reports once again to see how they look. For the lab, tell me what the most popular hour of the day was for people to visit the site. Summary - We have reviewed some of the fundamentals of access log analysis. The information gained from these reports can give valuable insight on what is and is not working on a website, what your most popular areas are, what browsers you need to concentrate on when testing the site, etc. The Page Not Found error report is an important one to look at on a regular basis so that if there is a problem on the site, you can find it and correct it. Some companies even track the success of advertising campaigns by including a link to a certain page on the website as part of the advertisement, and then looking to see if that page shows up in the top hits. Also, as I mentioned above, sometimes corporations need to know how many visitors they ve had over a certain period and other statistics to include in reports. For example, some organizations include this data in their annual reports. It is a good idea to keep the yearly analysis reports for several years (at least 5) so that if you ever want to go back and analyze them, you can. You never know when someone will ask for the data

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

Installing AWStats on IIS 6.0 (Including IIS 5.1) - Revision 3.0

Installing AWStats on IIS 6.0 (Including IIS 5.1) - Revision 3.0 AWStats is such a great statistical tracking program to use, but there seems to be a lack of easy-tofollow documentation available for installing AWStats on IIS. This document covers the basic setup process

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server How to Setup and Connect to an FTP Server Using FileZilla The ability to store data on a server and being able to access the data from anywhere in the world has allowed us to get rid of external flash

More information

OSPI SFTP User Guide

OSPI SFTP User Guide OSPI SFTP User Guide NOTE: Please contact OSPI to request an account BEFORE setting up this software. In order to configure the software you will need account information from OSPI. Here are some steps

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

A User s Guide to Helm

A User s Guide to Helm A User s Guide to Helm WebHost Automation Ltd http://www.webhostautomation.com/ January 2006 Doc: HELM300.02.09 Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Installation of IR under Windows Server 2008

Installation of IR under Windows Server 2008 Installation of IR under Windows Server 2008 Installation of IR under windows 2008 involves the following steps: Installation of IIS Check firewall settings to allow HTTP traffic through firewall Installation

More information

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix Subject: Citrix Remote Access using PhoneFactor Authentication ATTENTION: End users should take note that Main Line Health has not verified within a Citrix environment the image quality of clinical cal

More information

Installation Guide and Machine Setup

Installation Guide and Machine Setup Installation Guide and Machine Setup Page 1 Browser Configurations Installation Guide and Machine Setup The first requirement for using CURA is to ensure that your browser is set up accurately. 1. Once

More information

Information to configure your Windows 7 office computer is described below.

Information to configure your Windows 7 office computer is described below. The Remote Desktop feature in Windows allows you to control your computer from another office or from home. Remote Desktop allows you to use the applications on your office computer, and access your data

More information

Using Remote Web Workplace Version 1.01

Using Remote Web Workplace Version 1.01 Using Remote Web Workplace Version 1.01 Remote web workplace allows you to access your Windows XP desktop through Small Business Server 2003 from a web browser. 1. Connect to the Internet in your remote

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

Figure 1: Restore Tab

Figure 1: Restore Tab Apptix Online Backup by Mozy Restore How do I restore my data? There are five ways of restoring your data: 1) Performing a Restore Using the Restore Tab You can restore files from the Apptix Online Backup

More information

educ Office 365 email: Remove & create new Outlook profile

educ Office 365 email: Remove & create new Outlook profile Published: 29/01/2015 If you have previously used Outlook the with the SCC/SWO service then once you have been moved into Office 365 your Outlook will need to contact the SCC/SWO servers one last time

More information

Changing Your Cameleon Server IP

Changing Your Cameleon Server IP 1.1 Overview Technical Note Cameleon requires that you have a static IP address defined for the server PC the Cameleon server application runs on. Even if the server PC has a static IP address, you may

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

Connecting to Delta College Exchange services off-campus

Connecting to Delta College Exchange services off-campus Connecting to Delta College Exchange services off-campus The following instructions are provided to document the client configuration used to connect to Microsoft Exchange services at Delta College from

More information

Connecting to Remote Desktop Windows Users

Connecting to Remote Desktop Windows Users Connecting to Remote Desktop Windows Users How to log into the College Network from Home 1. Start the Remote Desktop Connection For Windows XP, Vista and Windows 7 this is found at:- Star t > All Programs

More information

Contents. VPN Instructions. VPN Instructions... 1

Contents. VPN Instructions. VPN Instructions... 1 VPN Instructions Contents VPN Instructions... 1 Download & Install Check Point VPN Software... 2 Connect to FPUA by VPN... 6 Connect to Your Computer... 8 Determine Your Machine Type... 10 Identify 32-bit

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

How to install and set up the WinSCP software for Secure File Transfer

How to install and set up the WinSCP software for Secure File Transfer How to install and set up the WinSCP software for Secure File Transfer WinSCP FTP client is free and easy to use. If you have another secure FTP client you may use it and simply configure it to match the

More information

Shopping Cart Software

Shopping Cart Software Shopping Cart Software QuickStart Guide 1 Please note: The Quick Start guide covers only the minimum requirements to get your cart up and running; there are many more features for you to take advantage

More information

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, *MX-M850, *MX-M950,

More information

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next.

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next. Installing IIS on Windows XP 1. Start 2. Go to Control Panel 3. Go to Add or RemovePrograms 4. Go to Add/Remove Windows Components 5. At the Windows Component panel, select the Internet Information Services

More information

Enterprize Setup Checklist

Enterprize Setup Checklist Enterprize Setup Checklist Corporate Server 1) Install Windows IIS and FTP 2) Install M$ MSDE Restart Windows 3) Install M$ Image Wizard 4) Install Enterprize Copy SQL databases into Microsoft SQL data

More information

Pre-Processing: Procedure on Web Log File for Web Usage Mining

Pre-Processing: Procedure on Web Log File for Web Usage Mining Pre-Processing: Procedure on Web Log File for Web Usage Mining Shaily Langhnoja 1, Mehul Barot 2, Darshak Mehta 3 1 Student M.E.(C.E.), L.D.R.P. ITR, Gandhinagar, India 2 Asst.Professor, C.E. Dept., L.D.R.P.

More information

Using Microsoft Expression Web to Upload Your Site

Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Web Site This article briefly describes how to use Microsoft Expression Web to connect to your Web server

More information

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0 Cox Business Premium Online Backup USER'S GUIDE Cox Business VERSION 1.0 Table of Contents ABOUT THIS GUIDE... 4 DOWNLOADING COX BUSINESS PREMIUM ONLINE BACKUP... 5 INSTALLING COX BUSINESS PREMIUM ONLINE

More information

Fasthosts Internet Parallels Plesk 10 Manual

Fasthosts Internet Parallels Plesk 10 Manual Fasthosts Internet Parallels Plesk 10 Manual Introduction... 2 Before you begin... 2 Logging in to the Plesk control panel... 2 Securing access to the Plesk 10 control panel... 3 Configuring your new server...

More information

Hallpass Instructions for Connecting to Mac with a Mac

Hallpass Instructions for Connecting to Mac with a Mac Hallpass Instructions for Connecting to Mac with a Mac The following instructions explain how to enable screen sharing with your Macintosh computer using another Macintosh computer. Note: You must leave

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS TABLE OF CONTENTS Recommended Browsers for isupplier Portal Recommended Microsoft Internet Explorer Browser Settings (MSIE) Recommended Firefox Browser Settings Recommended Safari Browser Settings SYSTEM

More information

Publishing Your Website Using MS-FTP (for Windows Users)

Publishing Your Website Using MS-FTP (for Windows Users) Publishing Your Website Using MS-FTP (for Windows Users) After finishing your pages for the web site, you'll need to upload your pages on the web to publish your site. This is a tutorial on how to use

More information

Microsoft Internet Information Services (IIS)

Microsoft Internet Information Services (IIS) McAfee Enterprise Security Manager Data Source Configuration Guide Data Source: Microsoft Internet Information Services (IIS) September 30, 2014 Microsoft IIS Page 1 of 11 Important Note: The information

More information

How To Set Up A Xerox Econcierge Powered By Xerx Account

How To Set Up A Xerox Econcierge Powered By Xerx Account Xerox econcierge Account Setup Guide Xerox econcierge Account Setup Guide The free Xerox econcierge service provides the quickest, easiest way for your customers to order printer supplies for all their

More information

Windows Intune Walkthrough: Windows Phone 8 Management

Windows Intune Walkthrough: Windows Phone 8 Management Windows Intune Walkthrough: Windows Phone 8 Management This document will review all the necessary steps to setup and manage Windows Phone 8 using the Windows Intune service. Note: If you want to test

More information

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook.

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook. Migrate Archived Outlook Items Outlook includes archiving functionality that is used to free up space on the mail server by moving older items from the mail server to PST files stored on your computer

More information

WinSCP: Secure File Transfer Using WinSCP for Secure File Transfer on Windows

WinSCP: Secure File Transfer Using WinSCP for Secure File Transfer on Windows WinSCP: Secure File Transfer Using WinSCP for Secure File Transfer on Windows Overview WinSCP is an SFTP (Secure File Transfer Protocol), FTP (File Transfer Protocol), and SCP (Secure Copy Protocol) application

More information

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions Using SharePoint from a Mac: Terminal Server Instructions This manual provides information and instructions for Mac SharePoint Users at Fermilab. Page 0 Contents Fermilab Terminal Server Introduction...2

More information

RSA Event Source Configuration Guide. Microsoft Internet Information Services

RSA Event Source Configuration Guide. Microsoft Internet Information Services Configuration Guide Microsoft Internet Information Services Last Modified: Thursday, February 13, 2014 Event Source (Device) Product Information Vendor Microsoft Event Source (Device) Internet Information

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

Send Video Recordings from the DVR to a FTP Server on your PC

Send Video Recordings from the DVR to a FTP Server on your PC Send Video Recordings from the DVR to a FTP Server on your PC Introduction: The DVR has a useful feature that allows you to download recordings directly to a FTP server on your PC. This is just another

More information

Java. How to install the Java Runtime Environment (JRE)

Java. How to install the Java Runtime Environment (JRE) Java How to install the Java Runtime Environment (JRE) Install Microsoft Virtual Machine (VM) via System Check Install Sun Java Runtime Environment (JRE) via System Check Loading Java Applet Failed How

More information

Census. di Monitoring Installation User s Guide

Census. di Monitoring Installation User s Guide Census di Monitoring Installation User s Guide 1 r1 Contents Introduction... 3 Content overview... 3 Installing Windows 2003 Server Components... 4 System requirements... 4 di Monitoring Web Set-up...

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app Instructions for Configuring Your Browser Settings and Online Security FAQ s ios8 Settings for iphone and ipad app General Settings The following browser settings and plug-ins are required to properly

More information

Installing Remote Desktop Connection

Installing Remote Desktop Connection SETTING UP YOUR REMOTE DESKTOP This section will assist you in setting you Remote Desktop Connection. This will allow you to create an icon for easy access to your virtual desktop. DISCLAIMER: All images

More information

JMC Next Generation Web-based Server Install and Setup

JMC Next Generation Web-based Server Install and Setup JMC Next Generation Web-based Server Install and Setup This document will discuss the process to install and setup a JMC Next Generation Web-based Windows Server 2008 R2. These instructions also work for

More information

VirtualXP Users Guide

VirtualXP Users Guide VirtualXP Users Guide Contents Chapter 1: Introduction... 2 Chapter 2: Install and Uninstall VirtualXP... 3 2.1 System Requirement... 3 2.2 Installing VirtualXP... 3 2.3 Uninstalling VirtualXP... 3 Chapter

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

Deleted Cookies Cause Online Banking Users to be Asked For Secure Code at Each Login

Deleted Cookies Cause Online Banking Users to be Asked For Secure Code at Each Login Deleted Cookies Cause Online Banking Users to be Asked For Secure Code at Each Login Internet Explorer Version When you first access Online Banking from a new computer or new Web browser, you are asked

More information

SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems

SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems What is SSH?: SSH is an application that protects the TCP/IP connections between two computers. The software

More information

Sentral servers provide a wide range of services to school networks.

Sentral servers provide a wide range of services to school networks. Wazza s QuickStart Publishing iweb Sites to a Sentral Server Background Mac OS X, Sentral, iweb 09 Sentral servers provide a wide range of services to school networks. A Sentral server provides a publishing

More information

Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync)

Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync) Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync) This document is intended for those users moving from WVWC s Bobcat Mail system to the new Google Apps mail system

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc INSTRUCTION SHEET FOR MOVING YOUR DATABASE FROM ONE COMPUTER TO ANOTHER This document will outline the steps

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Magaya Software Installation Guide

Magaya Software Installation Guide Magaya Software Installation Guide MAGAYA SOFTWARE INSTALLATION GUIDE INTRODUCTION Introduction This installation guide explains the system requirements for installing any Magaya software, the steps to

More information

DIAGNOSTICLINK 8.02 ORDERING SYSTEM

DIAGNOSTICLINK 8.02 ORDERING SYSTEM DIAGNOSTICLINK 8.02 ORDERING SYSTEM Version 1.4 4/27/2015 TABLE OF CONTENTS 1 INTRODUCTION...4 1.1 Purpose of Ordering System Guide...4 2 SYSTEM REQUIREMENTS...4 2.1 Minimum Requirements...4 3 ORDER SYSTEM...4

More information

FTP Help Guide

FTP Help Guide MCS FTP (File Transfer Protocol) Version 2 August 2004 The MCS FTP site is for large file transfers that normally would not attach and sent over email. An identity is created for each MCS employee and

More information

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 28 Ref: GC278_v1.1

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 28 Ref: GC278_v1.1 Web Hosting Training Guide Internet Explorer version Doc Ref: GC278_v1.1 Author: Glow Team Page 1 of 28 Ref: GC278_v1.1 Contents Introduction... 3 What is the Glow Web Hosting service?... 3 Why use the

More information

APNS Certificate generating and installation

APNS Certificate generating and installation APNS Certificate generating and installation Quick Guide for generating and installing an Apple APNS Certificate Version: x.x MobiDM Quick Guide for APNS Certificate Page 1 Index 1. APPLE APNS CERTIFICATE...

More information

How to use FTP Commander

How to use FTP Commander FTP (File Transfer Protocol) software can be used to upload files and complete folders to your web server. On the web, there are a number of free FTP programs that can be downloaded and installed onto

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES) USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful

More information

Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012

Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012 Setting Up Your Android Development Environment For Mac OS X (10.6.8) v1.0 By GoNorthWest 3 April 2012 Setting up the Android development environment can be a bit well challenging if you don t have all

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

Web Manual: Email October 2015

Web Manual: Email October 2015 Table of Contents Getting Started... 3 How to change your password... 3 How to Access Division Email... 4 Outlook Web App (Webmail)... 4 iphone... 4 Android... 4 Blackberry... 4 Outlook Anywhere (MS Outlook)

More information

Lab 1: Create a Personal Homepage

Lab 1: Create a Personal Homepage Objectives: Lab 1: Create a Personal Homepage Understand the basics of HTML Create a personal website, if you do not have one Learn how to submit your assignments Preparation 1. Create a folder with the

More information

Exchange Server Backup and Restore

Exchange Server Backup and Restore WHITEPAPER BackupAssist Version 6 www.backupassist.com Cortex I.T. 2001-2007 2 Contents 1. Introduction... 3 1.1 Overview... 3 1.2 Requirements... 3 1.3 Requirements for remote backup of Exchange 2007...

More information

Allworx OfficeSafe Operations Guide Release 6.0

Allworx OfficeSafe Operations Guide Release 6.0 Allworx OfficeSafe Operations Guide Release 6.0 No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy,

More information

Web Manual: Email September 2014

Web Manual: Email September 2014 Table of Contents Getting Started... 3 How to change your password... 3 How to Access Division Email... 4 Outlook Web App (Webmail)... 4 iphone... 4 Android... 4 Blackberry... 4 Outlook Anywhere (MS Outlook)

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit Note: SecureAware version 3.7 and above contains all files and setup configuration needed to use Microsoft IIS as a front end web server. Installing

More information

ProperSync 1.3 User Manual. Rev 1.2

ProperSync 1.3 User Manual. Rev 1.2 ProperSync 1.3 User Manual Rev 1.2 Contents Overview of ProperSync... 3 What is ProperSync... 3 What s new in ProperSync 1.3... 3 Getting Started... 4 Installing ProperSync... 4 Activating ProperSync...

More information

Snow Active Directory Discovery

Snow Active Directory Discovery Product Snow Active Directory Discovery Version 1.0 Release date 2014-04-29 Document date 2014-04-29 Snow Active Directory Discovery Installation & Configuration Guide Page 2 of 9 This document describes

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

Dial-up Installation for CWOPA Users (Windows Operating System)

Dial-up Installation for CWOPA Users (Windows Operating System) Dial-up Installation for CWOPA Users (Windows Operating System) 1 Table of Contents Download and Install Digital Certificates... 3 Internet Explorer 8/9 Certificate Installation.3 Windows XP Instructions

More information

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap ( WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...

More information

Analyzing the Different Attributes of Web Log Files To Have An Effective Web Mining

Analyzing the Different Attributes of Web Log Files To Have An Effective Web Mining Analyzing the Different Attributes of Web Log Files To Have An Effective Web Mining Jaswinder Kaur #1, Dr. Kanwal Garg #2 #1 Ph.D. Scholar, Department of Computer Science & Applications Kurukshetra University,

More information

ScanShell.Net Install Guide

ScanShell.Net Install Guide ScanShell.Net Install Guide Please install the software first - DO NOT PLUG IN THE SCANNER The scanner has been carefully packaged to avoid damage during transportation. Before operating the scanner, please

More information

How to Configure a Remote Desktop Licensing Server for vspace 6

How to Configure a Remote Desktop Licensing Server for vspace 6 rev 6.1.12 How to Configure a Remote Desktop Licensing Server for vspace 6 This guide will walk you through the process of creating a RDS Licensing server and then configuring your vspace 6 host to connect

More information

Using SSH Secure Shell Client for FTP

Using SSH Secure Shell Client for FTP Using SSH Secure Shell Client for FTP The SSH Secure Shell for Workstations Windows client application features this secure file transfer protocol that s easy to use. Access the SSH Secure FTP by double-clicking

More information

Concession FTP User Guide May 2011 Version 1.2

Concession FTP User Guide May 2011 Version 1.2 Concession FTP User Guide May 2011 Version 1.2 Concessions FTP User guide Page 1 of 41 Contents Objective... 3 FTP User Guide Microsoft Windows XP... 5 Anatomy of the Files... 9 Working on your Files....

More information

Citrix Client Install Instructions

Citrix Client Install Instructions Citrix Client Install Instructions If you are using Citrix remotely, Information Technology Services recommends updating Citrix client to the newest version available online. You must be an administrator

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

Instructions for accessing the new TU wireless Network

Instructions for accessing the new TU wireless Network Instructions for accessing the new TU wireless Network These instructions are meant for University owned systems directly supported by ENS Computer Services. Users of other systems may find this document

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

FTP File Transfer Protocol as It Relates to ACBL Unit 547 by Bob Gruber

FTP File Transfer Protocol as It Relates to ACBL Unit 547 by Bob Gruber FTP Background Information FTP File Transfer Protocol as It Relates to ACBL Unit 547 by Bob Gruber File Transfer Protocol (FTP) programs are used to transfer files between computers. From a terminal or

More information

How To Set Up Dataprotect

How To Set Up Dataprotect How To Set Up Dataprotect This document will show you how to install and configure your computer for a Typical installation. If you have questions about configuring a Custom installation please contact

More information

BOTTOM UP THINKING EMAIL SETUP INSTRUCTIONS. Unique businesses require unique solutions CLIENT GUIDE

BOTTOM UP THINKING EMAIL SETUP INSTRUCTIONS. Unique businesses require unique solutions CLIENT GUIDE BOTTOM UP THINKING Unique businesses require unique solutions EMAIL SETUP INSTRUCTIONS CLIENT GUIDE INDEX How to connect a. Deciding on best method (POP or IMAP) Setting up email on devices Webmail a.

More information

Remote Access Services Microsoft Windows - Installation Guide

Remote Access Services Microsoft Windows - Installation Guide Remote Access Services Microsoft Windows - Installation Guide Version 3.1 February 23, 2015 1 P age Contents GETTING STARTED... 3 JAVA VERIFICATION, INSTALLATION, AND CONFIGURATION... 3 Windows XP... 3

More information

Setting up a VPN connection Windows XP

Setting up a VPN connection Windows XP Setting up a VPN connection Windows XP 1. Open Control Panel. 2. Click on Network and Internet Connections. 3. Click on Create a connection to the network at your workplace. 4. Select Virtual Private Network

More information

Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server

Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server DCOM Configuration Introduction This document is intended to provide a check-list of

More information

How to use Mints@Home

How to use Mints@Home How to use Mints@Home Citrix Remote Access gives Mints users the ability to access University Of Cambridge and MINTS resources from any computer, anywhere in the world,. The service requires a high-speed

More information