Chris,
Thanks for the response.
If I understand you correctly, then it measn that I cannot make request like
getURL(https://www.......)

Is that correct or not?
Then how do I do this?

TIA
Gaurav

Chris Pratt wrote:

> Strictly speaking, no.  But, since Servlets are above the transport layer,
> they will take advantage of any security that is present in a layer below
> it, such as SSL.
>     (*Chris*)
>
> ----- Original Message -----
> From: Gaurav Kishore <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, June 10, 1999 12:53 PM
> Subject: Re: Running servlets under secre service (https)
>
> > Hi Andras,
> > I am also facing a similar problem. Though I am using Apache JServ.
> Question is
> > does servlets support SSL?
> >
> > TIA
> > Gaurav
> >
> >
> > Andras Balogh wrote:
> >
> > >         Hi Julio !
> > >
> > > I wander how can i obtain a key for testing purposes.
> > > I have jws1.1 in my NT machine with i am doing all the servlets and
> testing
> > > before move it to our Apache server with Jserv.
> > >
> > > I have tried to set up the https service on JWS but with no success.
> > > I am interested in setting up https on Apache/Jserv too.
> > >
> > > And one more question: after setting succesfully the https service
> > > i think i should modify my servlets too. But how ?
> > >
> > > sorry for these questions but i am newbie in SSL.
> > >
> > > Any help or link is apreciated.
> > >
> > > Best wishes,
> > >                         Andras
> > >
> > > -----Original Message-----
> > > From: Julio Monroy <[EMAIL PROTECTED]>
> > > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> > > Date: Thursday, June 10, 1999 8:29 PM
> > > Subject: Re: Running servlets under secre service (https)
> > >
> > > >Have you obtained, and enabled your SSL key?  This is required if you
> > > >want to use SSL.
> > > >
> > > >
> > > >Engedal Bjarte Kr�ger wrote:
> > > >>
> > > >> Hi,
> > > >>
> > > >> I'm running JWS1.1.3, and have a system using servlets.
> > > >> For some reason I can't seem to run servelts under the secure
> service,
> > > but
> > > >> everything works fine under normal (http) service.
> > > >> The same code, with the same properties will run under http, and not
> > > under
> > > >> https:
> > > >>
> > > >> http://myplace/servlet/myservlet  OK!!
> > > >> https://myplace/servlet/myservelt  Doesn't work!!
> > > >>
> > > >> I have offcourse configured both the normal and secure service to
> contain
> > > >> the servlet, but when using https the browser will hang.
> > > >>
> > > >> Any ideas what I'm doing wrong here?
> > > >>
> > > >> Bjarte
> > > >>
> > > >>
> > >
> ___________________________________________________________________________
> > > >> >
> > > >--
> > > >Julio C. Monroy
> > > >Chief Information Officer
> > > >MallPhoria!
> > > >1400 Fashion Island Boulevard
> > > >Suite 940
> > > >San Mateo, California 94404
> > > >p: 650-349-0300
> > > >f: 650-571-1025
> > > >[EMAIL PROTECTED]
> > > >
> > >
> >___________________________________________________________________________
> > > >
> > >
> > >
> ___________________________________________________________________________
> > > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> > > of the message "signoff SERVLET-INTEREST".
> > >
> > > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > > Resources: http://java.sun.com/products/servlet/external-resources.html
> > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
> >
> ___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to