Results 1 to 5 of 5

Thread: Does a Roo app developed using STS work on plain Tomcat

  1. #1
    Join Date
    Apr 2007
    Posts
    17

    Default Does a Roo app developed using STS work on plain Tomcat

    hi there,

    I'm considering using Roo to develop a GWT 2.1x app. I know that the STS bundle includes the Springsource TC server instead of Tomcat.

    I'm wondering if after testing with "Tc server", I can deploy the same application in production to Tomcat ? If yes, are there any gotchas I need to know ?

    thank you,

    BR,
    ~A

  2. #2

    Default

    Should not be a problem. ROO just creates a regular .war file that will work regardless of the container (in my current project we have the app running with Jetty, Tomcat and Spring TC Server depending on how each developer wants to setup their environment)

  3. #3
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    Absolutely. You can run Roo apps wherever. Roo generates a standard WAR file as already mentioned. Also, there is no Roo runtime--the applications Roo helps you create are simply Spring applications, and as portable as any other Spring apps.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  4. #4
    Join Date
    Dec 2007
    Location
    Stockholm, Sweden
    Posts
    190

    Default

    Quote Originally Posted by anjanb View Post
    hi there,

    I'm wondering if after testing with "Tc server", I can deploy the same application in production to Tomcat ? If yes, are there any gotchas I need to know ?

    ~A
    you can make a war by mvn package command FYI
    Shahzada Hatim
    @geoaxis/twitter
    http://hatimonline.com

  5. #5
    Join Date
    Nov 2006
    Location
    London, UK and Tallinn, Estonia
    Posts
    55

    Default

    From a dev perspective tcServer and Tomcat are one and the same so you will have no problems

    Toby

Tags for this Thread

Posting Permissions

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