I am working on deploying a J2ee application that I have previously been deploying in JBOSS into Weblogic 10.3.1.0. I am running into an issue with external properties files. ... |
I am deploying an EAR in a WebLogic node with many jars defined in the bootstrap (startWeblogicServer.bat) class-path. The problem is that my ear and the bootstrap contain different versions ... |
This seems like an elementary question, but I want to make sure that we're doing things right.
We're making webapps using Spring MVC and serving them using WebLogic. Where should jars be ... |
My shop has been running Oracle's Application Server for several years. As such, before we knew better, we have developed a norm of having application config files stored outside of the ... |
I have a rather complex J2EE app I don't have any documentation for and I am trying to get it to run.
I have gotten the ant build script to compile ... |
On WebLogic 10.0 I use the "Shared J2EE Libraries" ( http://download.oracle.com/docs/cd/E11035_01/wls100/programming/libraries.html ) feature of WLS to group some jars which would need to be accessible in multiple ear's. These ... |
I am trying to create and load dynamically classes in weblogic (10.3.2.0). It is ADF application which I deploy to the weblogic server.
When I print
((GenericClassLoader)this.getClass().getClassLoader()).getFinderClassPath()
I see the path to my directory ... |
|
When I run the WLST script .sh script to set the env as follows why can't I see the updated path when I do echo?
[linbox2 bin]$ ./setWLSEnv.sh
CLASSPATH=/directory/ols_wls/patch_wlss1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/directory/ols_wls/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/directory/ols_wls/patch_oepe1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/directory/ols_wls/patch_ocm1031/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/directory/ols_wls/jrockit_160_14_R27.6.5-32/lib/tools.jar:/directory/ols_wls/utils/config/10.3/config-launch.jar:/directory/ols_wls/wlserver_10.3/server/lib/weblogic_sp.jar:/directory/ols_wls/wlserver_10.3/server/lib/weblogic.jar:/directory/ols_wls/modules/features/weblogic.server.modules_10.3.2.0.jar:/directory/ols_wls/wlserver_10.3/server/lib/webservices.jar:/directory/ols_wls/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/directory/ols_wls/modules/net.sf.an |
How can I add the domain root path to the Oracle WebLogic 11g (10.3.2) AdminServer classpath? (Note that I am not running the Node Manager.) Which WebLogic startup script ... |
Weblogic packages rhino classes inside weblogic.jar.
I need newer version of rhino js.jar.
If I just distribute the newer rhino js jar like any other third party jar, it does not get loaded, ... |
Weblogic 10.3.1.0 is using com.bea.core.apache.commons.net_1.0.0.0_1-4-1.jar... I want to use commons-net-2.0.jar from my code.
How can I force it to use the newer JAR in my code only?
|
If I place a file called libA.jar in a classpath folder, and rename the old one to:
libA.jar.old
Will the classloader load the classes?
I'm using weblogic over Solaris 8.
Thank you!
Udo
|
So I have an EAR that contains all of my modules. The shared JARs that are used by all the modules are placed in the default ./lib/ folder of the EAR. ... |
I am running weblogic.appc on my EAR file and get the following error:
weblogic.ejb.container.deployer.DeploymentDescriptorException: [EJB:015025]Unable to load a class specified in your ejb-jar.xml: com.xxx.yyy.FooHome
The com.xxx.yyy.FooHome class is present in a ... |
I'm developing a JavaEE system with several applications on a Weblogic AS (10.3.5) using Eclipse indigo with OEPE plugin. I turned my computer off, turned it back on, started the eclipse, ... |
I am building a war-application for WebLogic.
I have some property files I would like to keep separate from the war-file,
so I can deploy the same war in different environments.
I tried ... |
I have recently begun the process of migrating from MyEclipse to NetBeans, and I've run into a roadblock. I can't find a way to configure the classpath for my WebLogic Server ... |
Hi guys, Did some search on the ranch & google & found that inorder for a class to be unloaded, its ClassLoader must be able to be garbage collected. What I'm trying to do is to unload a class that is on my classpath. So I get class's ClassLoader, set it to null & invoke System.gc(). Tried to load the class ... |
|
|
|