Why when i run the spring boot project in STS ,"there is no resource that can be added or removed from server in STS" - eclipse

Its a Spring boot project which i have deployed in STS IDE when i am trying to run the web app in spring boot it doesn't run and shows a popup message that server resource not found.

Related

How to integrate Spring Batch ( without Spring Boot ) with Spring Cloud Data Flow Server

We are running spring batch with jboss application server (therefore cant run it as spring boot app). Is there any integration options for monitoring/administering spring batch with Spring Cloud DataFlowServer for the spring batch running in Jboss container ?
I had a similar issue where I was using spring batch with a weblogic 12.2.1.4 application server and wanted an admin console to view the status of job executions. Spring Cloud Data Flow was not suitable for my requirement. I ended up forking the old spring-batch-admin project and upgrading it to work with the latest version of spring batch and spring boot libraries. My forked git repo is here. I include this as a dependency in my war file that i deploy to weblogic and it provides the spring batch admin functionality, embedded in my application.

Eclipse plugin for spring Boot

I am going to create a small web application using spring boot and maven in Eclipse. I am new to spring boot ,
Is there any Eclipse plugin available for creating spring boot application like STS?
You can install STS for eclipse from Help > Eclipse Market Place.... on Eclipse.

HttpStatus 404: The resorce is not available in Tomcat8

I am new to maven and trying to create a simple Login application using Spring and AngularJS. My project's name is ProMgmtPortal.
R-click on the project->Run As -> Maven Install :
the project gets successfully built.
R-click on the project -> Run As -> Run on Server :
It gives the error-
HttpStatus 404- The requested resource is not available.
I am using apache tomcat 8.0.36 server with Eclipse Neon.
Also, each time I run a project on server, some other projects of my workspace also get deployed by the server.
After tomcat is unable to deploy my target project- ProMgmtPortal, it starts deploying another project- TemplatePMP.

eclipse and tomcat- couldn't load tomcat server configuration at

I try run spring MVC application via tomcat. I attached to preferences_> server tomcat. But when i start Run On Server next i press finish button. And i see couldn't load tomcat server configuration at /Servers/Tomcat v6.0 server at localhost-config. The configuration may by corrupt or incomplete. Project have to good because it is sample project generated via Spring Tools from template. How fix it?

Deploy grails application to Eclipse internal server adapter

I am trying to deploy my grails application to Geronimo/Tomcat 7/Glassfish 3.1. None of the servers allow me to add the grails application. I get the error "There are no resources that can be added or removed to the server" or "Project facet Grails Application version 1.0 is not supported."
The internal server always barfs with permgen/heap error and increasing it by command line does no favour to it. I just need to have an application server running my grails project to which I can hot deploy.
Any ideas/suggestions?
The Grails tooling in STS has been optimized to support grails apps running on tcServer. This is working. We don't have the resources to test the other servers. Please try running on tcServer (a default instance should have been created for you when you installed STS).