hi,
I have a servlet that after processing some data must call a wrl file
(written in Virtual Reality Modelling Language)
I did the following:
          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.
I don't have back error message but a black windows with the logo of the
VRML plug-in.

Any ideas????

thanks

Elena

___________________________________________________________________________
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