dear reynir,

the code below is the code of the application, but all
the methods returns an empty string. I would like to
know if there is an error at tomcat service. What can I
do to get any return from the server.

<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>


> Please send the error messages you get.
>
> If you are trying to get parameters from url you can us
e :
>
> String param_value = request.getParameter
("nameofparameter");
>
> Hope it helps
> -reynir
>
> > -----Original Message-----
> > From: eduardofcomelo [mailto:[EMAIL PROTECTED]
r]
> > Sent: 11. desember 2002 15:42
> > To: [EMAIL PROTECTED]
> > Subject: Hello World
> >
> >
> > The Program Hello World is not working properly the
> > QUERY_STRING cames empty to others parameters too.
> >
> > What can I do to get it working properly ?
> >
> > 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:tomcat-user-
[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:tomcat-user-
[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:   <mailto:tomcat-user-
[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:tomcat-user-
[EMAIL PROTECTED]>
>
>

Eduardo Melo
---------------------------------
Rua Antônio Biasse Filho, 74
Hortolândia - SP
13184-040
http://www.eduardofcomelo.kit.net
Celular : (19) 9743-0804


__________________________________________________________________________
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]>

Reply via email to