I am upgrading an EJB Webservice running in Weblogic 8.1 environment to Weblogic 10.3. As per weblogic documentation, i converted the EJB bean class to a normal Java class and added annotation to the
I use log4j for logging in my project. Here is it\'s sample setup: public class MyClass { private f开发者_运维问答inal Logger logger = Logger.getLogger(MyClass.class);
I am using weblogic 9.2, jdk1.5, and oracle 10g for my application and getting somememory issues I have a report servlet for 4 different kinds of reports of mi开发者_C百科llions of db records
i m using jdeveloper 11.1.1.3.when i first run a jspx page the server starts and runs and all works very nicely.then i make some changes in my code and run the jspx page again ,this time the server re
Is it possible to run an application 开发者_运维百科on a 64 bit Weblogic 10.3.2 Server instance with a 32 bit JDK?
I\'m writing an app which uses MDBs, EJBs and needs ThreadLocal to pass and log a variable across multiple EJBs and Helper classes until the transaction is complete.
I have setup an app on WebLogic (11g) with OHS as the front end. The app is over SSL. Scenario 1 : I deploy the app on WebLogic, setup OHS as reverse proxy and access it from a browser. Everything i
I\'m running an application on a Weblogic App-Server (10.3.3) on an Oracle database (10g and later on 11g), and 开发者_如何转开发it appears that my application\'s memory isn\'t managed correctly, as a
I\'m using WebLogic 9.2. I found an option in the Admin Server web page to send standard out to the server log files. I would like the same for standard error, but I can\'t find an option for it in th
We are using weblogic 9.2, and its a UI application. How I am running it is - via ant script I am building the complete project & then starting the weblogic.