Hi,
I just converted from WebSite Pro to Netscape FastTrack and JRun. I
have a problem in that my servlet correctly returns a html page if it
goes through one path of my code and produces the following error going
through a different path:
Not Found
The requested object does not exist on this server. The link you
followed is either outdated, inaccurate, or the server has been
instructed not to let you have it.
I have run diagnostics on the code and the html page appears to be built
correctly, it just doesn't display. Is this a configuration problem?
How can I check to see if "the server has been instructed not to let you
have it"?
The following code is used to send the response back to the client in
both cases:
System.out.println("before toClient");
toClient.println(strHTML);
toClient.close();
System.out.println("after toClient");
I receive both diagnostic messages for each run. Both paths worked fine
when I ran WebSite Pro.
Thanks,
John
___________________________________________________________________________
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