Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

java - GWT and an unreproducable 503 error -



have web-application built gwt (2.0.3) , run on apache tomcat 6.
application uses long polling enable client-server conversations. when client unable connect server displays disconnected message on page , grays out controls until able resume conversation server.
happens through use of onfailure method of rpc services; keep track on how many consequtive exceptions i've received , if passes defined threshhold above scenario happens.
allows notifying user of problem while in background continuing resume server conversation.
has been configuration 6 months, , without problem.
compiled application after change , wanted see in stand-alone mode started tomcat (not via eclipse) , seemed work fine.
when ctrl+c'd apache (while having clients up) saw clients displaying 503 error instead of app disconnected message.
tried reproduce issue unable next times app behaved expected.
i'm not sure if it's relevant added uncaughtexceptionhandler module's onmoduleload.

has encountered such issue?
know how can make client immune such issue?

thanks lot,
ittai

probably app tried connect server while in process of shutting down. of services might have shut request failed internal server error.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -