When I try running an application using the WebLogic 11g 10.3.5 server, it shows that \"The server does not support开发者_运维问答 version 3.0 of the J2EE Web module specification.\"
I am flying blind and could use some help. I am a long time windows web developer/web admin and I have inherited a WebLogic 11g/RHEL5 box. I\'m trying to figure out where the website files might be.
I am porting a Java EE application from Oracle 10g Application Server to Oracle 11g Weblogic Server. I have a common.jar which contains Connection related classes and present inside war/web-inf/lib.
I use Java Embedding in Bpel in order to invoke shell commands. Tool used is Jdeveloper 11.1.1.4.0. The problem is that code is compiled OK on IDE, but when deploying to Weblogic it fails with error:
I am new to weblogic and I would like to find out how my files are arrange in Weblogic? I have used only Tomcat and this is the first time where I will deploy in a Weblogic Server.
How does WebLogic 11g load libraries in an EAR file? I have this problem with a web application, that when deployed as a WAR (with libraries it depends on in WEB-INF/lib), it works just fine. However,
Am researching the best way to load external properties files from and EJB 3 app whose EAR file is deployed to WebLogic.
I deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext();
I need to deploy a web applicataion as an exploded archive (instead of .war) due to some legac开发者_运维百科y servlet path location code used in it (ServletContext.getRealPath()). I only have web-bas
I have the Oracle client, weblogic and the SOA suite 11g installed on a Win 7 machine. The Oracle DB is on a server 2008.