Results 1 to 4 of 4

Thread: Using Tomcat-maven plugin in Spring DM Server

  1. #1
    Join Date
    Feb 2010
    Posts
    10

    Default Using Tomcat-maven plugin in Spring DM Server

    Need help with these 2 questions.

    1. Can we to use tomcat-maven plugin to deploy wars directly to Spring DM Server ?

    2. Can we Create OSGi wars and install to Tomcat OSGi Service using tomcat-maven plugin

    Ultimately, I need to automate the process of deploy/undeploy the web apps to Spring DM through a Continuous Integration server.

    I am not sure if there is any other approach you all suggest.

  2. #2
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default

    I don't have experience with that plugin.

    Another approach would be to drive dm Server's JMX interface to deploy/undeploy the WAR files.
    Glyn Normington
    SpringSource

  3. #3
    Join Date
    Feb 2010
    Posts
    10

    Default

    Do we have any sample code for the driver(drive dm Server's JMX interface to deploy/undeploy)?

    I am not sure(yet) if I can integrate this driver into our continuous Integration Server(hudson) without creating a new job that executes after the current one is successful. Any suggestions on this?

    Thanks for all your help
    Last edited by dusovana; Feb 8th, 2010 at 08:57 AM.

  4. #4
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default

    There is no sample code, but the JMX API is documented. See the end of this thread.

    I'm afraid I can't help with Hudson.
    Glyn Normington
    SpringSource

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •