Beginner's question: How to run jsp on Oracle HTTP Server?
532389Sep 7 2006 — edited Sep 7 2006I installed following (on Windows XP Pro OS):
- Oracle Database 10g Release 2 (10.2.0.1.0)
- Oracle Database 10g Companion CD Release 2 (10.2.0.1.0)
- Oracle JDeveloper 10g Studio (10.1.3)
I developed very simple jsp application (myapp.jsp) in JDeveloper. It runs OK in Jdeveloper. Then I copied jsp files into C:\oracle\product\10.2.0\db\Apache\Apache\htdocs directory. If I run this jsp on web browser: http://mycomp:7777/myapp.jsp , only HTML is executed (I can see jsp code in source code). What should I do?
Thanks.