Hi,
I have a confusion that need clarification, kindly guide me through :
I have installed Oracle HTTP server :
http://vikrant:7777/
and I also have installed Apache Tomcat server :
http://localhost:7778/
I have used the METHOD=POST, for executing the PSP page as following :
http://sitename/schemaname/procname
on both servers :
http://localhost:7778/pls/show_employees
http://vikrant:7777//pls/show_employees
But on both occasion I got the following error:
For 1st one :
HTTP Status 404 - /pls/show_employees
type Status report
message /pls/show_employees
description The requested resource (/pls/show_employees) is not available.
Apache Tomcat/7.0.22
For 2nd one :
Oops! Google Chrome could not connect to vikrant:7777
My concern is on which server should I execute, and why I'm getting these errors ?
Best Regards,
Vikrant