Apache server jsp support
843838Aug 23 2005 — edited Aug 23 2005I have written an application in jsp using JDeveloper (oracle suite). I tested the project using the embedded OC4J server and everything works fine. But after deploying it to an apache server I face two problems:
1. Method Not Allowed The requested method POST is not allowed for the URL /afterlogin.jsp.
2. It seems that the jsp pages are not compiled and I only see the HTML content of the pages.