Am Montag, 13. Januar 2003 17:20 schrieb Mary Loos Sage:
> All, I would like to reload an application non-interactively.  I do not
> want to use Ant to do this because it will not be installed on my target
> system. Instead I'd rather use a URL.   That is, I would like to be able
> to enter the username and password as parameters to the URL, not in the
> login dialog.
>
> It should look something like:
>
> http://localhost/manager/reload?path="/myapp"?username="admin"?password=
> "passwd"
>

You can do that easily with wget:

wget --http-user=admin --http-passwd=passwd
  http://localhost/manager/html/reload?path=/myapp
  --output-document=response.html

With kind regards / mit freundlichem Gru�
        Holger Klawitter
--
Holger Klawitter                          http://www.klawitter.de
[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to