Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10g Database and JSP Pages

Re: Oracle 10g Database and JSP Pages

From: Fuzzy <fuzzy.greybeard_at_gmail.com>
Date: 10 Oct 2006 19:33:25 -0700
Message-ID: <1160534005.168783.286890@i42g2000cwa.googlegroups.com>

> 1. Is it possible to use the 10g DATABASE embedded web\OC4\J2EE (or
> whatever it is) to run a simple JSP page?

Not legally. The embedded J2EE containers are restricted use specifically for Enterprise Manager and iSQLPlus. Refer to the 'Restricted-Use Licensing' section of Oracle's licensing document (http://download-west.oracle.com/docs/cd/B19306_01/license.102/b14199/editions.htm#BABGIECI)

Besides, trying to add functionality may jeopardize the operation of the existing functions and will likely be cause for concern at upgrade time.

So ... assuming you are doing this for fun, not for profit, you might just as well grab the standalone OC4J and deploy your JSP to that. Deployment is seamless using JDeveloper. Received on Tue Oct 10 2006 - 21:33:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US