No, not bothering about the interuption. As of now if an order comes generate an url and return back with a maximum try for 2 times and time to live for 15 minutes.

On 8/27/2012 11:04 PM, Terence M. Bandoian wrote:
On 8/27/2012 2:17 AM, rathinasamy....@snovabits.net wrote:
Hi,

Many thanks for your reply.

I am asking something which should be done in apache tomcat configurations, Since I have not able to control that maxtry concept through my application
(it is out of my app control)

Through my app just generate a url to access a video file at run time, & may be the user can copy that url and paste it in outside browsers - here I have to control
the usage of using my url which I have given to the user.

That url is something looks like (http://localhost:8080/Club/dely/ios/item/42/23/cc.mp4) & it should accessed via apache tomcat, so I am asking here for anyway to
expire the url path in apache tomcat using filters

like:

  <init-param>
     <param-name>ExpiresByType image</param-name>
     <param-value>access plus 2 minutes</param-value>
  </init-param>
  <init-param>

But it expires image & after 2 minutes, I need to expires some url pattern after 2 access.

Thank you again for spending your time in this.

Regards,
Rathinasamy.


What happens if the download is interrupted?

-Terence Bandoian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to