Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-03-11 Thread Ahmed Ashour
The issue still persists with 11.0.5. Thanks,Ahmed On Friday, March 7, 2025 at 11:20:18 AM GMT+1, Boris Petrov wrote: I've been doing that for the past few hours. For now all looks good. I'll write here if I still see the problem - so hopefully you don't hear from me today! :D Thanks

Re: SSL on Tomcat 9

2024-10-09 Thread Ahmed Ashour
Hi, On windows, one can use OpenSSL to export the private key and certificate to .p12, then import that to the key store. openssl pkcs12 -export -in fullchain.pem -inkey privatekey.pem -out server.p12 -name tomcatkeytool -importkeystore -deststorepass changeit -destkeystore localhost-rsa.jks -s

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-10-04 Thread Ahmed Ashour
> How rare? Once in how many requests? Can you trigger this via automated  > testing e.g. with wrk? After working for some time (from 10 minutes to an hour), making a request to a page (with subsequent JS/images) every one minute, the issue is shown, happens on Chrome and Brave. The requests wi

net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-09-29 Thread Ahmed Ashour
his regard. Thanks a lot,Ahmed Ashour

Typo in the release announcement

2023-12-12 Thread Ahmed Ashour
Hi all, In https://tomcat.apache.org/,  there are three places of >occurs during HTTP HTTP request processing with an extra `HTTP`. Thanks,Ahmed

The Web application created a ThreadLocal but failed to remove it

2010-12-25 Thread Ahmed Ashour
Dear all, I think similar case has been recently reported, but restarting an Axis2 with Tomcat give the below errors. Is this an issue in Tomcat or in Axis? Dec 26, 2010 9:52:01 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/axis2] appears

Re: Web Services in Tomcat 6.0

2007-03-31 Thread Ahmed Ashour
Dear Mark, Thanks for your quick response. I am interested to deploy the new Web Services features of Java EE 5 in Tomcat 6.0, but don't know or where to start (except by downloading Sun Java EE JDK 5, and see the examples output webapp). Many thanks, Ahmed Ashour - Original Me

Web Services in Tomcat 6.0

2007-03-31 Thread Ahmed Ashour
Dear All, Where can I find a tutorial for Web Services in Tomcat 6.0 (not using Axis or other libraries). Also, shouldn't the examples include WebServices server/client code? Many thanks. Ahmed Ashour

Re: getParameter().getBytes() behaves differently on Linux

2006-03-17 Thread Ahmed Ashour
Dear Filip, That solves it, many many thanks. Just a comment if others went into same problem: * request.setCharacterEncoding("ISO-8859-1"); does not solve the problem * getBytes() is not deprecated, it uses the platform's default charset instead. Thanks again,

getParameter().getBytes() behaves differently on Linux

2006-03-17 Thread Ahmed Ashour
for this discripancy? Many thanks in advance, Yours, Ahmed Ashour - Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.