• 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

how to deploy portlet in pluto 1.1?

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I'm trying to deploy a portlet in pluto 1.1 and I do not find how to deploy the WAR.

When I click the Portlet Admin, I get a page like bellow and there is no way to deploy the WAR. Any ideas?

Portlet Applications

/testsuite
TestPortlet1 TestPortlet2
/pluto
AdminPortlet AboutPortlet

Portal Pages

Test Page
/WEB-INF/themes/pluto-default-theme.jsp
Secondary Page
/WEB-INF/themes/pluto-default-theme.jsp
About Pluto
/WEB-INF/themes/pluto-default-theme.jsp
Pluto Admin
/WEB-INF/themes/pluto-default-theme.jsp
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May I ask why you're using Pluto?

JetSpeed2 is a free download, and is a little bit more feature filled. I also run it on a computer with 256 megs of RAM, so it's not that bad a resouce hog.

It may not help you with pluto, but I've got a free tutorial on installing JetSpeed2:

How to Install JetSpeed2 Portal Server with the embedded Derby Database

And from there, I have tutorials on installing JSR168 portlets in JetSpeed:

Deploying JSR168 Portlet Applications to JetSpeed2 Portal Server

The download and installation takes about half an hour at the most. It might be a one step back, two steps forward type of thing.

By the way, I looked at your code from the previous post, and it looked good. Mabye there was something missing in the portlet.xml file? Maybe a tag of some sort?

In that other post where you put your code, shoot your portlet.xml file there as well.

We'll get this working one way or another.

King regards,

-Cameron McKenzie
 
Daniel Amadei
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Cameron,

Thanks a lot for the help!

I'll try to deploy the portlet in Jetspeed 2, using your guides. But I'd like to run it on pluto as I'm reading Steve Hepper's book and it's totally based on pluto.

Thanks again,
Daniel
 
Brace yourself while corporate america tries to sell us its things. Some day they will chill and use tiny ads.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic