Answered Questions

  • Query on checksum of plugin-cfg.xml

    Taking a scenario where When an application is not accessible and we get to find out that the problem is with webservers and finaly we make changes to plugin-cfg.xml. What are the standard checks performed before propogating the config file to app server

    subrat

    • Nov 22nd, 2012

    Check the below parameters,
    1.Check the port & host name entry in plugin-cfg.XML file .
    2.check the port no entry in virtual host
    3.check the https port as well .
    4.check application mapping .

  • 403, 404, 500 error trouble shooting

    how you are going to troubleshoot if you are getting 403,404,500 error ? explain ?

    subrat

    • Nov 22nd, 2012

    403 an 404 is http error.Means Webserver error.U should find the error in error.log and access.log file of the http server logs.500 error is the internal server error .It is the Websphere application ...

    hector8

    • Sep 24th, 2012

    500- means internal server error (code error in .er file or connection error) mostlly you find this in webserver logs (access logs or error logs) or in jvm logs or http-plugin.
    404- means file not found here generate and propagate plugin-cfg.xml file once

  • how to generate a thread dump ?

    santha

    • Dec 7th, 2012

    Generating Thread Dump: Two ways 1) Automatic: In real scenario is to generate thread dump, if the server is hung due to any of cause. We wont go for generate thread dump, the server it self generate...

    hector8

    • Sep 24th, 2012

    There is two ways to generate thread dumps in linux 1. kill -3 pid(process id of jvm) ,but the thing is you will get both heap dumps and thread dumps as one file. If you want to do individually then ...

  • maximum heap size

    what is the maximum heap size and how you are going to set maximum heap size ?

    santha

    • Dec 4th, 2012

    The Heap size assign for the particular server, depends of requirement.. In general in work area we have to fallow Min heap 1024MB, Max heap 2048 MB. how you going to configure these parameters to ser...

    subrat

    • Nov 22nd, 2012

    For 32 bit the Max heap size is 2GB AND for 64 bit the Max heap size unlimited.