-
1
- #1
Hi,
I am using Weblogic and want JSP to display reports over web using Crystal reports.
From Crystal reports support I received a reply that asked: Is WebLogic 100% CGI compliant? If so you will have to create a virtual directory called cgi-bin, and also a different one with a different name for your report files.
Copy the wcscgi.exe to the cgi-bin directory and make sure to give both directories execute rights.
Then your URL path should look like
--------
From where can i get this wcscgi.exe the WCS CGI connector for weblogic. I understand that to use cgi under weblogic there is a CGIServlet. But I don't understand how to go further.
Any immediate help will be appreciated.
Thanks in Advance.
I am using Weblogic and want JSP to display reports over web using Crystal reports.
From Crystal reports support I received a reply that asked: Is WebLogic 100% CGI compliant? If so you will have to create a virtual directory called cgi-bin, and also a different one with a different name for your report files.
Copy the wcscgi.exe to the cgi-bin directory and make sure to give both directories execute rights.
Then your URL path should look like
--------
From where can i get this wcscgi.exe the WCS CGI connector for weblogic. I understand that to use cgi under weblogic there is a CGIServlet. But I don't understand how to go further.
Any immediate help will be appreciated.
Thanks in Advance.