Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: HELP!!!!! I'm going crazy.


Message #1 by "Phil Perks" <philp@w...> on Tue, 30 May 2000 15:36:35
-----Original Message-----
From: Osborne, Gavin [mailto:Osborne@s...]
Sent: 29 May 2000 21:14
To: 'support@w...'
Subject: HELP!!!!! I'm going crazy.



BOOK: Profeessional Java Server programming
ISBN:  1-861022-77-7

Chapter 11, Servlet Communication (pages 227 - 234)

OK, I've used the Java Plugin from Sun

I've simplified things, all I want to do is pass a parameter to the 
Servlet
and have the servlet respond, with output stating the parameter's value.

I can get the Servlet to respond, so long as I don't create an instance of
the DataOutputStream object.  If I do it throws an IO exception saying it
can't find my Serlvet.  

I can create the DataOutputStream object and run it as long as I don't
create an Input stream object.  It seems to be allowing me to do one or 
the
other but not both.  

Any ideas on what might cause this?

Oh, I'm running of a MSPWS and JRUN using IE

  Return to Index