sachin hadawale

Greenhorn
+ Follow
since Jun 11, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sachin hadawale

Hi nena,

you can refer below link. I was also facing somewhat similar problem. I got the solution which is working proper. might it will help you also...

https://coderanch.com/t/583693/BEA-Weblogic/sendRedirect-request-dispatcher-not-working


Sachin Hadawale
11 years ago
JSF
Hi Aniruddha,

Due to some priority work i was unable to post the solution in brief. I can understand the posting "its working fine" doesn't make any sense. but that time i was really helpless. So now i am explaining in depth.

Issue :
1. I was using Oracle Http Server as a webserver and Weblogic as application server. When i was accessing application using http port of webserver then sendRedirect was working properly. But if I use https port of webserver to access application then code for sendRedirect was not working. Therefore i was unable to navigate in application.
2. Https request becomes Http --> Another issue was when I was accessing application using Https, i was getting login page of application. when i was trying to login to application, https url was becoming http as i was using sendRedirect in login page for jumping to next page. Therefore I was unable to login.


Solution :
To fix this Issues please follow the below steps

1. Login to Weblogic Console
2. In the Environment tab, click 'Servers'
3. Click on Adminserver - in the Configuration, General - go to Advanced section
4. Check the checkbox with the text 'WebLogic Plug-In Enabled'
5. Check the checkbox with the text 'Client Cert Proxy Enabled'
6. Save the changes and restart WebLogic Server

I hope this will help.

Thanks
Sachin Hadawale
11 years ago
I got the solution for this issue. Now sendRedirect is working properly.
11 years ago
Hi All,

I am facing issue with oracle weblogic 10.3.5.0 version for sendRedirect and request dispatcher. This is not working at all in my application.
Have anybody face this issue before ? Requesting your help for solving this issue.

Thanks in advance
Sachin Hadawale
11 years ago