Home
TeamSite
How to call a Servlet in Livesite.
atosoriginal
Hi,
Is it possible to use a servlet in livesite . My LS version is 3.0.2.
Thanks in Advance,
Himanshu
Find more posts tagged with
Comments
Migrateduser
Hi
Yes,Its possible to use servlet in your application but in that case you need to
implement various classes of CSSDK library.
Thanks
Prabhat
atosoriginal
Prabhat , Thanks for your reply . Few things I want to know
1)What do you mean by "implement various classes of CSSDK library" ?
2) Can you explain a bit more on this regard ?
It will be helpful, if I can get an example
Thanks in Advance
Himanshu
tec_iwov
what are you trying to do?
What version of livesite?
When you mean call a servlet do you redirect/forward or call the get/post type functions functions?
I assume you mean within an external or controller.
atosoriginal
I want to initialize a velocity template . So want to create a servlet , that will called at the server load to initialize the velocity .
My LS version is 3.0.2 .
I want to create a HttpServlet with get/post method.Not a controller or external
SwitchXMLFiles.zip
tec_iwov
you will need to mod the web.xml to do this.
are your pages going to need to leverage this in some way or are going to run a hybrid container?
is so you will need to modify the iw-preview webapp to plug your servlet into preview.
you might want to confer with support since this is outside of the mormal extensions.