On 2/8/06, Ate Douma <[EMAIL PROTECTED]> wrote: > > Raj Saini wrote: > > On 2/8/06, Aaron Evans <[EMAIL PROTECTED]> wrote: > > > >>It has been sooooo long since I set up my web application with my > portlet > >>app, > >>that I have forgotten exactly what is required in its configuration. > >> > >>So here are some questions: > >> > >>1. I have the the JetspeedContainer and the URI pattern /container/* > >>mapped > >>to it in my web.xml. However, I cannot find any documentation anymore > >>that > >>indicates I need to do this (for example, it is not needed for "the > >>simplest > >>portlet"). > >> > >>Is this something old that I can now get rid of? > > > > > > > > > > You need JetspeedContainerServlet and its mapping in your web.xml if you > > dont drop your .war in jetspeed deploy folder. Jetspeed deploy folder > will > > add servlet and its mapping into web.xml when it deploys the wars. > And provides the portlet.tld if it isn't present yet.
I think portlet.tld is always available in the Portlet specs R I i.e. pluto library. I don't configure my tlds in web.xml (for tomcat 5.5 which implements Servlet API 2.4). You can also do this (infusion as we call it) off line using the deploy > tools: > > http://portals.apache.org/jetspeed-2/multiproject/jetspeed-deploy-tools/deploy-tools.html > > > > > If you deploy your portlets as directory (expanded wars) you will need > to > > add JetspeedContainerServlets and its mapping in your web.xml file. > > > > > Regards, > > > > Raj > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
