java - Struts2 - redirect request to another application - video -


i have struts2 application , need show inside video being showed in web app.

this code shows video. ip not accessible in internet, on server struts app located.

<img src="http://<ip_from_other_server/showvideo"> 

i need action in struts2 can make request , forward response other server. possible?

besides struts solution try setup (apache) proxy, redirect request video server. don't have huge software stack. examples here: apache mod_proxy

but if decide use struts solution, here ideas:

if want, can little bit more in detail.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

android - How to read a column value in parse.com without accessing an object or a pointer -

timer - Java TimerTask cancel -