Hi All,

I have following questions & need help from GURUS in those regards

 

1) I want to deploy & configure Pluto & wsrp4j on jboss 3.2.3,

But I find that “maven build step” required to provide tomcat path & version in file (build.properties).

So please guide me that, how can I accomplish it?

 

2) I also download Pluto build comes with tomcat version & successfully run testsuite portal page.

Now I want to deploy a jsr-168 complaint first.war,

For this I add following lines in portletentityregistry.xml:

 

<?xml version="1.0" encoding="UTF-8"?>
<portlet-entity-registry>
    <application id="first">
        <definition-id>first</definition-id>
        <portlet id="firstportlet">
            <definition-id>first.FirstPortlet</definition-id>
        </portlet>
    </application>
</portlet-entity-registry>

 

 

 And update my pageregistry.xml:

 

<?xml version="1.0"?>
<portal>
    <fragment name="navigation" class="org.apache.pluto.portalImpl.aggregation.navigation.TabNavigation">
    </fragment>
    <fragment name="first" type="page">
        <navigation>
            <title>First Portlet</title>
            <description>...</description>
        </navigation>

 

        <fragment name="row" type="row">
            <fragment name="col1" type="column">
                <fragment name="p1" type="portlet">
                    <property name="portlet" value="first.firstportlet"/>
                </fragment>
            </fragment>
        </fragment>
    </fragment>
</portal>

 

And finally add context path in portletcontexts.txt as follows

/first

 

 

Is I have to run deploy command on maven also, but I can’t see any such files “maven.xml” comes with this Pluto build(tomcat build)?

If I don’t want to use the maven, actually I want to create portlet using a portlet creation tool & than edit portletentityregistry.xml, pageregistry.xml & portletcontexts.txt programattically, so if I want to do all this automatically with out using maven than is there any way to do it?

 

 

Thanks in advance

-Kashif

Reply via email to