I have the following ant configuration for remote deployment to weblogic. <target name=\"deploy\">
I have a Weblogic instance that starts fine for one user, but when a different user tries to start the same code it fails like this:
I\'m new to both J2EE and WebLogic. I\'d trying to determine the best way to implement a non-distributed cache (one cache per application instance) in a Java Web Services application running on WebLog
I deploy an application on a WebLogic 10.3.2 cluster with two nodes, and a load balancer in front of the cluster.
When using JAX-RS is t开发者_高级运维here a way of getting information about who is calling the webservice? Can we get the ip or url of the calling application? If so how do you do it?
is there a way to lookup an EJB in weblogic if it implements only local interface? If I use this @Remote public interface TestSessionRemote {
I setup weblogic to run on my Mac. I am trying to start weblogic from e开发者_Python百科clipse on port 80 but it doesn\'t start. I can start the server using sudo on a terminal. I am not able to figur
I\'m creating a Java Web Services application. I intend to run multiple instances of WebLogic on each machine in a cluster.
I\'m making a little project with Seam, Hibernate and JSF. This project run on JBoss 5.1. My boss wants to deploy this project on WebLogic. I read on the seam documentation that seam and WebLogic don
I have an entity bean that will represent an expected result over multiple databases/datasources and can also be different queries executed, but same result always comming back. So the bean is re-used