>From: John W. Himpel <j...@jlhimpel.net>
>Sent: Saturday, February 23, 2019 11:22 PM
>To: user@struts.apache.org
>Subject: Jboss 7.2 gives 404 after deployment
>
>Greetings,
>
>I have a very small Struts web app that I developed under Red Hat Developer
>Studio.
>
>I am using Struts 2.5.20, Jboss 7.2.0.
>
>Right-click in on the project name in Red Hat Developer Studio, select
>properties->Web Project Settings and the Context root: shows a
>"learning".
>
>After deployment, in Firefox I enter the following url:  "
>http://localhost:8080/learning/UserAction.action"; and I get a 404 response.  I
>have tried every variation of url strings that I can think of and everything 
>returns a
>404 response.
>
>JBoss 7.2.0 standalone server.log
>2019-02-22 17:07:05,389 INFO  [org.wildfly.extension.undertow] (ServerService
>Thread Pool -- 156) WFLYUT0021: Registered web context:
>'/learning-0.0.1-SNAPSHOT' for server 'default-server'
>Any suggestions or debugging tips would be greatly appreciated.


What about http://localhost:8080/learning-0.0.1-SNAPSHOT/listUser or 
http://localhost:8080/listUser. I don't have experience with Jboss but in 
tomcat we can open /manager and see what's going with webapps. Does Jboss have 
similar thing? In general I think you should discover in which context path the 
app is deployed? Is it started at all?

Kind Regards.

Reply via email to