does a website deployment trigger a app pool recycle?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Application Center > Application Center Administration > does a website deployment trigger a app pool recycle?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    does a website deployment trigger a app pool recycle?  
Jason


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-20-07 06:17 PM

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?






[ Post a follow-up to this message ]



    RE: does a website deployment trigger a app pool recycle?  
WenJun Zhang[msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-23-07 06: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.






[ Post a follow-up to this message ]



    RE: does a website deployment trigger a app pool recycle?  
WenJun Zhang[msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-07 12:17 AM

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.






[ Post a follow-up to this message ]



    RE: does a website deployment trigger a app pool recycle?  
Jason


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-07 12:17 AM

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...t/default.aspx.
>
>  ========================================
==========
>
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>
>





[ Post a follow-up to this message ]



    RE: does a website deployment trigger a app pool recycle?  
WenJun Zhang[msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-07 12:17 AM

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.








[ Post a follow-up to this message ]



    RE: does a website deployment trigger a app pool recycle?  
Jason


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-07 12:17 AM

well, the issue for me is i have about 50 application pools.  and i only wan
t
to recycle the proper one.

""WenJun Zhang[msft]"" wrote:

> Hi Jason,
>
> Yes, there is no built-in options in AC2K will trigger a recycling. Howeve
r
> 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...t/default.aspx.
>
>  ========================================
==========
>
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>
>
>
>





[ Post a follow-up to this message ]



    RE: does a website deployment trigger a app pool recycle?  
WenJun Zhang[msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-30-07 06: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.






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:45 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register