Jump to content
xisto Community

hardc0d3r

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. i have this applet that communicates with a servlet.. when the applet connects to the servlet, i get the Server returned HTTP response code: 500 error.. when i am testing in my own pc, everything is fine.. when i tried deploying it in a server, the error occurs.. i do not have any idea what is wrong.. i get the error in this line in my applet: inputFromServlet = new ObjectInputStream(servletConnection.getInputStream()); this is the method that conatins the line above: protected String myMethod(String fileName) { String doc = null; ObjectInputStream inputFromServlet = null; try { URL loadMapServlet = new URL(this.getCodeBase(), "loadMap?action=load&fileName=" + this.getCodeBase().toString() + fileName); URLConnection servletConnection = loadMapServlet.openConnection(); inputFromServlet = new ObjectInputStream(servletConnection.getInputStream()); doc = (String)inputFromServlet.readObject(); inputFromServlet.close(); } catch (Exception e) { e.printStackTrace(); } return doc; } another thing.. i have read that jdk 1.5 has a bug with Server returned HTTP response code: 500... is there any workarounds? i have also read that jdk 1.5 has issues with the XPathEvaluator.. if i want to use this, how do i add the newer xalan and xerces jars?
  2. basketball!!! fast-paced style.. i love this game... used to play everyday.. now i'm fat and i cannot move.. i also like table tennis and volleyball..
  3. hi! it's pretty obvious that i am new.. i'm glad that there's a site like Xisto! anyways, i am a computer science student (not a good student though .. but i am trying to be decent!!)... i like anime/manga (slam dunk, gantz, samurai champloo, naruto, bleach.. to name a few), i love playing basketball and i am not much of a gamer. the only games i play are nba live, nba 2k7, fight night 3, sims 2, and other simulation games.. i am not good with shooting games like quake or gears of war and strategy games like warcraft.. i love watching movies!!!i hope i can contribute, learn in this forum.. and i also hope that i can get my website hosted..
  4. how many database can i have? can i have 1 database and many tables? or just 1 table? for the basic plan...oh, i would like to say hello to everyone here in trap17Q
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.