On 03/11/17 04:51, Maxim Solodovnik wrote: > Hello, > > I recently migrated from Tomcat 8.5.23 to Tomcat 9.0.1 > Everything works as expected except tests :( > > I'm using following code to start embedded Tomcat and test CXF web services > [1]. > With Tomcat 9.0.1 tests failed, netstat -an displays port 8080 is not > being listened > What need to be changed?
If Tomcat isn't listening then there should be an exception or error message reported at some point. Do you see anything in the logs? Mark > > > [1] > https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/AbstractWebServiceTest.java#L98 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org