This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Portals and Portlets and the fly likes Multiple instances of Weblogic Server possible Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Multiple instances of Weblogic Server possible" Watch "Multiple instances of Weblogic Server possible" New topic
Author

Multiple instances of Weblogic Server possible

Manoj Paul
Ranch Hand

Joined: Jan 18, 2007
Posts: 109
Hi All,

I am working on Web-logic 11g. In a remote system there is one instance of Web-logic server present but two different individuals can login using there user credentials and run the application simultaneously (note: same server but different workspace). There's no problem running the application. But the problem arise when one of the user puts a debug point and the other has to wait till the debug point get executed. I guess the problem is because of the same server being used. I was wondering is it possible to create different instances of the server so that debugging can be done simultaneously without anyone waiting for the other.

Thanks,
Manoj Paul
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Multiple instances of Weblogic Server possible
 
Similar Threads
Multiple application servers on Express 5.1
Jboss multiple war files deployment
Dual Session management using weblogic application server.
Servlets in multiple JVMs sharing one App log file?
Several Tomcat instances on one machine??