Results 1 to 4 of 4

Thread: Whats is the easiest server to deploy to?

  1. #1
    Join Date
    Sep 2012
    Posts
    4

    Default Whats is the easiest server to deploy to?

    Hi All,

    Whats is the easiest application server to deploy a spring roo to?

    The company I work for supports jboss 4.2.2, Glassfish 3.1.1 and Tomcat 7

    The glass fish deployment I just tried didn't go so well, JTA / RESOURCE_LOCAL problems.

    Although I can see some way around this problem, I would be happier if can just "mvn package" and be done with it.

    PS;
    I'm using the following jpa setup:

    jpa setup --provider HIBERNATE --database ORACLE --hostName some.server --databaseName MYSID --userName me --password secret

  2. #2
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    163

    Default

    With Tomcat you will have less problems, i think.
    In a lot of applications developed, we have not issues with it.

    Regards !
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

  3. #3
    Join Date
    Sep 2012
    Posts
    4

    Default

    Thanks mmartinez, that sounds good.

    When I deployed my app into Glassfish 3.1 today, it caused our development server to completely crash (tried a couple of times, same result).
    Who knows what the fault is, all I know is my team mates weren't too happy with me

    Our Sys admin says he only prefers we use Glassfish so he doesn't have to deploy the war file for us.

    I don't know Tomcat at all, but I would imagine a developer could deploy their own war file surely??

    Thanks

  4. #4
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    163

    Default

    Quote Originally Posted by jcam View Post
    I don't know Tomcat at all, but I would imagine a developer could deploy their own war file surely??
    Yes, you can deploy your war into "webapp" tomcat subfolder and application will start automatically.
    Tomcat has a admin application too that allows you manage "webapps" (install, start, stop, ...) from a web interface.

    Go to Tomcat web page for more information
    Regards !
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

Posting Permissions

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