08-26-06 12:31 AM
I've been working on a servlet application that we've developed using
Tomcat & Jetty. Now we want to develop some portlets that will
communicate with our servlet. Ideally we would package our portlets &
servlet within a single war and deploy it under Portal and have a
constant url (including context) for the servlet (the url for the
portlets don't matter and can be assigned by Portal). The goal is to
allow non-Portal apps to still communicate with the servlet directly
and have a simple deployment (ie avoid installing apps into Was &
Portal seperately if possible).
I've been searching around the docs and haven't seen info about how to
deploy a servlet within Portal, is this possible?
I've seen the ServletInvoker but we don't want to wrap the servlet
within a portlet. I've also seen the URl Mapping functions within
Portal Admin but this doesn't seem to be useful for what I'm doing.
[ Post a follow-up to this message ]
|