How to deploy .EAR Application from JDeveloper to Weblogic Domain directly from Oracle JDeveloper

StackOverflow https://stackoverflow.com/questions/19962820

Pregunta

I have a JDeveloper Project that is in .ear file. I loaded it into JDeveloper as new application and I can see the whole project. I also have a weblogic domain where this application files in .WAR and .ear are deployed. The application is up and running ok.

What I want is to be able to deploy the project directly from the JDeveloper.

How can I do this?

I already tried to deploy the application (Deploy to Application Server) -> Created a new Application Server (Connection was a success) -> Deploy to selected instances in the Domain (Selected the server where the application is deployed - NOT the Admin Server) and Deploy as a Standalone Application.

I don't know if the previous steps were correct and neither if this is the correct way to do what I want to achieve.

¿Fue útil?

Solución

See this video - http://www.youtube.com/watch?v=xKeDZ8_0BlQ Define a connection to your application server, and then use the application->deploy option to deploy your application.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top