|
Home > Archive > Application Center Administration > July 2007 > does a website deployment trigger a app pool recycle?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
does a website deployment trigger a app pool recycle?
|
|
|
| When app center does is deployment outside the cluster does it automatically
recycle the application pool that contains the website being deployed?
If not is there a way to do this?
| |
| WenJun Zhang[msft] 2007-07-23, 1:16 pm |
| Hi Jason,
Application Center doesn't involve the function to recycle IIS6.0
application pools. However we can use scripts with AC event monitoring
function to automate this kind of operation.
For example, if Windows 2003 SP1/SP2 is installed, we've added a /r switch
to iisapp.vbs to recycle app pools:
cscript iisapp.vbs /a DefaultAppPool /r
Thanks.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
========================================
==========
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscript...ault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscript...t/default.aspx.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| WenJun Zhang[msft] 2007-07-26, 7:17 pm |
| Hi Jason,
Do you have any further question on this?
Thanks.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
========================================
==========
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscript...ault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscript...t/default.aspx.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
|
| sounds like application center does not recycle the iis application pools
automatically, and their is not an option from within the tool to do
it...correct?
""WenJun Zhang[msft]"" wrote:
> Hi Jason,
>
> Do you have any further question on this?
>
> Thanks.
>
> Sincerely,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ========================================
==========
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscript...ault.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscript...t/default.aspx.
>
> ========================================
==========
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
| |
| WenJun Zhang[msft] 2007-07-26, 7:17 pm |
| Hi Jason,
Yes, there is no built-in options in AC2K will trigger a recycling. However
it's simple to be achieved by defining custom command-line or script
actions. You can refer to the following chapter in Microsoft Application
Center 2000 Resource Kit:
Chapter 9 - Working with Monitors and Events
http://www.microsoft.com/technet/pr...it/acrkch9.mspx
Please let me know if you have further question on this.
Thanks.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
========================================
==========
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscript...ault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscript...t/default.aspx.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
|
| well, the issue for me is i have about 50 application pools. and i only want
to recycle the proper one.
""WenJun Zhang[msft]"" wrote:
> Hi Jason,
>
> Yes, there is no built-in options in AC2K will trigger a recycling. However
> it's simple to be achieved by defining custom command-line or script
> actions. You can refer to the following chapter in Microsoft Application
> Center 2000 Resource Kit:
>
> Chapter 9 - Working with Monitors and Events
> http://www.microsoft.com/technet/pr...it/acrkch9.mspx
>
> Please let me know if you have further question on this.
>
> Thanks.
>
> Sincerely,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ========================================
==========
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscript...ault.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscript...t/default.aspx.
>
> ========================================
==========
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>
| |
| WenJun Zhang[msft] 2007-07-30, 1:18 pm |
| Hi Jason,
If you create custom script to perform the recycling, you can query a
site's AppPoolID property in IIS metabase to determine which AppPool need
to be recycled. There are some sample scripts can be referred in below link:
Applications and Application Pools
http://www.microsoft.com/technet/sc...6/apps/default.
mspx?mfr=true
Also Metabase Explorer will be a great utility for you to navigate the
whole IIS metabase structure.
Internet Information Services (IIS) 6.0 Resource Kit Tools
http://www.microsoft.com/downloads/...n&familyid=56fc
92ee-a71a-4c73-b628-ade629c89499
Have a nice week.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
========================================
==========
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscript...ault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscript...t/default.aspx.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
|
|
|
|
|