>>> Stephane Cloutier <[EMAIL PROTECTED]> 21-Jun-00 2:23:22 PM
>>>

>(I didn't really need to read the page but it seems
>necessary to get done the redirection that is performed
>at the end of the second request call).

have you tried;
  URLConnection.setFollowRedirects(true);

?


>This was working with servletrunner of jsdk2.0 but
>it doesn't work with JRun and resin that I actually use.
> It throw a FileNotFoundException on the second servlet
>URL when getting the inputstream!?

Check that the servlet does actually send something.

If so send the code for the servlet and the stack trace that you're
getting.


Nic Ferrier

___________________________________________________________________________
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