Results 1 to 3 of 3

Thread: start only ONE project on server

  1. #1
    Join Date
    May 2010
    Posts
    318

    Default start only ONE project on server

    Hello!

    Im new to Spring and building Web Appplications in general, so please forgive me this stupid question.
    I have a lot of projects in my Spring Source Tool Suite, which run on the server. Im working on only one or two projects at the same time. Everytime then, when I run the specific project on the server - the server starts - and of course runs through all the other projects. That takes a lot of time and is a little bit unclear because then there are a lot of messages. I wonder how I can configure the server or the tool suite to just build the specific project I have chosen on the server and not all the others too. Is that possible?!

    Thanks for your answers!

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    Undeploy the other ones. The server only deploys the projects which are actually deployed. Another hint, to speed up overal performance, disable/close allt he projects you aren't working on.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    May 2010
    Posts
    318

    Default

    Thanks!
    I removed them from the list under Server in STS. Now its way faster. And thanks for the tipp to close the projects. I didnt know that yet (Im such a newbie) - you dont have probably some more useful hints for me?

Posting Permissions

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