0

I am going to ask if there's a way to add the XAMPP Tomcat Server to the SpringSource Tool Suite's server list under the Server project folder?

Brian Clozel
  • 46,620
  • 12
  • 129
  • 152
David B
  • 2,725
  • 11
  • 44
  • 76

1 Answers1

0

As far my knowledge goes, XAMPP stack does not have Tomcat, but an Apache web server.

And for Tomcat, yes you can configure it in STS check out this video. Though video explains it for Eclipse, it's going to be similar for STS too!

Vishal Biyani
  • 3,838
  • 26
  • 51
  • Sorry for the long reply. After seeing the video, I have already configured the Apache Tomcat to my STS but I can't run the project using the that server instead of using the default server provided by VMWare. – David B Jun 28 '12 at 10:46