Re: starting tomcat

2014-06-11 Thread tomcat
Check this file C:\Users\francesco\.keystore exist or not ? 在 2014年6月11日,下午9:30,Francesco Viscomi 写道: > C:\Users\francesco\.keystore

Re: Size Based Rolling

2014-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akash, On 6/10/14, 6:14 PM, Akash Jain wrote: > How can we make catalina.out and access logs ( AccessLogsValve) > roll log based on size instead of daily rolling ? Both other replies are incorrect: Tomcat uses no logging system for AccessLogValve a

RE: I18N with Accept-Language header

2014-06-11 Thread Patrick Kolodziejczyk
Don't really understand how work that method. Cause I did a test with this code : @Context private HttpServletRequest servletRequest; @POST @Path("/create/") public WSBooleanResponse create(EnvoyerEmailActivationCompteProxy tiers, @HeaderParam("Accept-Language") St

Re: I18N with Accept-Language header

2014-06-11 Thread Konstantin Kolinko
2014-06-11 19:16 GMT+04:00 Patrick Kolodziejczyk : > Hi, > > I am looking to add internationalization on my webservice that work on tomcat. > In one old documentation of Tomcat, it's speak about the Header parameter > "Accept-Language" that is read by StaticInterceptor and set the Locale. > Source

I18N with Accept-Language header

2014-06-11 Thread Patrick Kolodziejczyk
Hi, I am looking to add internationalization on my webservice that work on tomcat. In one old documentation of Tomcat, it's speak about the Header parameter "Accept-Language" that is read by StaticInterceptor and set the Locale. Source : http://tomcat.apache.org/tomcat-3.3-doc/serverxml.html It'

Re: 回复:starting tomcat

2014-06-11 Thread Francesco Viscomi
No it dosn't exist; but other time i've ignored that message and I was able to reach the console; 2014-06-11 15:39 GMT+02:00 naouguh_tomcat <1429868...@qq.com>: > Check the file C:\Users\francesco\.keystore exist or not ? > > > > > -- 原始邮件 -- > 发件人: "Francesco V

??????starting tomcat

2014-06-11 Thread naouguh_tomcat
Check the file C:\Users\francesco\.keystore exist or not ? -- -- ??: "Francesco Viscomi";; : 2014??6??11??(??) 9:30 ??: "Tomcat Users List"; : starting tomcat I'm using tomcat 5.5.25 on a windows machine; Start the scri

starting tomcat

2014-06-11 Thread Francesco Viscomi
I'm using tomcat 5.5.25 on a windows machine; Start the script located in bin (startup.bat): On the screen appear that the server is running as reported but when i try to get the console at http://localhost:8081/ i just see a white page; can some one telling me ho to solve this issue; Listeni

Re: Size Based Rolling

2014-06-11 Thread Daniel Mikusa
On Wed, Jun 11, 2014 at 2:00 AM, N, Ravikiran wrote: > Tomcat uses log4j for its logging. This is not 100% correct. By default Tomcat does not use Log4j, it uses JULI [1] (for it's internal logging). It can use Log4j if you configure it to though [2]. Hence you can specify how logger should

RE: Deploy new application using tomcat manager - command line.

2014-06-11 Thread N, Ravikiran
Mine too.. Thanks for your help Mark.. It really helped me. -Original Message- From: sandro agboka [mailto:sandroagb...@gmail.com] Sent: Wednesday, June 11, 2014 1:28 PM To: Tomcat Users List Subject: Re: Deploy new application using tomcat manager - command line. Thanks for the trick, I

Re: Deploy new application using tomcat manager - command line.

2014-06-11 Thread sandro agboka
Thanks for the trick, I was looking looking for this a while now, I guess today is my lucky day 2014-06-11 7:41 GMT+00:00 Mark Eggers : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/10/2014 11:45 PM, N, Ravikiran wrote: > > Hi all, > > > > I'm trying to deploy a new application usin

Re: Deploy new application using tomcat manager - command line.

2014-06-11 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/10/2014 11:45 PM, N, Ravikiran wrote: > Hi all, > > I'm trying to deploy a new application using tomcat manager, since > I do not have access to the Linux-box where tomcat is running, > hence the use of manager. I'm trying to follow what is spe