hello,
i 'm trying to registre a picture like a http ressource
http.registerResources("/Vue","/home/sst/Documents/Versions/21-05-09+saufActionParam/MyPoint/src/Vue",
null);
and i want to use it in the background of my servlet .
pw.print("<html><head>");
pw.print("<meta http-equiv=" + "Content-Type" + "content=" +
"text/html; charset=iso8859-1" + "/>");
pw.print("<title></title>");
pw.print("<style type=\"text/css\"> body
{background:url(\"/Vue/image.jpg\");}</style> ");
pw.print("</head>");
pw.print("<body>");pw.print("</body>");pw.print(</html>);
but i get a white background and when i call
localhost:8080/Vue/image.jpg i get the error 404
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]