I was asked an interview qu开发者_运维百科estion where how can I tell if an image is coming from apache or weblogic. How can I determine if it is not a part of the war file?
I am looking to deploy & configure a Java EE application on weblogic with the following configuration
I\'m writing a WLS开发者_如何学JAVAT script to deploy some WAR\'s and an EAR. However, intermittently, the script will time out because it can\'t seem to get an edit lock (this script is part of a cha
my weblogic.xml looks like this <security-role-assignment> <role-name>employee</role-name>
I am trying get shift based on current time. i have a shift master which have start time to end time. The shift timing are like follo开发者_JS百科ws.
I am trying to add the following in the config.xml of weblogic server under <server> node <ssl>
Just like we can get the domain root directory from weblogic.management.DomainDir String root = DomainDir.getRootDir() ;
I am having problem in calling an remote EJB on another server. The JNDI environment variables seem to be used when spring lookup the EJB home on startup. However, those environment variables seem not
I\'ve a Spring 3.0.3-based EAR+WAR which I\'m deploying to WebLogic 10.3.4.0. I want to be able to see my the various framework Spring Beans at runtime via JMX and ideally in the WebLogic console.(Not
I\'m having a bit of trouble with understanding JMS from a performance perspective. We have this very straightforward code in our application: