Embedding Pluto 1.1 in Struts App

View: New views
1 Messages — Rating Filter:   Alert me  

Embedding Pluto 1.1 in Struts App

by mmcgovern :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've made some progress towards getting Pluto run within a Struts app.

The container starts up and the JSP tag can render the portlet.

Problem is related to URLs - url patterns for filter and servlets and co-existing with the *.do mappings.

Question: Do I only need the PortletDriverFilter to make this happen?

If so how can the URLs from the portlet be such that the I still get the requests passing thru the Struts servlet? URL pattern matching is very basic so I can't map *.do/* to the PortletDriverFilter.

ANy ideas?

Thanks

Michael