I'm getting this error when deploying application WAR files from my ant build via a task that calls weblogic.Deployer. This is on Windows XP, server is not in Production mode, ... |
just curious to know issues in deploying compiled war with jdk 1.5 and deploying in jdk 1.6 environment (which is weblogic 10gR3)
|
We're deploying the same web application multiple times on the same weblogic domain, for multiple test environments.
Even though we use different servers and ports, we find it convenient to use ... |
I am using the Ant wldeploy task to deploy a war file.
It is working fine, but the war file path in the deployed server is set to something like
servers/myadminservername/upload/mywarfilename/app
Instead, I would ... |
Need urgent help...
I am running a jwsc ant task to generate a war file.
It is working fine for me if I add the weblogic.jar to classpath before running the ant script ... |
I have two war files in my ear.
In JBoss I can restart one web application via jmx-console.
Not whole ear, but only one web application.
Administrative Console from WebLogic allows to restart whole ... |
I am adding a WAR module [my-web-app] to an existing EAR application [my-ear-app] that currently contains EJB modules only. The WAR module is a RESTful app written in Spring MVC 3.0.
The ... |
|
The Weblogic classloader seems to prefer system libraries over the libraries in my war's WEB-INF/lib/.
I've tried setting the following in WEB-INF/weblogic.xml, without success:
<weblogic-web-app>
<container-descriptor>
...
|
I am the beginner on Weblogic. I have the war file made by eclipse in Windows side. How can I deploy this war to Weblogic 10.3.3 on Linux directly? What settings/changes ... |
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), ... |
I am running IntelliJ 10.5 and am runnning into issues setting up an exploded ear that contains an exploded war for Weblogic 10.0
Any references or suggestions on how I could set ... |
I have a servlet that is employing the defaultWM for Weblogic. This servlet in turn calls an ejb. This ejb is associated with a different WM ( WM_EJB ). ... |
|
|
Hi, This is venkat. I have a requirement. I need to deploy a war file onto weblogic server and start that deplyed war application on weblogic, using java. I have explored a lot over the net, but i could not find any solution. Could any one please help me for this. Thanks for your time. Regards Venkat |
|
Okay, so here is what will drive me insane if i didn't get a solution in a matter of minutes.. the situation is I'm using Netbeans 6.1 to create a web application. Now i need to deploy this web application in weblogic 9.2(not bundled with netbeans), for this I need to have a war file(which i suppose I should get when ... |
Hello, I am trying to deploy my WAR (un exploded) on Weblogic 10.3 and getting folowing error "java.lang.IllegalStateException: Cannot set web app root system property when WAR file is not expanded" and when i removed the log4j.properties from WEB-INF the server is started with loads of logs in the console and when I try to get the loghin page I get ... |
|