deploy « ear « Java Enterprise Q&A





1. Connection timed out when doing deployment of ear file    stackoverflow.com

I getting the following error: Deploying application in domain failed; Error loading deployment descriptors for jrules-teamserver-SUNAS82 -- Connection timed out ; requested operation cannot be completed Error loading deployment descriptors for jrules-teamserver-SUNAS82 ...

2. Java EAR File Deployment : Could not find physical destination : null    stackoverflow.com

Anyone know what this error message exactly means and how to resolve it?

]: Exception in creating message-driven bean container: [com.sun.enterprise.connectors.ConnectorRuntimeException: Could not find physical destination : null]|#] ...

3. Options to communicate between WARs in the same EAR    stackoverflow.com

What options do you have to communicate between the WARs in an EAR? We have several WARs providing different webservices deployed within one EAR. For their tasks they need to communicate ...

4. J2EE deploy ear with source code    stackoverflow.com

What are the (dis)advantages of deploying ear with source file? Is that the right way to deliver/deploy code ? Apart from making the ear bulky does this have any advantage?

5. Huge EAR deployment    stackoverflow.com

I'm trying to figure out how to deploy a huge (40-50 MB) EAR file to the server through a rather slow VPN connection. The EAR contains EJB and WAR projects created ...

6. How to Deploy Simple Java Projects into EAR?    stackoverflow.com

I am using MyEclipse and I use an Enterprise Application Project (EAP) that automattically deploys my Web and EJB Projects. These projects use some other projects that are just POJOs, "simple" ...

7. Deploying an exploded WAR inside a compressed EAR == not possible?    stackoverflow.com

At the moment I am trying to deploy an exploded war directory in a compressed ear file on a jboss-4.2.3.GA server. But JBoss complains that it can't find the web-app.war file ...

8. Is it possible to configure after-deployment behavior for a WAR (or EAR)?    stackoverflow.com

When I'm deploying a WAR (or EAR) to an application server I have to be sure that the environment (everything around the AS) is ready for my application. Is it possible ...

9. Restricting the location from which WAS deploys the EAR    stackoverflow.com

We have a Websphere Application server 6.1 running in a Linux machine. Many team members have admin access to the server. Often, incorrect EARs have been deployed due to manual error. ...





10. Deploy Ear through Plesk    stackoverflow.com

I just gained access to a Plesk interface to a virtual dedicated server. It says it has Apache server on it. I made a NetBeans project that creates an EAR archive. ...

12. deploying an was 4.0 ear in was 5.0    coderanch.com

Hi , I hope that u can solve my problem. The thing is we developed an ear file in WAS 4.0 .its working fine.now our requirement is deploy that ear file in WAS5.0.but its throwing errors that ejb jar is not found.plz give me the solution. i am waiting for ur kind reply.

14. deploying a ear file and a deployment folder    coderanch.com

hi, In my previous workplace, the ant script will generate a ear file, and we will deploy it into Weblogic. In this new workplace, the ant script actually puts all the class files into a specific folder, and we deploy this folder directly into Weblogic. What is the general difference between the 2? Any major improvement over each other? Thanks for ...

15. problems with deploying an EAR file (Geronimo)    forums.oracle.com

hey guys, i just want to deploy one EAR-File with two different deployment plans. however, i get the following problem, even if i change the groupId, artifactId,... in the environment and in the modules of the deployment plan, when i deploy the EAR with the second deployment plan (after deploying with the first one): "Application cannot be deployed as it contains ...