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. 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
