by RedGrittyBrick <RedGrittyBrick@[EMAIL PROTECTED]
>
Apr 17, 2008 at 04:33 PM
Trace wrote:
> Hi in the past i was using the followng code below to check if a
> server was up and if it was to call a jsp...
> However the jsp now resides to my server so there is no point really
> of chekcing if it is up to call it ..
> So how can i check that the specific page
>
> e.g http://server.com:8100my.jsp
is up??
I'd use HttpUrlConnection.
http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html
--
RGB