Bookmark Topic Watch 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator


A small app containing a servlet that can stream images from within the web application's directory structure using getResourceAsStream. Because the resources (images in this case) can only be accessed via the StreamServlet this technique could be used to allow access to specific resources to users who are logged into your application and deny them to the general coderanch.

To Run:


  • Download SimpleStream.war to your TOMCAT_INSTALL/webapps directory. If you're using MSIE, make sure it doesn't change the extension to ".zip".
  • Then, click on this link: http://localhost:8080/SimpleStream


  • Donated by: Ben Souther




    CodeBarnServlets
     
    When it is used for evil, then watch out! When it is used for good, then things are much nicer. Like this tiny ad:
    Clean our rivers and oceans from home
    https://www.kickstarter.com/projects/paulwheaton/willow-feeders
      Bookmark Topic Watch Topic
    • New Topic