You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run mvn clean package and deploy the .war file manually on Wildfly10.x on VSCode on Windows, it works and I can access the application via localhost:8081/appURL. Then, under /deployment=myApp.war/subsystem=undertow/servlet=spring I can see my Servlet Class. I also get /deployment=myApp.war:
Content: {"hash" => undefined}
Owner:
Persistent: true
However, when I add a exploded deployment from inside Red Hat Server Connector, I get a registered web context, but the application is not accessible. Then, I can't see my Servlet class, nothing under /deployment=myApp.war/subsystem=undertow. I get on /deployment=myApp.war:
I'm having an issue deploying a Spring servlet.
When I run
mvn clean package
and deploy the .war file manually on Wildfly10.x on VSCode on Windows, it works and I can access the application via localhost:8081/appURL. Then, under/deployment=myApp.war/subsystem=undertow/servlet=spring
I can see my Servlet Class. I also get/deployment=myApp.war
:However, when I add a exploded deployment from inside Red Hat Server Connector, I get a registered web context, but the application is not accessible. Then, I can't see my Servlet class, nothing under
/deployment=myApp.war/subsystem=undertow
. I get on/deployment=myApp.war
:On both situations I have a working and tested datasource running configured via standalone.xml
The text was updated successfully, but these errors were encountered: