Forum Moderators: phranque

Message Too Old, No Replies

iPlanet running Weblogic

Encoding problem

         

tapan nanawati

3:19 am on Dec 3, 2003 (gmt 0)



Hi,
My problem is not exactly the same but quite related.

The problem is encoding problem and not related to servers I think.

I have iPlanet and Weblogic installed. iPlanet is forwarding request to weblogic.

1) From iPlanet server I make a call :-
172.31.235.253 - - [26/Nov/2003:11:26:56 +0900] "GET
/shvn/dfw/INTEAPP/directDerivatives/BankAdminAuditLog.do HTTP/1.1" 200 14149
This call is forwarded to weblogic and I get the page loaded.

In the view source of the page : I see this URL :
<form "action=/shvn/dfw/INTEAPP/directDerivatives/BankAdminAuditLog.do;
jsessionid=1EP150JOqJYdAj8YI80z9tx1CgaD3fJtN8oD15pW92rJbPKW
IngI!490032195!-1407194149!8080!7002" />

2) I have a Run button on the page:-
When I click on Run this is the URL generated in iPlanet server logs (same thing seen in the URL) and the request is forwarded to weblogic.

172.31.235.253 - - [26/Nov/2003:11:28:19 +0900] "POST
/shvn/dfw/INTEAPP/directDerivatives/BankAdminAuditLog.do; jsessionid=1EP150JOqJYdAj8YI80z9tx1CgaD3fJtN8oD15pW92rJbPKW
IngI!490032195!-1407194149!8080!7002
HTTP/1.1" 404 1317

This results in 404 error.

The entry in weblogic access log shows this :-
2003-11-26 02:28:20 0.0060 POST
/directDerivatives/BankAdminAuditLog.do%3bjsessionid% 3d1EP150JOqJYdAj8YI80z9tx1CgaD3fJtN8oD15pW92rJbPKWIngI!490032195!-1407194149!8080!7002
404 1317 172.31.235.215

404 is happening because weblogic is not able to understand the encoded URL : If the request had gone to the browser, it would have understood it: however weblogic cannot understand the encoded URL request.

3) NOW I press browser back and refresh the page :
And after this when I press RUN - I get data from weblogic correctly.

The URL becomes : -
172.31.235.253 - - [26/Nov/2003:11:29:44 +0900] "GET
/shvn/dfw/INTEAPP/directDerivatives/BankAdminAuditLog.do HTTP/1.1" 200 14149


Second time the browser is taking the cookie with it and hence the jsession id doesnt come into picture at all page loads properly.

Please help.
Thanks Very much in Advance.
Tapan

[edited by: DaveAtIFG at 4:54 am (utc) on Dec. 3, 2003]
[edit reason] Fixed sidescrolling [/edit]

DaveAtIFG

5:06 pm on Dec 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hopefully, someone can offer a better suggestion but if not, try Weblogic support [support.bea.com].