PDA

View Full Version : Problem with STS



ajmillar
Apr 29th, 2010, 10:12 AM
Anyone else having problems creating new SpringSurf sites using STS and roo?

I've even tried creating sites purely from the command line and trying to use jetty (without modifying any files) and it gets as far as starting the Jetty server but not the scanner.

I'm working on WindowsXP, but have also tested on MacOSX with the same result.

darryl_staflund
May 14th, 2010, 01:10 PM
Hi there,

I can't seem to get the tutorial working on SpringSource tc server 6.0.20C (well, the app deploys according to Insight but I can't pull up the pages), but I did get it running on Jetty. To get it running, I had to upgrade from Maven 2.x to Maven 3 beta in order to address the 'Line 18' error when Maven tries to run Jetty.

Darryl

darryl_staflund
May 14th, 2010, 01:38 PM
I think I need to clarify...

It turns out that if I create the tutorial site from within Eclipse using the 'Dynamic Web Project' approach, I can run the application in Jetty but not tc. But if I create the site from within Eclipse using the 'Spring Template Project' approach, I can run the application in tc but not Jetty :-)

Darryl