| Author |
deploying servlet in portal server
|
|
|
| We are having some Java acript attched to theme which uses AJAX to get some back end data. We developed tghe back end component as servlet and deployed it is WAS. But is there a way we can deploy the servlet in portal server or is it possible for us to ha
ve a portlet that ia accesed not from a portlet but from a theme.
| |
| jtpape 2006-04-27, 8:07 am |
| Portal is just a J2EE application deployed to WebSphere Application Server. You can technically install any J2EE application onto a Portal app server.
Go right ahead, deploy your servlet WAR.
John Pape
IBM WebSphere / WebSphere Portal Specialist
| |
| Brian J. Sayatovic 2006-04-27, 8:07 am |
| When your portlet application is installed to WPS, it's just a WAR. That
WAR still has a normal web context root, so you can still reach your servlet
that way...
http://myserver/MyContext/MyServlet
This is exactly how I've handled AJAX for my portlets...
Regards,
Brian.
"Quint" <sridhar_b@infosys.com> wrote in message
news:1918438823.1145631122702.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
> We are having some Java acript attched to theme which uses AJAX to get
some back end data. We developed tghe back end component as servlet and
deployed it is WAS. But is there a way we can deploy the servlet in portal
server or is it possible for us to have a portlet that ia accesed not from a
portlet but from a theme.
|
|
|
|