| Author |
Store JSP output in HTML File
|
Chetan Parekh
Ranch Hand
Joined: Sep 16, 2004
Posts: 3636
|
|
I want to store the output generated by JSP in HTML file on server. How can I achieve it?
|
My blood is tested +ve for Java.
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
By using servlet. You can write the complete response to the file, while writing to the client. Or Write an scriptlet in your JSP page which would spit out the html to a file. [ January 23, 2006: Message edited by: Adeel Ansari ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
Or investigate filters and response wrappers. [ January 23, 2006: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Store JSP output in HTML File
|
|
|