I need to have HTML output from JSP page stored in a file.
There are 2 different requests requiring output from the the same JSP page.
First is regular one
RequestDispatcher rd = req.getRequestDispatcher("foo.jsp");
rd.forward(req, res);
The second one has to forward "foo.jsp", I mean HTML output of "foo.jsp", to a
file.
I've heard WebSphere has some implementation of response object allowing to do
it.
Something like that in Orion ?
Any hints would be greatly appreciated.
Thanks
~boris
- RE: Anyone using Orion/Apache w/ many virt. hosts? Mike Cannon-Brookes
- Re: Anyone using Orion/Apache w/ many virt. hosts... Dale M. Boresz
- Re: Anyone using Orion/Apache w/ many virt. h... Robert Krueger
- Re: Anyone using Orion/Apache w/ many vir... Dale M. Boresz
- Re: Anyone using Orion/Apache w/ many... Robert Krueger
- RE: Anyone using Orion/Apache w/ many vir... Mike Cannon-Brookes
- RE: Anyone using Orion/Apache w/ many virt. hosts? Magnus Rydin
- RE: Anyone using Orion/Apache w/ many virt. hosts... Robert Krueger
- RE: Anyone using Orion/Apache w/ many virt. hosts? devendra orion
- RE: Anyone using Orion/Apache w/ many virt. hosts... Mike Cannon-Brookes
- Boris Erukhimov
