Mail Archive Home | exoplatform List | May 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Well, this instructions I found in the Wiki, too.
But that isn't sufficient, I think.
Because for one thing, I still need a portlet.xml - but what do I put into
it? What does eXo expect to be in the portlet.xml?
For another thing, the plugin tried to add some eXo Libraries to my project.
Not sure why. But I suspect that this needs to be done manually, too.
I really hope that someone could help me make my app into a portlet
-----Original Message-----
From: Charly Clairmont [mailto:charly.clairmont@xxxxxxxxx]
Sent: Freitag, 26. Mai 2006 23:34
To: Matthias Klein
Cc: exoplatform@xxxxxxxxxxxxx
Subject: Re: [exoplatform] Turning an JSF-application into a Portlet?
Hi
If you want to deploy manualy your own portlet on ExoPlatform you need to
name your war file and your web application with the same designation. For
example if your web application is "myapp" (in your web.xml file you have
<display-name>myapp</display-name>) you need to name your war file :
myapp.war. Also you lower case.
You have to add this lines in your web.xml file <listener>
<listener-class>
org.exoplatform.services.portletcontainer.impl.servlet.PortletApplicationLis
tener
</listener-class>
</listener>
<servlet>
<servlet-name>PortletWrapper</servlet-name>
<servlet-class>
org.exoplatform.services.portletcontainer.impl.servlet.ServletWrapper
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>PortletWrapper</servlet-name>
<url-pattern>/PortletWrapper</url-pattern>
</servlet-mapping>
I hope this hlep you...
--
Charly CLAIRMONT
________________________________________________________________________
CTO
ALTIC, une ALTernative à votre système d'Information et de Communication
mail : charly.clairmont@xxxxxxxxx mob : +33(0)661736013 tel :
+33(0)870286663 site : www.altic.org
Ce message électronique et tous les fichiers joints ainsi que les
informations contenues dans ce message ( ci après "le message" ), sont
confidentiels et destinés exclusivement à l'usage de la personne à laquelle
ils sont adressés. Si vous avez reçu ce message par erreur, merci de le
renvoyer à son émetteur et de le détruire. Toutes diffusion, publication,
totale ou partielle ou divulgation sous quelque forme que se soit non
expressément autorisées de ce message, sont interdites.
This e-mail, any attachments and the information contained therein ("this
message") are confidential and intended solely for the use of the
addressee(s). If you have received this message in error please send it back
to the sender and delete it. Unauthorized publication, use, dissemination or
disclosure of this message, either in whole or in part is strictly
prohibited.
Le vendredi 26 mai 2006 à 22:51 +0200, Matthias Klein a écrit :
> Hello
>
> I have written a normal web application with MyFaces and would like to
> make it a portlet to deploy in exo now.
>
> How do I do that?
>
> (I have tried the eclipse IDE plugin, but it kept giving me a Null
> Pointer Exception without further explanation so I assume that the
> plugin is buggy)
>
> Consequently I need to do the steps manually. But there is no
> documentation anywhere. What do I have to do?
>
> Thanks
>
> M.
>
>
> pièce jointe document plein texte (message-footer.txt)
> --
> You receive this message as a subscriber of the exoplatform@xxxxxxxxxxxxx
mailing list.
> To unsubscribe: mailto:exoplatform-unsubscribe@xxxxxxxxxxxxx
> For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
> ObjectWeb mailing lists service home page:
> http://www.objectweb.org/wws
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.