Re: Possible penetration attempt or DOS attack: any suggestions on what can be done?

2024-06-27 Thread Stephen Tenberg
Not a tomcat issue but I can't say enough good things about cloudflare which we use. Easy to configure WAF so the site is locked down to cloudflare only and the rest of the world has to come through them where each keystroke is inspected. They have a number of preconfigured rules that mostly just

Re: The Import cannot be resolved

2024-06-23 Thread Stephen Tenberg
. Later on tomcat > still remembered the absence and threw errors just like yours. > > Stephen Tenberg wrote (at 2024-06-22 09:03 -0400): > > Hello, I am trying to convert a large mature application to Tomcat 9. No > > WAR file is used, the files are statistically placed in directories. &

The Import cannot be resolved

2024-06-22 Thread Stephen Tenberg
Hello, I am trying to convert a large mature application to Tomcat 9. No WAR file is used, the files are statistically placed in directories. So far it's going pretty well and large parts of the application are working. A few minor incompatibilities have been solved. One sticking point has been

Re: Tomcat 9 symlinks ?

2024-06-19 Thread Stephen Tenberg
uck Caldarale wrote: > > > On Jun 19, 2024, at 14:42, Stephen Tenberg > wrote: > > > > You asked why path="" instead of path="foo" in context at server.xml? > > > > That was our attempt to mount this application at "/" instead of

Re: Tomcat 9 symlinks ?

2024-06-19 Thread Stephen Tenberg
mlinks - which appears to be solved at least in initial experimentation using your suggestion. Thanks again. On Wed, Jun 19, 2024 at 3:09 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Stephen, > > On 6/19/24 13:55, Stephen Tenberg wrote: > > Hello I have sc

Tomcat 9 symlinks ?

2024-06-19 Thread Stephen Tenberg
Hello I have scoured the web trying to get symlinks working for jsp pages or folders in Tomcat 9 using Ubuntu 20.04. Here is how to repeat the issue, and what I have tried. 1. Create a new folder in webapps, say "foo" 2. Put HelloWorld.jsp there 3. (I restarted Tomcat just in case) Verify it wor