Re: Jboss 7.2 gives 404 after deployment

2019-02-25 Thread Martin Gainty
: Struts Users Mailing List Subject: Re: Jboss 7.2 gives 404 after deployment Martin, Thanks for the tip. I was able to get further, but ran into more method not found issues. I don't believe this is a struts issue, rather I believe it's an impedence issue between classloader in JBos

Re: Jboss 7.2 gives 404 after deployment

2019-02-24 Thread John W. Himpel
pying a stock version of struts- > default.xml into this folder > WEB-INF/lib/struts2-core-2.5.20.jar!/struts-default.xml > > you're almost at the top and ready to plant the flag > > > From: John W. Himpel > Sent: Saturday, February 23, 2

Re: Jboss 7.2 gives 404 after deployment

2019-02-24 Thread Martin Gainty
-default.xml into this folder WEB-INF/lib/struts2-core-2.5.20.jar!/struts-default.xml you're almost at the top and ready to plant the flag From: John W. Himpel Sent: Saturday, February 23, 2019 9:14 PM To: user@struts.apache.org Subject: Re: Jboss 7.2 gives 404

RE: Jboss 7.2 gives 404 after deployment

2019-02-23 Thread Yasser Zamani
>From: John W. Himpel >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-clic

Re: Jboss 7.2 gives 404 after deployment

2019-02-23 Thread John W. Himpel
On Sat, 2019-02-23 at 21:11 +, Martin Gainty wrote: > Unregistered web context: '/learning-0.0.1-SNAPSHOT' from server > 'default-server' > jboss is telling you the webapp /learning-0.0.1-SNAPSHOT was never > registered to JBoss wildlfly server default-server > > if you're like me you would pu

Re: Jboss 7.2 gives 404 after deployment

2019-02-23 Thread Martin Gainty
Unregistered web context: '/learning-0.0.1-SNAPSHOT' from server 'default-server' jboss is telling you the webapp /learning-0.0.1-SNAPSHOT was never registered to JBoss wildlfly server default-server if you're like me you would put all your web application declarations in WEB-INF/web.xml if yo