Re: Struts examples Hello World

2024-04-17 Thread Tim Mousaw
Thank you! I just wanted to be sure I wasn't missing anything. I'll need to read up on how that configuration value works to understand why this line causes it not to work. I'll put up a PR to make the code match the documentation of the Hello World example. On Wed, Apr 17, 2024 at 12:43 AM Lukasz

Re: Struts examples Hello World

2024-04-16 Thread Lukasz Lenart
niedz., 14 kwi 2024 o 20:56 Tim Mousaw napisał(a): > > I started to go through the Getting Started examples at > https://struts.apache.org/getting-started/index.html. I downloaded all the > examples from https://github.com/apache/struts-examples. I would expect > that I should be able to run `mvn

Re: Struts examples Hello World

2024-04-16 Thread Tim Mousaw
I forgot to mention, I am on Windows 11 Home Version 23H2 OS Build 22631.3447. I have also tried via WSL 2 on an Ubuntu 20.04.6 LTS (focal) and had the same result. On Sun, Apr 14, 2024 at 2:54 PM Tim Mousaw wrote: > I started to go through the Getting Started examples at > https://struts.apache

Struts examples Hello World

2024-04-14 Thread Tim Mousaw
I started to go through the Getting Started examples at https://struts.apache.org/getting-started/index.html. I downloaded all the examples from https://github.com/apache/struts-examples. I would expect that I should be able to run `mvn jetty:run` from any of the examples, follow the appropriate li