<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SPWakeUp Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home</link><description>SPWakeUp Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://spwakeup.codeplex.com/wikipage?version=15</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;&lt;br /&gt;Running spwakup without any options will search for and find all Web Applications on your farm.  Each Web App will in turn be searched for Site Collections and Sites.  Once a list of every URL is built, spwakup will open an HTTP connection to each in turn.  This rebuilds the caches on the server which improves performance for subsequent visits.  &lt;br /&gt;&lt;br /&gt;You&amp;#39;ll generally want to schedule spwakeup to run once a day on your Web-Front End servers sometime after IIS has been reset.  I usually just schedule mine for 4am.  You can also run it manually any time you need to reset IIS.&lt;br /&gt;&lt;br /&gt;Available run-time options are:&lt;br /&gt;-Exclude: Excludes the listed Site Collection URL from being woken.&lt;br /&gt;Can be used more than once. Example: spwakeup3.exe -Exclude:http://badsite.com -Exclude:http://badsite2.com&lt;br /&gt;&lt;br /&gt;-Email: An email address that should be sent a log of the results.&lt;br /&gt;&lt;br /&gt;-UserName: Name of the account that should be used to browse the sites. If no user name is set, sites are accessed under the current account. This option must be used in conjunction with the -Domain and -Password options.&lt;br /&gt;-Domain: The domain of the account specified above.&lt;br /&gt;-Password: The password that should be used to browse the sites.&lt;br /&gt;&lt;br /&gt;-Authentication: The type of authentication used to browse the sites. Default value is NTLM.&lt;br /&gt;&lt;br /&gt;-Verbose Shows the old-style verbose interface.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>akennel</author><pubDate>Fri, 24 Sep 2010 14:11:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100924021140P</guid></item><item><title>Updated Wiki: Home</title><link>http://spwakeup.codeplex.com/wikipage?version=14</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and two optional configuration files, sites.conf and exclude.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.&lt;br /&gt;If you want to exclude a single site, you do not need exclude.conf and it can be safely deleted.&lt;br /&gt;If you need to exclude multiple sites, list them in exclude.conf, each on their own line.&lt;br /&gt;&lt;br /&gt;Available options are:&lt;br /&gt;-Exclude: Excludes the listed Site Collection URL from being woken.&lt;br /&gt;Can be used more than once. Example: spwakeup3.exe -Exclude:http://badsite.com -Exclude:http://badsite2.com&lt;br /&gt;&lt;br /&gt;-Email: An email address that should be sent a log of the results.&lt;br /&gt;&lt;br /&gt;-UserName: Name of the account that should be used to browse the sites. If no user name is set, sites are accessed under the current account. This option must be used in conjunction with the -Domain and -Password options.&lt;br /&gt;-Domain: The domain of the account specified above.&lt;br /&gt;-Password: The password that should be used to browse the sites.&lt;br /&gt;&lt;br /&gt;-Authentication: The type of authentication used to browse the sites. Default value is NTLM.&lt;br /&gt;&lt;br /&gt;-Verbose Shows the old-style verbose interface.&lt;br /&gt;&lt;br /&gt;Running spwakup without any options will search for and find all Web Applications on your farm.  Each Web App will in turn be searched for Site Collections and Sites.  Once a list of every URL is built, spwakup will open an HTTP connection to each in turn.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>akennel</author><pubDate>Fri, 24 Sep 2010 14:06:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100924020650P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and two optional configuration files, sites.conf and exclude.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.&lt;br /&gt;If you want to exclude a single site, you do not need exclude.conf and it can be safely deleted.&lt;br /&gt;If you need to exclude multiple sites, list them in exclude.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 5 option switches (the switches can appear in any order):&lt;br /&gt;-verbose --Displays the raw HTML of each site as it is woken.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-exclude:XXX.XXX -- specifies a URL that should not be woken.  If you need to exclude several sites, list them in a file name exclude.conf located in the same folder as spwakeup.exe.&lt;br /&gt;-nodiscover -- Turns off discovery mode.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost.  Discovers all local web applications.  Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -site:http://portal.mycompany.com -exclude:http://portal.mycompany.com/MySites -log:c:\log.txt &lt;br /&gt;Runs against http://portal.mycompany.com. Excludes the site http://portal.mycompany.com/MySites and all its subsites.  For example, http://portal.mycompany.com/MySites/Site1 would be excluded.  Stores results in c:\log.txt.&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Tue, 23 Sep 2008 18:30:25 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080923063025P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 5 option switches (the switches can appear in any order):&lt;br /&gt;-verbose --Displays the raw HTML of each site as it is woken.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-exclude:XXX.XXX -- specifies a URL that should not be woken.  If you need to exclude several sites, list them in a file name exclude.conf located in the same folder as spwakeup.exe.&lt;br /&gt;-nodiscover -- Turns off discovery mode.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost.  Discovers all local web applications.  Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -site:http://portal.mycompany.com -exclude:http://portal.mycompany.com/MySites -verbose &lt;br /&gt;-log:c:\log.txt &lt;br /&gt;Runs against http://portal.mycompany.com. Excludes the site http://portal.mycompany.com/MySites and all subsites.  Displays verbose results. Stores results in c:\log.txt.&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Mon, 22 Sep 2008 17:13:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080922051312P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 5 option switches (the switches can appear in any order):&lt;br /&gt;-verbose --Displays the raw HTML of each site as it is woken.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-exclude:XXX.XXX -- specifies a URL that should not be woken.  If you need to exclude several sites, list them in a file name exclude.conf located in the same folder as spwakeup.exe.&lt;br /&gt;-nodiscover -- Turns off discovery mode.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost.  Discovers all local web applications.  Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -verbose -log:c:\log.txt -site:http://portal.mycompany.com &lt;br /&gt;-exclude:http://portal.mycompany.com/MySites&lt;br /&gt;Runs against http://portal.mycompany.com. Excludes the site http://portal.mycompany.com/MySites and all subsites.  Displays verbose results. Stores results in c:\log.txt.&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Mon, 22 Sep 2008 17:11:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080922051153P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 5 option switches (the switches can appear in any order):&lt;br /&gt;-verbose --Displays the raw HTML of each site as it is woken.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-exclude:XXX.XXX -- specifies a URL that should not be woken.  If you need to exclude several sites, list them in a file name exclude.conf located in the same folder as spwakeup.exe.&lt;br /&gt;-nodiscover -- Turns off discovery mode.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost.  Discovers all local web applications.  Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -verbose -log:c:\log.txt -site:http://portal.mycompany.com -exclude:http://portal.mycompany.com/MySites&lt;br /&gt;Runs against http://portal.mycompany.com. Excludes the site http://portal.mycompany.com/MySites and all subsites.  Displays verbose results. Stores results in c:\log.txt.&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Mon, 22 Sep 2008 17:11:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080922051107P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 3 option switches (the switches can appear in any order):&lt;br /&gt;-verbose --Displays the raw HTML of each site as it is woken.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-discover -- Searches the local server for all web applications.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost.  Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -verbose -log:c:\log.txt -site:http://portal.mycompany.com&lt;br /&gt;Runs against http://portal.mycompany.com. Displays verbose results. Stores results in c:\log.txt.&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Mon, 15 Sep 2008 17:35:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080915053532P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, going as deep as you like, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed. The script uses STSADM.exe, so you need to have it in your Path. STSADM.exe is usually found in&amp;#58; C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;Microsoft Shared&amp;#92;Web Server Extensions&amp;#92;12&amp;#92;Bin.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 3 option switches (the switches can appear in any order):&lt;br /&gt;-verbose --Displays the raw HTML of each site as it is woken.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost.  Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -verbose -log:c:\log.txt -site:http://portal.mycompany.com&lt;br /&gt;Runs against http://portal.mycompany.com. Displays verbose results. Stores results in c:\log.txt.&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Sat, 13 Sep 2008 00:49:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080913124927A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, going as deep as you like, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed. The script uses STSADM.exe, so you need to have it in your Path. STSADM.exe is usually found in&amp;#58; C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;Microsoft Shared&amp;#92;Web Server Extensions&amp;#92;12&amp;#92;Bin.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 3 option switches (the switches can appear in any order):&lt;br /&gt;-verbose --Displays the raw HTML of each site as it is woken.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost.  Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -verbose -log:c:\log.txt -site:http://portal.mycompany.com&lt;br /&gt;Runs against http://portal.mycompany.com. Displays verbose results. Stores results in c:\log.txt.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;For more information, see my blog: http://akennel.blogspot.com&lt;br /&gt;-Andrew Kennel&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Sat, 13 Sep 2008 00:49:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080913124901A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, going as deep as you like, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed. The script uses STSADM.exe, so you need to have it in your Path. STSADM.exe is usually found in&amp;#58; C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;Microsoft Shared&amp;#92;Web Server Extensions&amp;#92;12&amp;#92;Bin.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 3 option switches (the switches can appear in any order):&lt;br /&gt;-depth:X --specifies how many levels deep to search for sites. If you do not set anything, the default value of 3 is used.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost. Uses search level of 3. Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -depth:5 -log:c:\log.txt -site:http://portal.mycompany.com&lt;br /&gt;Runs against http://portal.mycompany.com. Uses a search level of 5. Stores results in c:\log.txt.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Earlier versions of this application can be found here: http://code.msdn.microsoft.com/spwakeup&lt;br /&gt;-Andrew Kennel&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Wed, 16 Apr 2008 18:20:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080416062054P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a simple application that touches each site and site collection on a Sharepoint or WSS server to rebuild the IIS cache.&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, going as deep as you like, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed. The script uses STSADM.exe, so you need to have it in your Path. STSADM.exe is usually found in&amp;#58; C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;Microsoft Shared&amp;#92;Web Server Extensions&amp;#92;12&amp;#92;Bin.&lt;br /&gt;If you want to wake up a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 3 option switches (the switches can appear in any order):&lt;br /&gt;-depth:X --specifies how many levels deep to search for sites. If you do not set anything, the default value of 3 is used.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost. Uses search level of 3. Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -depth:5 -log:c:\log.txt -site:http://portal.mycompany.com&lt;br /&gt;Runs against http://portal.mycompany.com. Uses a search level of 5. Stores results in c:\log.txt.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Earlier versions of this application can be found here: http://code.msdn.microsoft.com/spwakeup&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Fri, 11 Apr 2008 17:44:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080411054451P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a simple application that touches each site and site collection on a Sharepoint WSS server to rebuild the IIS cache.&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, going as deep as you like, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed. The script uses STSADM.exe, so you need to have it in your Path. STSADM.exe is usually found in&amp;#58; C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;Microsoft Shared&amp;#92;Web Server Extensions&amp;#92;12&amp;#92;Bin.&lt;br /&gt;If you want to wakeup a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 3 option switches:&lt;br /&gt;-depth:X --specifies how many levels deep to search for sites. If you do not set anything, the default value of 3 is used.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost. Uses search level of 3. Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -depth:5 -log:c:\log.txt -site:http://portal.mycompany.com&lt;br /&gt;Runs against http://portal.mycompany.com. Uses a search level of 5. Stores results in c:\log.txt.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Earlier versions of this application can be found here: http://code.msdn.microsoft.com/spwakeup&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Fri, 11 Apr 2008 17:39:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080411053945P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a simple application that touches each site and site collection on a Sharepoint WSS server to rebuild the IIS cache.&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, going as deep as you like, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed. The script uses STSADM.exe, so you need to have it in your Path. STSADM.exe is usually found in&amp;#58; C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;Microsoft Shared&amp;#92;Web Server Extensions&amp;#92;12&amp;#92;Bin.&lt;br /&gt;If you want to wakeup a single site, you do not need sites.conf and it can be safely deleted. &lt;br /&gt;If you need to wake up mulitple sites, list them in sites.conf, each on their own line.
&lt;br /&gt; &lt;br /&gt;The app recognizes 3 option switches:&lt;br /&gt;-depth:X --specifies how many levels deep to search for sites. If you do not set anything, the default value of 3 is used.&lt;br /&gt;-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.&lt;br /&gt;-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt; &lt;br /&gt;Examples:&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http://localhost. Uses search level of 3. Displays log results on console.&lt;br /&gt; &lt;br /&gt;spwakeup.exe -depth:5 -log:c:\log.txt -site:http://portal.mycompany.com&lt;br /&gt;Runs against http://portal.mycompany.com. Uses a search level of 5. Stores results in c:\log.txt.&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Fri, 11 Apr 2008 17:31:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080411053156P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a simple application that touches each site and site collection on a Sharepoint server to rebuild the IIS cache.&lt;br /&gt;&lt;br /&gt;Normally IIS discards its cache overnight, which means that each Sharepoint site must be rebuilt the first time it is accessed. This can be very slow. This script will seek out every site and site collection on a sharepoint server, going as deep as you like, and send them an HTTP request, so that the site remains in cache. &lt;br /&gt;&lt;br /&gt;This project was inspired by the Warm Up script I found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;joelo&amp;#47;archive&amp;#47;2006&amp;#47;08&amp;#47;13&amp;#47;697044.aspx&lt;br /&gt;For information about how the script was developed, please see my blog&amp;#58; http&amp;#58;&amp;#47;&amp;#47;akennel.blogspot.com&amp;#47;&lt;br /&gt;&lt;br /&gt;The application consists of the program file, spwakeup.exe and an optional configuration file, sites.conf.&lt;br /&gt;You must run this application on a machine that has WSS or MOSS installed. The script uses STSADM.exe, so you need to have it in your Path. STSADM.exe is usually found in&amp;#58; C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;Microsoft Shared&amp;#92;Web Server Extensions&amp;#92;12&amp;#92;Bin.&lt;br /&gt;If you want to wakeup a single site, you do not need sites.conf and it can be safely deleted. If you need to wake up mulitple sites, list them in sites.conf, each on their own line.&lt;br /&gt;&lt;br /&gt;The app recognizes 3 option switches&amp;#58;&lt;br /&gt;-depth&amp;#58;X --specifies how many levels deep to search for sites. If you do not set anything, the default value of 3 is used.&lt;br /&gt;-site&amp;#58;XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http&amp;#58;&amp;#47;&amp;#47;localhost is used.&lt;br /&gt;-log&amp;#58;Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.&lt;br /&gt;&lt;br /&gt;Examples&amp;#58;&lt;br /&gt;spwakeup.exe&lt;br /&gt;If the file sites.conf does not exist, runs against http&amp;#58;&amp;#47;&amp;#47;localhost. Uses search level of 3. Displays log results on console.&lt;br /&gt;&lt;br /&gt;spwakeup.exe -depth&amp;#58;5 -log&amp;#58;c&amp;#58;&amp;#92;log.txt -site&amp;#58;http&amp;#58;&amp;#47;&amp;#47;portal.mycompany.com&lt;br /&gt;Runs against http&amp;#58;&amp;#47;&amp;#47;portal.mycompany.com. Uses a search level of 5.
&lt;br /&gt;
&lt;/div&gt;</description><author>akennel</author><pubDate>Fri, 11 Apr 2008 17:29:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080411052950P</guid></item></channel></rss>