• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Unable to dowload the Servlet 2.4 specs.

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
There is some problem in downloading the PDF version of Servlet2.4 specifications from the Sun's site. if anybody has got the same from somewhere else, please post the link.

Regards,
Gaurav.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gaurav

The link does work fine in Sun's site and I downloaded the servlet 2.4 spec today. Try again, it might work for you.
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What kind of problem are you having with the download? From the Download Center FAQ these suggestions helped me download. I used the quick fix with a shift save as (see end of answer).


Q. When I click the download link, instead of downloading the file, it gets displayed as weird looking text in the browser. Why, and how do I fix this?

A: The reason this is happening is because the browser is getting confused about what the data is and tries to display it instead of downloading it. In the preferences for your browser, you need to configure it to download files that have an extension like ".tar.Z" or ".jar" or ".zip" or ".exe". To do this, you need to associate an extension with a MIME type. Here are some recommended associations:

File Extension Type/Subtype
zip application/zip
jar application/octet-stream
bin, sfx, exe application/octet-stream
Z application/x-compress
gz application/x-gzip
sh application/x-sh
pdf application/pdf
ps application/postscript

A "quick fix" for this is to try one of the following, which will allow you to download the file right away:

Hold down the "Shift" key at the same time as you click on the link, or
Right-click your mouse on the link, which will bring up a menu box. Select the option to "Save Target As" or "Save Link As" (depending on your browser) and save the file to the desired location.
 
Gaurav Sahni
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx Carol...
it works.


Gaurav.
 
Beware the other head of science - it bites! Nibble on this message:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic