Created
May 15, 2009 23:51
-
-
Save tammersaleh/112497 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [tsaleh@tardis:~/code/liveworld-seattle multitenant ∴ ] ./clear_cache.sh | |
| * About to connect() to localhost port 8080 (#0) | |
| * Trying ::1... Connection refused | |
| * Trying fe80::1... Connection refused | |
| * Trying 127.0.0.1... connected | |
| * Connected to localhost (127.0.0.1) port 8080 (#0) | |
| > POST /admin/system-cache.jsp HTTP/1.1 | |
| > User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3 | |
| > Host: localhost:8080 | |
| > Accept: */* | |
| > Content-Length: 318 | |
| > Content-Type: application/x-www-form-urlencoded | |
| > | |
| < HTTP/1.1 302 Moved Temporarily | |
| < Server: Apache-Coyote/1.1 | |
| < Set-Cookie: JSESSIONID=B0B755C345F18310646D5B0D306EB9C5; Path=/ | |
| < Location: http://localhost:8080/admin/setup/index.jsp | |
| < Content-Type: text/html;charset=ISO-8859-1 | |
| < Content-Length: 0 | |
| < Date: Fri, 15 May 2009 23:51:10 GMT | |
| < | |
| * Connection #0 to host localhost left intact | |
| * Closing connection #0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment