Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Deploy apps to separate Server instances with DeploymentManager

Matt,
Sure you've got 2 DeploymentManagers, each of which is added as a bean to a different Server instance, and each of which is configured with a different ContextCollection? Can you post your xml config files?

Jan

On 17 October 2011 19:44, Matt Jurik <exabytes18@xxxxxxxxx> wrote:
Hello,

I'm looking to do what's outlined in the following link, but I'm experiencing trouble. http://wiki.eclipse.org/Jetty/Howto/WebappPerConnector

The example configuration provided simply doesn't work, even after adding the missing tags to the xml.

As it stands, I have two separate xml files which successfully create two server instances (same JVM). However, I can't seem to control which server a WAR gets deployed to. If I add an AppProvider through the DeploymentManager in my second server xml config file, the App ends up getting deployed to the first server.

Everything works fine if I use ContextDeployer, but it's my understanding that it's deprecated.

I'm using v8.0.3 from the eclipse site, if it matters. Any pointers would be appreciated.

Thanks!

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top