WEBSPHERE INTERVIEW QUESTIONS COVERING ALL TOPICS
Interview questions and also find the realtime usage commands link at the end of the blog. Which will be helpful during the interview. In a Web-based architecture, if you try to hit the URL, it shows an error like page cannot be displayed, How to troubleshoot this issue? Ans: The Flow of Request happens from Load Balancer >> Webserver >> Appserver >> DBso the investigation for such issues should also follow the same routes .. ( well thats how i follow ) Try to check if the url is responding from your end. (This will eliminate if its specific to a user or its error for every one) Check the Webserver if its running or not, If it’s not running start it Check if the application server and application is running.. if not start it Try to access the Application directly from the Appserver .. ie using the http transport port. ie wc_defalut .. ( this will identify if the error is due to App server or is with the Webserver/plugin) check for the e...
Comments
Post a Comment