Rico Rockbraker

Greenhorn
+ Follow
since Feb 08, 2011
Rico likes ...
MyEclipse IDE Tomcat Server Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rico Rockbraker

Hi Tim

True TomCat does not cache...Its the Eclipse I am referring actually?

I am pretty sure its not the browser as I had tried deleting the cache in both chrome and firefox or IE.

Any other ideas?

Thanks for the reply.



12 years ago
Hi

I am using Eclipse 3.2.2 and TomCat 5.5 to set up my local web environment. However whenever I start server from the eclipse in "localhost" its keep caching the images. If I change the image with the same name it does not recognise the new coming jpg. Keep showing the old image although I have deleted it from the file system.

Is there anyway to refresh this kind of cache? How can I possibly see the new image with the same exact name?

Any help will be useful..

Thanks
12 years ago
Hi Ulf

It is very interesting that Turkey DNS won't allow I think the given link....I tried both from my mobile phone and outside company.

Is there any other link that I can follow?

Thanks.
13 years ago
Hi

There is a problem with the link http://developer.android.com/sdk/ and I can not download latest SDK. Do you know any other link that I download from or when will this link be available?

Thanks

Regards.
13 years ago
Thanks Greg.

What exactly means the below String?

-----------------------------7db5ac104017fe

I still can not retrieve the exact file "line" content except from its headers.

Have another idea?




13 years ago
Hi

When reading from ServletInputStream The Stream bytes calculated in the given form:

int x =ServletInputStream.readLine(buf, 0, buf.length);

Now I would like to convert this stream to a String then validate it true in the next line.

How can I do it?
13 years ago