Coming from the TomEE, I see there, that while the server starts up it logs all kind of information of web-apps and services it found in its deployment. For example REST Endpoints with the Path they are served under are logged.
I found that quit nice for a freshmen to know which services are served. At poking around with the WebSockets I had a hard time to figure out if the HTML was wrong or if the server just didn't serve the Endpoint. So basically for debugging reasons. mf 2016-07-03 18:57 GMT+02:00 Mark Thomas <[email protected]>: > On 03/07/2016 11:04, Martin Funk wrote: > > Hi, > > > > I'm into my first steps of using the WebSocket API. > > Things are quite nice so far, WebSockets, used the right way, might open > up > > a complete new type of WebApplications. > > > > I've got a question though, is there a way to configure Tomcat to > announce > > the annotated ServerEndpoints, it comes across while starting the server, > > in the catalina log? > > No. That does not appear to be logged at any level. > > What are you trying to achieve? > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
