Hi It is possible to directly modify the default.psml file in <jetspeed_home>\WEB-INF\psml\anon\html\en and define new portletrs there.
thanks M. Necati Aysan default.psml <?xml version="1.0" encoding="iso-8859-1"?> <portlets xmlns="http://xml.apache.org/jetspeed/2000/psml"> <control name="TabControl"/> <controller name="CardPortletController"> <parameter name="parameter" value="pane"/> </controller> <skin name="orange-grey"/> <portlets> <controller name="RowController"> <parameter name="sizes" value="10%,60%,30%"/> </controller> <metainfo> <title>Home Page</title> </metainfo> <portlets> <control name="ClearPortletControl"/> </portlets> <portlets> <entry parent="Welcome"/> </portlets> <portlets> <controller name="ColumnController"/> </portlets> </portlets> </portlets> ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 9:55 AM Subject: Home Page Customization > > I've install Jetspeed this morning and it looks pretty good! Nice > work! > > I do have a really basic question that I can't seem to find in the > archives, etc. How to customize that first Jetspeed page? And by > that page, I mean the one that comes up with the URL > http://myhost:8080/jetspeed/. The doc says: > > "The default home page is stored in the > <jetspeed_home>/WEB-INF/psml/anon directory. Currently this is not > directly configurable with the customizer. A suggested procedure is to > create a HomePageUser, do the desired configuration as that user, then > copy the resulting files to the default home page." > > Ok, did that. No change. > > Yes, I have deleted the war file. I've also created users and edited > other pages with no trouble. But this first "hello it's working" page > I can't seem to change. > > How? > > Thanks. > > > --- > Jeff Sexton > ODS Health Plans > [EMAIL PROTECTED] > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
