> What happens when the examples "do not work"? Do you get an error > message? What is it?
All the request methods below return an empty string. <table border="0" border="100%"> <tr> <th align="right">Context Path:</th> <td align="left"><%= request.getContextPath() %></td> </tr> <tr> <th align="right">Path Information:</th> <td align="left"><%= request.getPathInfo() %></td> </tr> <tr> <th align="right">Query String:</th> <td align="left"><%= request.getQueryString() %></td> </tr> <tr> <th align="right">Request Method:</th> <td align="left"><%= request.getMethod() %></td> </tr> <tr> <th align="right">Servlet Path:</th> <td align="left"><%= request.getServletPath() %></td> </tr> </table> I think that the TOMCAT server is out of work because no answer came from it. best regards, eduardo melo __________________________________________________________________________ Venha para a VilaBOL! O melhor lugar para voc� construir seu site. F�cil e gr�tis! http://vila.bol.com.br -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
