Re: Java Servlet on Sun server
From: William Brogden (wbrogden_at_bga.com)
Date: 10/19/04
- Next message: Sylviane Molinet: "Re: java.lang.NullPointerException"
- Previous message: Laurent Bossavit: "Re: java.lang.NullPointerException"
- In reply to: WERNOTKIN: "Java Servlet on Sun server"
- Next in thread: WERNOTKIN: "Re: Java Servlet on Sun server"
- Reply: WERNOTKIN: "Re: Java Servlet on Sun server"
- Reply: WERNOTKIN: "Re: Java Servlet on Sun server"
- Reply: WERNOTKIN: "Re: Java Servlet on Sun server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 19 Oct 2004 06:44:24 -0500
On 18 Oct 2004 22:04:21 -0700, WERNOTKIN <wernotkin-google@yahoo.com>
wrote:
> In my servlet code I call response.sendRedirct("www.google.com");
Try a full URL ie "http://www.google.com/"
www.google.com is just a host, not a URL
>
> First I compile the source file with javac -classfile
> "j2ee-directory/j2ee.jar"
>
> Add the class file into the newly created .war file with deyploy tool
> and specify the one and only class file as the servlet class.
>
> Then I deploy the .war file using the admin console.
>
> However once I go to the directory that should be mapped to the servlet
> it does not redirect to www.google.com instead it shows a empty
> directory listing.
You "go to the directory" using what?
>
> I tryed placing the redirect in both service methods, and the doGet
> method. However it never works correctly.
>
> I know the servlet is deployed correctly because it does not return a
> 404 error or any other http/1.1 error code.
>
Bill
-- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
- Next message: Sylviane Molinet: "Re: java.lang.NullPointerException"
- Previous message: Laurent Bossavit: "Re: java.lang.NullPointerException"
- In reply to: WERNOTKIN: "Java Servlet on Sun server"
- Next in thread: WERNOTKIN: "Re: Java Servlet on Sun server"
- Reply: WERNOTKIN: "Re: Java Servlet on Sun server"
- Reply: WERNOTKIN: "Re: Java Servlet on Sun server"
- Reply: WERNOTKIN: "Re: Java Servlet on Sun server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|