I am just listing here the basic steps to create a Spring Insight web application using Spring tcServer developer edition. I haven't found much doco regarding this, so it could help some people.

1 - Download Spring Tool Suite here Download STS

Extract the archive somewhere on your machine, open a terminal and go to ~/tc-server-developer-[VERSION]/

2 - Run the following commands

./tcruntime-instance.sh create -t insight myInstance

This one creates a new tcServer instance based on the template insight. (full list of templates can be found in ~/tc-server-developer-[VERSION]/templates/)

Go to ~/tc-server-developer-[VERSION]/myInstance/bin/ and run the following

./tcruntime-ctl.sh start

This will start your tcServer instance based on the Spring Insight template. Check it is working by pointing your favourite browser to the URL http://localhost:8080/insight. That should display the Spring Insight index page.

Now you just have to drop your web app in the ~/tc-server-developer-[VERSION]/myInstance/webapps/ folder and Bob's your uncle !

link|improve this question
Please present this in Question/Answer format, and accept your own answer. – opyate Dec 5 '11 at 16:48
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.