• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jetspeed 2 -- The requested resource (/container) is not available

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 admin@060.es
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
 
I like tacos! And this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic