| Author |
Save jsp page
|
alessandro bresolin
Greenhorn
Joined: Jun 07, 2012
Posts: 3
|
|
Hello,
i have a jsp page and its content comes from database dynamically. I need to automatically save the displayed page as html file to a folder in my server every time the page is loaded.
Can anyone help me?
Thanks
|
 |
Pongsakorn Semsuwan
Ranch Hand
Joined: May 15, 2011
Posts: 34
|
|
How about having AJAX call when page is loaded.
Send the entire content as a parameter.
Have Servlet write it to file.
|
A web application developer wannabe from Thailand
My StartUp : http://www.dreamlog.co
Blog : http://pongsakornsemsuwan.wordpress.com
|
 |
alessandro bresolin
Greenhorn
Joined: Jun 07, 2012
Posts: 3
|
|
|
Ok, thank you!
|
 |
 |
|
|
subject: Save jsp page
|
|
|