On Apr 17, 11:33 am, RedGrittyBrick <RedGrittyBr...@[EMAIL PROTECTED] > wrote: > 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.ghttp://server.com:8100my.jspis up?? > > I'd use HttpUrlConnection.http://java.sun.com/docs/books/tutorial/networking/urls/readingWritin... > > -- > RGB Yes. And here is example how you can do this: http://www.exampledepot.com/egs/java.net/ReadFromURL.html Alex. http://www.myjavaserver.com/~alexfromohio/