Oracle ADF - Tomcat 6.x - MySql 5.5 - Navigation Is Not Happening - mysql

We developed a Oracle ADF web app using
jDeveloper 11.1.2.4
MySql 5.5
We successfully deployed our application onto Tomcat 6.x. But our problem is page navigation is not happening on tomcat server. We have first.jsf in that we have a button when ever I press this button I should get second.jsf, But am not getting. We checked our application on Integrated WLS it is working fine(Page Navigation is happening).
Please help us.
Thanks In Advance.

What's the URL that you are using to call the page?
It is has .jspx or .jsf at the end, try the same URL without that extension - so just http://...../first

A while ago I was experimenting something similar on Tomcat. To be honest, I can't point you the exact solution because I am not in front of the computer right now , but try to test navigation using fragments, not pages. Also, you may try navigation using facelets vs one using jsp. I remember one of these combinations was working.

Related

HTML frames problem with a grafana dashboard

I need help to complete one of my projects where I have had a problem for over 6 months.
A summary of the project and the problem :
It is a display server with a Raspberry Pi 4 card. I want to display two pages of HTML on one screen. The first page is a PRTG supervision card in HTTPS. The second one is a dashboard Grafana in HTTP. To do this, I decided to use a frames HTML with the two links. But for the Grafana dashboard, Firefox returns me an error "Firefox cannot open this page" and the second page works normally.
Things I've already tried :
Use X-Frames options in the Grafana settings and the apache server.
Change the links in HTTPS with the SSL certificates.
I hope I have been as understanding as possible and that you can help me with this project.
Thank you in advance.

AEM- I"m trying creating page on AEM after going WKND Site > US > en,below interface is loading. what to do?

enter image description here
enter image description here
AEM- I"m trying creating page on AEM after going WKND Site > US > en,below interface is loading. what to do?
Your OTB clientlibs are not loading on your browser.
Are you running IE? If yes, switch to Chrome or Firefox. IE is dead.
Do you have your application installed or this is simply vanilla AEM instance? If this is vanilla AEM instance and NO custom application, its not worth to troubleshoot. Simply thrash the AEM server and recreate a new server. Meaning stop AEM instance, delete crx-quickstart folder and double click run the aem jar again.
Please add more context to your question. Add console errors you get and steps to replicate this issue. Also unusual server error log if any.

Angular 8 Route Refresh gives 404 on Deployment Server

i am developing the application using Angular 8. I am facing an issue on the deployment server. When i make a build and deploy it to the server. If i go through its index point then its working fine but if i refresh any route then its giving me 404 error. kindly suggest me the best solution.
I implemented the hash strategy too on my local and checked on iis windows its working fine but i need some other method so that url will not look ugly. In this strategy a hash always would be there in the url.
So please tell is there any other way to do it.. without showing # in url..
Please experts help me to fix this as like angular.io because on that if you refresh any route then its work good without hashing strategy...
I usually use hash strategy but, as I know it is possibile to configure your server (for example via .htaccess file) in order to configure your routing. I don't know how by the way.

AM Slider extension magento

i am using luxury magento theme, magento version is 1.9.0.1,all features are working fine only AM slider extension not working when i click manage slider tab it show empty page. kindly help.
After checking your logs it looks like you need PDO on your server.
extension=pdo.so extension=pdo_mysql.so
Ask hosting company or try to turn on this for your own.
Second thing that help is to apllay patches from Magento 1.9.2 directory that you have.
Its work I cheked !

Accessing the dashboard in blogengine.net tries to download cshtml file instead of loading the page

I have recently installed the blogengine.net application on both my local test server and my live web server. They are both Windows Server 2003 with IIS6. The application works fine on my local test server but it works partially on the live server. When I try to access the dashboard in the settings section, instead of loading the page, the browser tries to download the page. And when I click on themes (another cshtml page) I get a lot of strange text starting with #using BlogEngine.Core.Packaging #{ Page.Title = Resources.labels.themes;.....etc
I have been googling a lot but most answers seem to focus on IIS7 and the ones that seemed to apply for IIS6 did not seem to apply since they mentioned checking for missing DLLs (which isn't the case since the bin folder contains the exact same files as the one in the working server).
Things I have tried:
1) Resintalling the blog engine
2) Install MVC 3
3) Adding a mime type "text/html" to the ".cshtml" extension under the HTTP Headers tab in the web site properties (in IIS6)
4) Adding a dedicated application pool for the website
Some of the suggestions I found suggested that I should set the application pool to use .Net 4, but I don't know how to set that in IIS6 (unlike IIS7.5) and I set the asp.net setting in the website properties to 4.
Any help or pointers would be greatly appreciated.
Thanks!
OK. It appears that the problem has now been solved. For the benefit of other people having the same problem, here is how to do it:
1) In IIS Manager, go to website > properties > Home Directory > Configuration
2) Add two application extensions for .cshtml and .cshtm, setting both to:
executable = c:\windows\microsoft.net\framework\v4.0.30319\aspnet_isapi.dll
limit to = GET,HEAD,POST,DEBUG
Note that after doing this I was still having the problems with the browser trying to download the files rather then loading the pages. This was solved by clearing the browser cache (was using Chrome).