I am using JDeveloper with OC4J 9.0.3.0.0. The database is Pointbase and there is no problem with deployment
public class EClient
{
public static void main(String [] args)
{
// EClie...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20586530.html
Zones:
Java,
EJB,
JNDIDate Answered: 11/28/2003 Grade: A Views: 16
Hi,
I have made a small application having three pages,
1.intake.jsp ( it takes in a login name and a password )
2.access.jsp ( supposed to access a stateful session bean and set a value )
3.d...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Q_20670144.ht...
Hello Expert,
We have a Stateless Session Bean deployed in a oc4j server. A function in the bean returns a HashTable. Using traces we found that just before returning from the function, the hash...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/Oracle_I...
I have devloped entity bean and successfullt deployed and tested on my jdeveloper OC4J J2EE container. I am able to deploy it to Oracle9i appserver but when i am running the client for it it gives ...
http://www.experts-exchange.com/Programming/Misc/Q_20849316.html
Hello, People!
I´m using a standalone OC4J installed in my local machine. I am tried to create a virtual directory in it, but i coudn´t. I don´t know what is wrong. I did like an article said to...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/Oracle_I...
Hello Experts,
We are trying to setup OC4J with Sun One Web Server 6 sp2, we were able to find a proxy plugin for that purpose, however, the instructions provided in the manual are insufficien...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/Oracle_I...
We are developing an application using oc4j server.In oc4j server, the output/trace is written to a file called as log4j.log I want to view the details in the command prompt itself where I run the ...
http://www.experts-exchange.com/Programming/Misc/Q_21085599.html
Zones:
ProgrammingDate Answered: 08/09/2004 Grade: A Views: 20
hi
how is the connection pooling occurs in oc4j container;
say if 50 users are accessing my application;
for each user ,one database connection will be taken ;when i start my application w...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21209676.html
Zones:
JavaDate Answered: 11/17/2004 Grade: A Views: 0
hi
How to setup clustering environment in oc4j container?
what xml files should i change
i know Clustering is a group of servers that service the clients, but the client is unaware of presen...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21219758.html
Zones:
JavaDate Answered: 11/24/2004 Grade: A Views: 0
i have deployed two ears in oc4j container in this directory;
C:\OC4J_EXTENDED\j2ee\home\applications..
i want to run both ears on different ports;what changes should i made to oc4j contain...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21391112.html