I think you have to install the https protocol handler from the jsse
pacakage. Documentation is provided with jsse to get it working (I had
troubles with the non programming solution, the java.policy file, so if you
bump in to that, register it in your servlet....
Mvgr,
Martin
> -----Original Message-----
> From: Erik Melkersson [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 4:50 PM
> To: [EMAIL PROTECTED]
> Subject: https, redirect
>
>
> Hi!
>
> I'm using Apache and tomcat version 4. Apache has ssl turned on and I
> use https.
>
> I'm trying to make a redirect using HttpServletResponse.sendRedirect(...)
>
> When I enter the absolute or relative url to the page it adds only http
> instead of https. This has been discussed before and the only real
> answer I've seen working is to hardcode the full url, like
> HttpServletResponse.sendRedirect("https://server/path/file")
>
> But that doesnt work for me, I get a java.lang.IllegalArgumentException
>
> When I try to enter something with https.
>
>
> Thankful for any help!
>
> /Erik Melkersson
>
>
> -----------------------------------
> Erik Melkersson
> [EMAIL PROTECTED]
> http://www.edu.isy.liu.se/~erime844
>
>