Elena Palanca wrote:
>
>           String path ="";
>           res.setContentType("x-world/x-vrml");
>           path="http://"+host+"/Xml/Vrml/"; +  FileName + ".wrl";
>           res.sendRedirect(path);
>
> This works fine in the local machine but calling the
> page from another computer doesn't work.
>

 Print out what "path" contains, then try to
type the URL directly into a browser on another
computer. Does it work?

 If not, you might need to include more info,
like all of the relevant servlet code, the
servlet container you're using, and which VRML
browser...


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
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