Hi, The error message looks like a deployment problem. The Jetspeed Container Servlet must be defined in the web.xml of each portlet web application. With installer or deployment onto /jetspeed/WEB-INF/deploy/ folder, the servlet is automatically added. However, without those options, you need to add the servlet with the context name and the mapping by yourself. Please have a look at the following documentation. Refer to the "Infusing Jetspeed Servlet in your Application" section.
http://portals.apache.org/jetspeed-2/deployguide/guide-tomcat.html Kind regards, Woonsan --- On Mon, 2/22/10, curro <[email protected]> wrote: > From: curro <[email protected]> > Subject: The requested resource (/container) is not available > To: [email protected] > Date: Monday, February 22, 2010, 10:09 AM > Hi all, > > > > First, excuseme for my poor English. > > > > I have a problem with Jetspeed 2.2.0. I develop an > application using > Jetspeed 2.2.0 and I have some portlets. It works fine. But > now I deploy my > application in an environment with a virtual path (Apache + > mod_jk + Jboss) > and no works. Without The Virtual Host, works fine. > > > > <VirtualHost *:80> > > ServerAdmin [email protected] > > ServerName des-portal.interportal.es > > > > JkMount /* worker1 > > > > <Directory > C:/JBOSS2/jboss-4.0.5.GA/server/default/deploy/e060.war/> > > Order deny,allow > > Allow from all > > </Directory> > > </VirtualHost> > > > > The portal (portal.war) works, but the portlets > (portal-pa.war) not works. > Give me the error: "The requested resource (/container) is > not available". > > > > I think is a problem with a mi web xml, but I don't > understand why before > works and now not works. > > > > Can someone help me? > > > > Thanks a lot > > Francisco Rosado > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
