How to customize Liberty Profile(8.5.5.5-cl50520150305-2202) Welcome Page? - websphere-liberty

I am required to change and customize the Liberty Profile Welcome page
<httpDispatcher enableWelcomePage="false"/>
I have used above tag to hide it but the page is displaying
Not Found
like this
How can I change the Welcome page?

You can create your own app, create welcome page there and deploy it under / root context. There is no way to customize built in welcome page.

Related

Joomla not showing page names in url bar

So for some reason Joomla is not showing the name of a page on my website.
For example:
My webpage is www.meteordesign.nl and if I go to contact page the url doesn't change to www.meteordesign.nl/contact. It stays on www.meteordesign.nl.
Does anyone know how I can fix this irritating problem?
Please check Global Configuration and check SEO setting and turn on Search Engine Friendly URLs into YES
Here Screen shot

Broadleaf - Extending DemoSite Admin - Add new Menu and Page

I have been looking into Broadleaf since last couple of days. I have managed to run it on local tomcat with MySql. I have extended Entity for my custom requirement following Broadleaf's documentation.
Now I want to add a menu option (in left menu) in admin. I have no clue from where Broadleaf admin site displays the web page. How left menu is displayed ? How data from controller are binding with view ?
For example, if you access product page in broadleaf admin section, then URL will be http://localhost:8081/admin/product/. Following it I managed to know that it calls AdminProductController.java of framework's admin module. I looked at the code of AdminProductController.java but didn't get a clue how data is being forwarded to view. Also didn't find the product jsp/template/html.
I guess admin module is using EntityForm.java for view. If I intend to use simple jstl then is it possible?
My question how easily I can extend admin of Heat Clinic demo site to add new pages, menu items etc? If anyone has customized/extended demosite admin then please suggest.
We have some docs on how to do this at http://www.broadleafcommerce.com/docs/core/current/broadleaf-concepts/admin/admin-custom-controllers. The bottom line here is that if you want to add a new page then you can simply use normal Spring MVC as you would on the frontend. The only difference is that there are some specific ways to place new template files (which is documented on that page).
To answer your question, most URLs in the admin are handled dynamically by the AdminBasicEntityController. Most of the sections are handled generically by this controller but there are still certain instances where we needed to override things specifically, like with AdminProductController.
Also, the admin is built with Thymeleaf and not JSPs so if you want to add more pages they will need to be done with Thymeleaf.

How to remove portal header in websphere portal

Can anyone help me out in this, I have configured and deployed portlet application in my web-sphere portal server successfully .But the portal banner is displaying #Headerpart (shown arrow mark ).
How can i remove the banner.Any suggestions?
That header section is a part of Portal's out of the box theme. You should read the documentation on how to customize the theme. If I'm not mistaken that looks like Portal 7 using the PageBuilder2 theme. This link should help you get started.
Here are the instructions for customizing the navigation: http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=Supplemental+Documentation#action=openDocument&res_title=Customizing_navigation_sdoc&content=pdcontent
Personally, I would remove the nav reference fromt eh theme_en.html file in the static resources. Then I'd create a side nav for the tab menu you want to retain. Here's the instructions for the side nav: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Create_a_basic_side_navigation_for_7.0.0.2
But that's just me, you may find it easier to customize the main nav.

Custom Magento Homepage - Fix Issue

So the previous web developer has customized our Magento v1.4.1 site to use a page called main.php... It bypasses everything else that is set by Magento as far as Magento goes.
I have no way contact the previous developer to ask where this is setup...
We have just installed a new plugin and it has taken over as the homepage.
In Magento Admin > System > Configuration > Web the homepage is set to URL Key "home" ... When I go to that specific page index.php/home, the custom main.php page shows up. Why would a plugin have found it's way to be our homepage?
Thanks! Felt like my previous question didn't give enough details.
"home" is not the normal value, here is what that section should look like:

Custom Joomla Registration Form and Profile

I want to create a custom Joomla registration form and a profile to show the information saved. For this I followed the answer on this thread. I have cloned and changed the files of the user profile plugin. Now the problem is that the edited profile form is not displayed after I have enabled the plugin. I have a login link on my site, which on success redirects to a profile display page after that. When I click edit on the profile display page, the edit profile form is still the same old one and it is located at profile?layout=edit. All it has is:
Name
Username
Password
Confirm Password
Email
Confirm Email
Basic Settings
Why is this not working. The installation was also fine.
Is this even the right way of doing this.
Please help with this. I appreciate all the help. Thanks!
See original Joomla docs on how to add a profile plugin in Joomla 1.6
http://docs.joomla.org/Creating_a_profile_plugin
I ended up going with Community Builder. It has amazing search features.

Resources