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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -