Hello,

 

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

Reply via email to