well, I've read the HTML page using JAVA.io operations and showing it on my webpage.
now this HTML page has relative paths for images and css (Since the user is uploading standalone zip file) the are not aware of the system location also that location can't be access via URL.
example index.html has <img>
so here just to re-iterate,
A stand alone version of a zip file is uploaded, and it being saved to the servers @ remote location,
I've to now show this standalone version, via an accessible URL, to do so 1st part of showing the index.html file, its absolutely working fine via Java.io operations however its relative paths which is the issue here.
Hopefully I've given enough insights, do let me know if you need further clarifications..