ERROR ON JSP With VRML - TechRepublic
Question
October 13, 2008 at 11:10 PM
kingsep_11

ERROR ON JSP With VRML

by kingsep_11 . Updated 17 years, 9 months ago

Ex1.jsp

<%@ page language="java" %>
<%response.setContentType("x-world/x-vrml");%>
#VRML V2.0 utf8

Shape{
appearance Appearance{
material Material{
diffuseColor 1 0 1
}
}
geometry Box{
size 4 1 1
}
}

web.xml




VRML


index.html
index.htm
index.jsp
default.html
default.htm
default.jsp


wrl
x-world/x-vrml

This discussion is locked

All Comments