Di Dong

Greenhorn
+ Follow
since Sep 12, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Di Dong

I Appreciate the reply.

Currently, is there any application server that supports the tag?

Thanks.
19 years ago
'service-ref' in web.xml is not recognized by the deployment tools.

I write the web.xml and put the element <service-ref>, and when deploy the war file, the OC4J deployer doesn't recognize the tag, what is the problem?

Thanks.
19 years ago
Thanks.

The war file created by 'jwsdp1.4\jaxrpc\bin\wsdeploy' is OK if put under webapps of tomcat. But when deploy to OC4J 10g the warnning is:
-------------------------------------------------------------------------
02/10/19 22:37:50 Notification ==> Application Deployer for HelloWS COMPLETES
[ 2002-10-19T22:37:50.889EDT ]
Oct 19, 2002 10:37:52 PM com.sun.xml.rpc.server.http.JAXRPCServletDelegate init
INFO: JAXRPCSERVLET14: JAX-RPC servlet initializing
Oct 19, 2002 10:37:52 PM com.sun.xml.rpc.server.http.JAXRPCServletDelegate warnMissingContextInformation
WARNING: JAXRPCSERVLET16: missing context information
Oct 19, 2002 10:37:52 PM com.sun.xml.rpc.server.http.JAXRPCContextListener contextInitialized
INFO: JAXRPCSERVLET12: JAX-RPC context listener initializing
---------------------------------------------------------------------------

Running stub client doesn't work.

Helpppppppppppppppppppppppppppppppppp
19 years ago
I use "wsdeploy" to generate the war file and deploy to OC4J 10g, it looks like deployed, but the console warning says: No Context info."; When I run client test, the error says: "No Portinfo".

What does that mean? Is there anybody ever successfully deploy the war file?

I Appreciate your help.
19 years ago
You can use wlclient.jar and wljmsclient.jar to replace weblogic.jar to load to Oracle. The size is perfect.

If you really need to load the weblogic.jar to oracle, you need to prepare:

1. a larg size of java pool.
2. Enough space for your schema datafile.
3. The DBA role for the loader.
4. modify the loadjava.bat, the last line need to be:

"C:\Program Files\Oracle\jre\1.3.1\bin\java" -Xms100M -Xmx200M %javaprops% -classpath %jreclasspath% oracle.aurora.server.tools.loadjava.LoadJavaMain %args%
if "%OS%" == "Windows_NT" endlocal

You need 15 minutes around to load the whole jar file into your schema.

Good Luck.
19 years ago
Is that required to load weblogic.jar into the database?
So, to clear the error I need to know why you need weblogic.jar?
19 years ago