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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top