Search:

Type: Posts; User: DC200

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    2,652

    Re: Servlets and HttpSession

    Yeah, I was planning on using JSP once I had the logic bit sorted out.

    So far I've split the servlet into two: login and register. I've also created separate methods for the SQL instructions, and...
  2. Replies
    3
    Views
    2,652

    Servlets and HttpSession

    This is my first attempt at writing a servlet. I'm trying to create a simple login page that directs users to their account page where they can update their account details and such. However I'm...
  3. Replies
    3
    Views
    2,292

    Re: Simple server-client trouble

    Flushing the stream worked. Also I didn't realize that readLine was waiting for a line terminator and holding the program up. The print method didn't send out the terminator, while println did.
    ...
  4. Replies
    3
    Views
    2,292

    Simple server-client trouble

    Hi, I'm new to these forums. I've been trying for the past two hours to figure out why this piece of code isn't working. The client is supposed to receive a message ("two") from the server, but the...
Results 1 to 4 of 4