Top "Weblogic" questions

WebLogic Server is a Java EE application server from Oracle.

Optimal number of connections in connection pool

Currently we are using 4 cpu windows box with 8gb RAM with MySQL 5.x installed on same box. We are using …

java mysql performance weblogic connection-pooling
Best way to set environmental variables in WebLogic startup

In Oracle WebLogic, what is the best way to set an environmental variable so that it can be accessed by …

java weblogic environment-variables startup
Where is WebLogic Jar containing javax.servlet in 10.3?

I am trying to configure my path to include javax.servlet with WebLogic. WebLogic has split out the Jar files, …

java servlets weblogic weblogic-10.x
BEA-141297 - Could not get the server file lock

Following error is encountered when trying to start Oracle Weblogic Server: <Info> <Management> <BEA-141297> &…

oracle server locking weblogic
NameNotFoundException when calling a EJB in Weblogic 10.3

I have a EJB defined as this: package com.foo; @Stateless (mappedName="HelloWorld") public class HelloWorldBean implements HelloWorld, HelloWorldLocal .... When …

java ejb-3.0 weblogic weblogic-10.x stateless-session-bean
difference between TOMCAT server and BEA WEBLOGIC server

What is difference between TOMCAT server and BEA WEBLOGIC server

jakarta-ee tomcat weblogic
What is weblogic.socket.Muxer?

Does any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1? Often in thread dumps I see …

java sockets weblogic weblogic8.x muxer
Unable to access weblogic datasource from java with prefix jdbc/

I have created two datasource in weblogic with below jndi names jdbc/testDatasource testDatasource1 I am able to access datasource …

java jdbc weblogic datasource
Oracle Weblogic adding jars to the classpath?

How do you add jars to the class path for Oracle 10.3.5...As I understood it, there is a bug (or …

java oracle weblogic weblogic11g
Configuring and running integrated weblogic server in jdeveloper

i know this can be very simple but i am not able to do so. I am trying to start …

weblogic jdeveloper