changed the default policy to use an offset from localhost

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@511881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-02-26 16:35:54 +00:00
parent 3753442b18
commit cbb458ce8b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ package org.apache.activemq.blob;
* @version $Revision: $
*/
public class BlobTransferPolicy {
private String defaultUploadUrl = "http://localhost:8080";
private String defaultUploadUrl = "http://localhost:8080/uploads/";
private String brokerUploadUrl;
private String uploadUrl;
private int bufferSize = 128 * 1024;