Tagged Questions
0
votes
0answers
17 views
jClouds Windows Azure Blob store, put document get URL
Is there a smart way to achieve following using jCloud API
1.Document in URL out
2.URL in Document Out
Right now I have following code
Blob blob = ...
1
vote
1answer
30 views
Use caching in Windows Azure for Java web application
I am deploying a web application developed in Java over Microsoft Windows Azure.
How to use caching in Windows Azure for Java web application at configuration level?
I don't want to write any code ...
1
vote
1answer
66 views
How to send Windows Azure Storage blob to browser with changed header
Situation: I have a large set of videos and images and small Play applications, which stores references to the blobs in DB. For web usage that's OK, I'm rendering page, where I put Flowplayer and in ...
1
vote
1answer
385 views
Console Application to mount azure cloud drive
I want to mount vhd from my private container. After google I get that it is only possible through .net. I am more of a JAVA person. I need a batch script or code in c# (So that I can get an exe file) ...
1
vote
1answer
88 views
Upload a RAMDirectory to AzureCloud creates EOF exceptions
I'm currently trying to use AzureBlobStorage to work with Lucene. So I created a new directory and to avoid too many latency I use a RAMDirectory as cache (this might not be the best solution but it ...
0
votes
1answer
89 views
Windows Azure Table Storage Take Issue
On Windows Azure table Storage I am executing the next query:
CloudTableClient ctc=TableStorage.getTableClient();
String q1=TableQuery.generateFilterCondition(TableConstants.PARTITION_KEY, ...
0
votes
0answers
111 views
Error 403 on List containers restapi Azure
We are trying to invoke the rest API for getting the containers using the REST API http:// <myaccount>.blob.core.windows.net/?comp=list as specified in this link
Code to generate the signature ...
1
vote
0answers
247 views
Exception:“The value for one of the HTTP headers is not in the correct format”
Hello guys I have a problem .... I have already created a queue but I need to create another queue so I write this code:
CloudStorageAccount storageAccount =
CloudStorageAccount.parse ...