Re: Tomcat Server and PHP Extensions

2015-11-03 Thread Mike Guo
Chris Tomcat doesn't support php, For your issue, the solution is configure Apache + ajp+ php+ tomcat, Use Apache in front of , as you main web server, and use ajp forward Java ee request to tomcat , and use mod proxy forward php request to php ( php run as php-fm Damon) It will a better sol

Re: Does Tomcat support clustering for automatic fail over?

2015-11-03 Thread Mike Guo
And I think the important thing is the load balance setup, you can check the Apache proxy module and ajp module , all of them can be found in official document Mike Sent from my iPhone > 在 2015年11月4日,11:59,Mike Guo 写道: > > Hi, Javier. > > I guess you need a load b

Re: Does Tomcat support clustering for automatic fail over?

2015-11-03 Thread Mike Guo
Hi, Javier. I guess you need a load balance for this. Tomcat can be setup as cluster. You can find it in official document. But you have to take care of the session for you application. Mike From my iPhone > 在 2015年11月4日,08:56,javier_esp...@hna.honda.com 写道: > > > Good day all: > I would

Re: what's the Bootstrap? why when I stop it, and tomcat stop running too?

2015-09-24 Thread Mike Guo
Hi, Christoph. thanks for your response, finally, I got the answer for this issue. here’s the link: http://www.oracle.com/technetwork/articles/javase/headless-136834.html it explain why and how about this thing. thank

what's the Bootstrap? why when I stop it, and tomcat stop running too?

2015-09-23 Thread Mike Guo
Hi. all. I knew it should be sent to struts2 mail list, but I feel it is very strange . and kind of related with tomcat. it is a very strange issues. I tried to generate dynamic check code by struts2. so, I used buffered image class and javax.imageio for a ByteInputstream in my Action. l