I am using a JSP to invoke a DCT using Open Window. The DCT has CGI callout to another JSP. The application server
is weblogic.
In the iw.cfg file
[iwproxy_external_remap]
_regex=^/sales_and_marketing/WORKAREA/wa/cma/(.*)$=
http://10.79.2.198:7501/cma/$1The DCT CGI URL is ==>
http://10.185.6.96/sales_and_marketing/WORKAREA/wa/cma/BzptCmaApiObjectRead.jsp The very first time I click on the CGI Button is not able to invoke the second JSP "BzptCmaApiObjectRead.jsp"
Looking at the access_log in team site I see the error ==>
10.72.145.120 - - [05/Jun/2003:19:22:33 -0500] "POST /sales_and_marketing/WORKAREA/wa/cma/BzptCmaApiObjectRead.jsp HTTP/1.1" 200 2410
10.72.145.120 - - [05/Jun/2003:19:22:33 -0500] "POST /cma/cmaCommonSessionInitializer.do;jsessionid=2feadp7V5L1SATUgk3X1zU5V6YTYtCcSI5ME2ABD4wCF0Euc0VRY!-1886118648 HTTP/1.1" 302 5
10.72.145.120 - - [05/Jun/2003:19:22:33 -0500] "GET /sales_and_marketing/WORKAREA/wa/cma/cmaCommonSessionInitializer.do%3Bjsessionid%3D2feadp7V5L1SATUgk3X1zU5V6YTYtCcSI5ME2ABD4wCF0Euc0VRY%21-1886118648 HTTP/1.1" 404 1278
The jsessionID is coming from the cookie weblogic's cookie of the child window
If I click the CGI Button the second time it works
fine
The access_log displays
10.72.145.120 - - [05/Jun/2003:19:25:06 -0500] "POST /sales_and_marketing/WORKAREA/wa/cma/BzptCmaApiObjectRead.jsp HTTP/1.1" 200 2334
10.72.145.120 - - [05/Jun/2003:19:25:06 -0500] "POST /cma/cmaCommonSessionInitializer.do HTTP/1.1" 302 5
10.72.145.120 - - [05/Jun/2003:19:25:06 -0500] "GET /sales_and_marketing/WORKAREA/wa/cma/cmaCommonSessionInitializer.do HTTP/1.1" 200 6643
Please let me know if there is a solution for this
Edited by skd1 on 06/05/03 06:55 PM (server time).