domain « weblogic « Java Enterprise Q&A





1. Weblogic 10.3 domain unpacking problem    stackoverflow.com

I'm trying to unpack a Weblogic 10.3 domain on one of our production servers (SunOS 5.10), but get the following error:

 $ /opt/bea10/wlserver_10.3/common/bin/unpack.sh -template=/tmp/CM.jar -domain=/opt/bea10/user_projects/CM
 Error: failed to create the temporary ...

2. Access file in weblogic server    stackoverflow.com

Is there a folder in the Domain Directory of Weblogic, where files put inside can be accessed directly from web browser? In other word, I don't have to pack the file ...

3. Organising domain in WebLogic    stackoverflow.com

I’m working with a client that has its WebLogic (version is 11g) domains organised in terms of usegage – so one for production, one for test, one for dev, and all ...

4. Is it ok to copy a domain in weblogic in situations where we need to have the same configuration for dev/testing purposes?    stackoverflow.com

I am aware of weblogic templates, but out of curiosity I wanted to know, Is it ok to copy a domain in weblogic in situations where we need to have the ...

5. How to retrieve weblogic domain home?    stackoverflow.com

hi guys I want to retrieve the name and path of the domain of weblogic from my start up class. how can i achieve this?

6. Set preffered listen address in weblogic 11g    stackoverflow.com

I have a WebLogic 11g domain with 1 admin server and 4 managed servers running on 2 machines. Each machine has 3 ip addresses, but only one of those addresses is ...

7. Domain creation script broken when upgrading 10.3 to 10.3.3    stackoverflow.com

I have a python script which creates a domain in our weblogic installation. When I upgraded to 10.3.3 the script no longer works. I get the following error:

 [exec] 
 [exec] Problem invoking ...

8. JDeveloper 11 with Integrated Weblogic Server - Run application NOT on Default Domain    stackoverflow.com

I am using JDeveloper 11 with Integrated Weblogic Server 10.3. I have two applications,one which runs off the default domain and another which I want to run off another domain. However I ...

9. Path of Weblogic domain directory in a Java app    stackoverflow.com

Is there an easy way of reading the directory path of the Weblogic domain the Java application is running in? I can easily access the name of the server with System.getProperty("weblogic.Name") but ...





10. Starting weblogic domain in 32 bit jdk    stackoverflow.com

I am using weblogic 10.3 on a 64 bit sparc machine. The domains on this installation run on a 64 bit jdk version. I would like to run one domain using ...

11. The Weblogic server shuts down on closing the srcipt window?    stackoverflow.com

I have installed the Fusion SOA 11.1.1.5 on a remote linux (64 bit) machine and successfully started the weblogic server by using the startWeblogic.sh command from the DOMAIN_HOME/ folder (not from ...

12. How to catch root exception thrown by domain runtime MBean Server in Weblogic    coderanch.com

Hi All, I have some java code which initialises a MBean server connection. This code is called by a ant task. The ant task uses parameters like host name, username and password. On executing the ant task with the parameters, I get an exception as shown below: /** * This is the standard ant entry point for task * execution. * ...