Jump to content

thakurs

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by thakurs

  1. Problem in Login into (Tommy Server)

    : thakurs

    Server : tommy

     

    Login Page is Showing Messages like =

    invalid Cookie

    IP address has been Changed

    The connection timed out. Please try again.

     

    i think these errors are occurring due to immediately cookie Expiration named (horde,PPA_id,SQMSSID,horde_secret_key,roundcube_sessid).

  2. i want to give the path of files which are using in servlet but it is giving me error (java.lang.NullPointerException) bcoz of invalid path
    plz help me out with the path
    Here is MyCode
    :=
    public static Document getDOM(String test) throws SAXException,ParserConfigurationException,IOException, URISyntaxException
    {
    Document dom=null;
    File quizFile=null;
    quizFile=new File("/home/thakurs/public_html/"+test+"-quiz-1.xml");
    System.out.println("Quiz File Absolute Path "+quizFile.getAbsolutePath());

     

×
×
  • Create New...