Questions tagged [oc4j]

OC4J is the Oracle Application Server (Oracle Container 4 Java, formerly Orion), up to Oracle 10g.

Oracle Corporation refers to its implementation of the Java EE specification as Oracle Containers for J2EE and abbreviates the concept as OC4J. OC4J, originally based on the IronFlare Orion Application Server, has developed solely under Oracle's control since Oracle Corporation acquired the source code.

OC4J includes the following servers:
- Web Container
- Enterprise JavaBean Container
- JMS Server

Since the BEA purchase by Oracle, it has been replaced in 11g by WebLogic.

168 questions
0
votes
1 answer

JSP compilation errors on oc4j 10.1.3.4.0

I have two web apps, App A and App B. On my local standalone OC4J, both work fine. When I deploy them to a remote OC4J (not the standalone version), App A works fine but for App B I get JSP compilation errors for every single JSP I try and display.…
Gary Kephart
  • 4,540
  • 5
  • 38
  • 50
0
votes
1 answer

Memory Setting for OC4J in Eclipse

I've looked on the web for a while and can't seem to find the setting to increase the memory allocated to OC4J when launching from Eclipse. Does anyone know where the setting is? Thanks.
Andrew Hampton
  • 1,510
  • 3
  • 18
  • 29
0
votes
0 answers

How to override\change HttpSession timeout in OC4J 10g (10.1.3.5.0)

In my WAR's web.xml, I added the following XML tags: 1 Although I've done that, the session doesn't timeout after 1 minute. I registered a HttpSessionListener to monitor the…
Muhammad Gelbana
  • 3,640
  • 3
  • 34
  • 76
0
votes
1 answer

Oracle Application Server 10.1.3

How do we secure OAS administration em console and not expose it to the outside world. Or in other words how do we hide certain pages from displaying. Something like it should be accessible only by localhost and not by the domain name or the…
user275705
  • 105
  • 1
  • 2
  • 8
0
votes
1 answer

Bad version number in .class file. on embedded oc4j in Jdev 10.1.3.4.0

I'm converting a project from running in Netbeans on tomcat to running in jdeveloper on the embedded tomcat. But I've run into this error: oracle.classloader.util.AnnotatedClassFormatError: Bad version number in .class file I have read that it'd be…
Anders Metnik
  • 5,518
  • 7
  • 32
  • 69
0
votes
2 answers

JDBC Thin layer encryption in Application Servers Data Sources

I came across an interesting article which shows how we can transparently encrypt jdbc connections using java thin client. http://javasight.wordpress.com/2008/08/29/network-data-encryption-and-integrity-for-thin-jdbc-clients/ However I want to know…
Harsh kapadia
0
votes
1 answer

Grails - Layout is not getting applied after deploying to OC4J container

i am using grails 1.3.7. below is the snip of how i am applying the customized layout to my pages. it…
Ahsan Shah
  • 3,575
  • 1
  • 27
  • 44
0
votes
1 answer

What is the business benefit for Oracle Weblogic Server over OC4J?

Apart from Technology support , what are all the business benefits for oracle web logic server. For example in area of security,support etc. What are all the new features supported by weblogic ?
Kalpana
  • 471
  • 1
  • 7
  • 20
0
votes
0 answers

OC4J and Weblogic WNA and Form Authentication

Currently in one of our customer's environment we have our applications running on both OC4J (10g) and Weblogic (10.3.6). Both applications are using basic Form Authentication to the DataBase. Our Java environment is still on 1.4 for OC4J and 1.6…
Alvin Sim
  • 328
  • 1
  • 7
  • 21
0
votes
1 answer

Strange messages in OC4J log

I was debugging a simple Java EE application and suddenly I spotted this on the log. It's a Struts 1 application running on an embedded OC4J that is included in JDeveloper 9.0.5.2 Apparently tfd.com is another domain for thefreedictionary.com but…
Jorge Mendoza
  • 45
  • 3
  • 6
0
votes
1 answer

Is it possible to determine if webservices are being used?

There is an old OC4J server where 200+ web services are deployed. Now all have been ported to weblogic. The question is whether can I check if anyone is still accessing the webservices deployed in oc4j. Can't rely on app logs as this is quite old…
0
votes
1 answer

oc4j jstl db connectivity problem

I have OAS version 10.1.3.3 and the applciation that uses jstl 1.1. in tomcat (where it works fine) does nto work fine in OAS. To use jstl 1.2 requires jsp 2.1 and servlet 2.5. Does OAS 10.1.3.3 support this? I tried to find online for this…
user228437
0
votes
1 answer

Oracle Forms Issue. Webpage cannot be found

I'm trying to develop a program using Oracle Forms that would allow me to check/insert data into my database. First thing I do is I open up XAAMP and start up Apache and MySQL. The second thing I do is I open up cmd, locate the oc4j.jar's directory…
user3154699
  • 67
  • 3
  • 11
0
votes
1 answer

Starting oc4j and oracle using rc start script

I am having a problem with a couple of my linux boot scripts, specifically the ones that start up my Oracle 10g database and my oc4j container. I have used chkconfig to tell Linux to start the database before the container, however, it seems that…
El Guapo
  • 5,253
  • 7
  • 51
  • 78
0
votes
3 answers

OC4J Problem: global-web-application.xml Works, orion-web.xml Doesn't

I recently "solved" a somewhat common problem in OC4J regarding the use of Xerces rather than OC4J's built-in parser. The problem was solved by adding this line to global-web-application.xml:
Jason
  • 3,634
  • 11
  • 58
  • 92