AW: Tomcat 9 cannot start on windows 10 as service

2022-02-08 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, you can also use procmon from Microsoft to analyse the access denied message. You will see which user tries to access which directory and which permission was requested and missing. You need to provide filters to the program in order not getting lost in all the messages within procmon. G

RE: Tomcat 9 cannot start on windows 10 as service

2022-02-08 Thread jonmcalexander
> -Original Message- > From: W > Sent: Tuesday, February 8, 2022 10:36 PM > To: users@tomcat.apache.org > Subject: Tomcat 9 can not start on windows 10 as service > > Hi, > I install tomcat 9 using downloaded installation package. It was installed > successfully. I made tomcat manager wor

Tomcat 9 can not start on windows 10 as service

2022-02-08 Thread W
Hi, I install tomcat 9 using downloaded installation package. It was installed successfully. I made tomcat manager working. I deployed my application... Suddenly, tomcat stopped. Then I try to restart it using windows service. I got error 5: access denied. I uninstalled tomcat and re-installed i

RE: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server

2022-02-08 Thread jonmcalexander
Hey, I look up to you, Mark, and Rémy. Just trying to make sure I understand, so that when I grow up I might be as good as you 3. :-) Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President Middleware Product Engineering Enterprise CIO | EAS | Middleware |

Re: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server

2022-02-08 Thread Christopher Schultz
Jon, On 2/7/22 18:24, jonmcalexan...@wellsfargo.com.INVALID wrote: -Original Message- From: Christopher Schultz Sent: Monday, February 7, 2022 2:32 PM To: users@tomcat.apache.org Subject: Re: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server Rakesh, On 2/6/22 14:52,

Re: AsyncServlets in tomcat

2022-02-08 Thread Johan Compagner
On Tue, 8 Feb 2022 at 18:20, Deshmukh, Kedar wrote: > > I would like to understand, how many concurrent AsyncServlets tomcat can > handle ? > > wouldn't that be completely dependent on what resources (hardware) you give your tomcat? -- Johan Compagner Servoy

AsyncServlets in tomcat

2022-02-08 Thread Deshmukh, Kedar
Hello, I would like to understand, how many concurrent AsyncServlets tomcat can handle ? Thanks, Kedar

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Robert Turner
That's good to know. I suppose the key use case we would have is having the ability to "hot deploy" from an IDE into the webapps folder rather than a full build, package, deploy cycle (which can be time consuming). Robert On Tue, Feb 8, 2022 at 11:41 AM Mark Eggers wrote: > Just a note: > > On

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Mark Eggers
Just a note: On 2/8/2022 8:32 AM, Rob Sargent wrote: On 2/8/22 08:11, Robert Turner wrote: Okay. Yep, my most recent suspicion was correct -- it's related to the Docker bind to a local folder containing the webapps. As such, I believe it's a Docker issue of some sort and not Tomcat specific.

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Rob Sargent
On 2/8/22 08:11, Robert Turner wrote: Okay. Yep, my most recent suspicion was correct -- it's related to the Docker bind to a local folder containing the webapps. As such, I believe it's a Docker issue of some sort and not Tomcat specific. However, you may want to understand it more completely

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Robert Turner
Okay. Yep, my most recent suspicion was correct -- it's related to the Docker bind to a local folder containing the webapps. As such, I believe it's a Docker issue of some sort and not Tomcat specific. However, you may want to understand it more completely in any case. Thanks for your help Mark, R

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Robert Turner
Mark, Thanks for the quick follow up. Based on your comments I have some ideas on what it might be, and I should be able to narrow that down further for you, and provide all the details that you requested. A few notes on the environment I'm using: Docker (the host) is running on my Mac (12.2),

AW: AW: AW: Redirect with 301 for directory requested without trailing slash

2022-02-08 Thread Benny Kannengießer
Thanks a lot, Mark, for analysing the default "sendRedirect()" method. As you suggested, in my overridden method in the response wrapper I don't do any of these checks. So everything works fine now, problem solved! @Thomas - concerning SEO apparently it seems to be best practice to use 301 redir

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Mark Thomas
Robert, I agree this is something to do with the Docker environment. I think case insensitivity is involved somewhere as I can trigger the error if I copy my equivalent of Failure.class to failure.class and then call the JSP. I understand why it only occurs for * imports. In that instance, T

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Robert Turner
One thing to add is that my "conclusion" about OS variances I believe to be incorrect. Our tests typically run on Linux, so I think it's still something to do with a difference in the Docker-based environment. Let me know if you need any more details on anything...(but I suspect with a debugger up

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Robert Turner
Thanks Mark. Much appreciated. On Tue., Feb. 8, 2022, 04:06 Mark Thomas, wrote: > Robert, > > Thank you for putting the effort in to debugging this. Narrowing down > the issue to a simple test case is extremely helpful. > > The behaviour you describe looks odd to me. I'd expect consistent > beha

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Mark Thomas
Robert, Thank you for putting the effort in to debugging this. Narrowing down the issue to a simple test case is extremely helpful. The behaviour you describe looks odd to me. I'd expect consistent behaviour across platforms irrespective of the case sensitivity of the file system in use. I

Re: How do I post a question with the users?

2022-02-08 Thread Mark Thomas
Please do not hijack threads. Do not reply to an existing message and change the subject. Start a new message for a new topic. Mark On 08/02/2022 00:26, Shakila Rajaiah wrote: Hi Chris, I deployed a java war file to a remote windows server. However the Tomcat server stops running after a fe