Question

We use Weblogic 12 in our application and create a custom Weblogic domain in system and deploy application to it.

I know that in Jboss 7.1.1 we can copy application to ./standalone/deployments to deploy the application.

But is it possible to create a domain similar to Weblogic in Jboss, so that application can be started from some other location even though it isn't copied inside ./standalone/deployments?

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top