Open gillesvz opened 5 years ago
assuming you have used server generator jaxrs-resteasy
, its war can be deployed as is e.g. to wildfly; to have it work in Tomcat it would need to have pom.xml
and possibly web.xml
tweaked to add missing dependencies and config. Alternatively you could use jaxrs-resteasy-eap
generator, which provides a stub executable directly via jetty (mvn package jetty:run
) or deployed in others app server like Tomcat.
Grazzie mille Francesco! The only one I haven't tried works perfectly. I'm currious to know more about this "missing config" the web.xml needs and where the community can find it. Thanks for your help
Description
Using RESTEasy export from SwaggerHub of my OpenAPI 3.0 project, I can't access to the API ressources threw HTTP after running the application.
Swagger-codegen version
SwaggerHub codegen current version
Swagger declaration
Steps to reproduce