1. Weblogic 10.3 domain unpacking problem stackoverflow.comI'm trying to unpack a Weblogic 10.3 domain on one of our production servers (SunOS 5.10), but get the following error:
|
2. Access file in weblogic server stackoverflow.comIs 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.comI’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.comI 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.comhi 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.comI 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.comI 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:
|
8. JDeveloper 11 with Integrated Weblogic Server - Run application NOT on Default Domain stackoverflow.comI 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.comIs 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.comI 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.comI 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.comHi 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. * ... |