Re: The GET request encounters 400 Bad Request from a URL with Chinese words on Tomcat 8.0.43

2017-08-04 Thread Bruce Huang
Mark Thomas <ma...@apache.org> 於 2017年8月1日 週二 下午7:37寫道: > On 01/08/17 03:26, Bruce Huang wrote: > > Hi all, > > > > We have placed a file named 檔名.txt into > > the \apache-tomcat-8.0.43\webapps\Apps folder. And our client app can > > retrieve the f

The GET request encounters 400 Bad Request from a URL with Chinese words on Tomcat 8.0.43

2017-07-31 Thread Bruce Huang
Hi all, We have placed a file named 檔名.txt into the \apache-tomcat-8.0.43\webapps\Apps folder. And our client app can retrieve the file by an HTTP GET request from the URL, for example, http://192.168.1.1/Apps/檔名.txt (The 檔名 are two Chinese words) When it was on tomcat v8.0.23, everything works

Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-24 Thread Bruce Huang
ency lib has log4j2? Or the bouncycastle has some file locking issue (Since it seems to contain some native code)? Any help is appreciated Bruce Huang <mailbru...@gmail.com> 於 2017年4月9日 週日 下午7:47寫道: > Hi Christopher, > > I have checked the tomcat log, there is no error as below and t

Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-09 Thread Bruce Huang
ted successfully. Is that because my webapp taking too much time to be undeployed? Thanks Christopher Schultz <ch...@christopherschultz.net> 於 2017年4月7日 週五 下午9:25寫道: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Bruce, > > On 4/7/17 4:08 AM, Bruce Huang wrote: &

Get fail response by using the Tomcat manager command to deploy a war

2017-04-07 Thread Bruce Huang
Hi all, I want to use the tomcat supported manager command to deploy a war file. The Tomcat server is Tomcat v8.0.23. The application is sure to be deployed and started successfully, I, however, got the

Re: Does Tomcat8 NIO2 connector support Apache CometEvent?

2016-11-02 Thread Bruce Huang
Rémy Maucherat <r...@apache.org> 於 2016年11月2日 週三 下午5:28寫道: > 2016-11-02 5:19 GMT+01:00 Bruce Huang <mailbru...@gmail.com>: > > > Thanks for your suggestion. > > > > I have tested on 8.0.38 release, but it even can't close the comet > > properly. On 8.0.23

Re: Does Tomcat8 NIO2 connector support Apache CometEvent?

2016-11-01 Thread Bruce Huang
Mark Thomas <ma...@apache.org> 於 2016年11月1日 週二 下午6:06寫道: > On 01/11/2016 09:44, Bruce Huang wrote: > > Hi all, > > > > We have a simple servlet which implements Apache CometEvent for long > > polling connection on tomcat8. It works well when we used > > org

Does Tomcat8 NIO2 connector support Apache CometEvent?

2016-11-01 Thread Bruce Huang
Hi all, We have a simple servlet which implements Apache CometEvent for long polling connection on tomcat8. It works well when we used org.apache.coyote.http11.Http11NioProtocol, however, we have now changed to using org.apache.coyote.http11.Http11Nio2Protocol and it will not work properly.