sts springsourcetoolsuite - SpringSource Tool Suite (STS): How to run server and Java project through the IDE? -
I am using the latest version of the SpringSource Tool Suite (STS). I have installed the Java project. My code contains an ant build file that package a war. I have a localized 5.0.0.0.0 6.0 installed on MacE 10.6.3. Does anyone point me out how do I put my project on the server from IDE and thus, set up debugging with breakpoint?
Thanks, - Dave
Here's what you need to do:
- Open the server view within the STS.
- Create a new Tomcat example, and point it to your locally installed Tomcat (Alternatively, you can use the pre-installed TCS server installation, which is essentially the spring Tomatoat with some extra items like Insight)
- Right-click on your project and configure - & gt; Convert the fax form ...
- In the dialog that appears Dynamic Web Module
- Now, you should be able to drag and drop your Project on server frequency. Then, right-click on the server instance and select "debug"
You can find more detailed instructions here:
- Now, you should be able to drag and drop your Project on server frequency. Then, right-click on the server instance and select "debug"
Comments
Post a Comment