Fail to load keystore type JKS with path C:\apache-tomcat-7.0.26-windows-x86\apache-tomcat-7.0.26\${user.home}

2012-04-16 Thread Debabratta Jena
Hello sir, I am using tomcat 7.0.26 on windows. I have read the manual "SSL Configuration HOW-TO" to configure SSL for my web application. I create the .keystore file which reside on my home directory which is C:\Users\debabrattaj\.keystore. Coding for my server.xml is Now when I restart my

Re: Cannot connect to tomcat through apache (proxy)

2012-04-16 Thread Konstantin Kolinko
2012/4/16 Gautam : > > >> Now in tomcat on server 2, we specified the following inside server.xml: > >>  > minSpareThreads="25" >> maxSpareThreads="75" enableLookups="true" acceptCount="100" >>  connectionTimeout="2" >> disableUploadTimeout="true" >>         scheme="https" >>         secure="fa

Re: Help : Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]

2012-04-16 Thread Konstantin Kolinko
2012/4/16 ayouB __ : > > Hi every body, > > Does any one know please what's the source of this error and  how to fix it : No. There is not enough info in the excerpt that you provided. > > 16 avr. 2012 09:52:30 org.apache.catalina.core.ContainerBase startInternal > GRAVE: A child container failed

Re: Help : Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]

2012-04-16 Thread Pid *
On 16 Apr 2012, at 11:28, ayouB __ wrote: > > Hi every body, > > Does any one know please what's the source of this error and how to fix it : Check you don't already have something running on port 8005, e.g. Another instance of Tomcat that you didn't stop properly. p > > 16 avr. 2012 09:52:

Re: Trouble starting TC with jmxremote port set

2012-04-16 Thread Pid *
On 16 Apr 2012, at 14:40, David kerber wrote: > I'm trying to configure things so I can monitor my TC server with jconsole, > and whenever I try to set the jmxremote port, the windows service refuses to > start. > > System info (from Version.bat): > > Using CATALINA_BASE: C:\Program Files\Apa

Re: Cannot connect to tomcat through apache (proxy)

2012-04-16 Thread Gautam
> Now in tomcat on server 2, we specified the following inside server.xml: > minSpareThreads="25" > maxSpareThreads="75" enableLookups="true" acceptCount="100" > connectionTimeout="2" > disableUploadTimeout="true" > scheme="https" > secure="false" > SSL

Re: LockOutRealm IP logging

2012-04-16 Thread Oliver Kohll - Mailing Lists
On 16 Apr 2012, at 14:53, Daniel Mikusa wrote: >> Hello, >> >> Is it possible to get LockOutRealm to include the client's IP address > > Not as convenient, but if you have an access log enabled you should be able > to find the IP address in there. > > Dan Thanks, I've now set up FastCommonAc

Re: LockOutRealm IP logging

2012-04-16 Thread Daniel Mikusa
- Original Message - > Hello, > > Is it possible to get LockOutRealm to include the client's IP address Not as convenient, but if you have an access log enabled you should be able to find the IP address in there. Dan > in log messages, rather than just the username? Messages such as >

LockOutRealm IP logging

2012-04-16 Thread Oliver Kohll - Mailing Lists
Hello, Is it possible to get LockOutRealm to include the client's IP address in log messages, rather than just the username? Messages such as 16-Apr-2012 13:43:23 org.apache.catalina.realm.LockOutRealm authenticate WARNING: An attempt was made to authenticate the locked user "administrator" Reg

Trouble starting TC with jmxremote port set

2012-04-16 Thread David kerber
I'm trying to configure things so I can monitor my TC server with jconsole, and whenever I try to set the jmxremote port, the windows service refuses to start. System info (from Version.bat): Using CATALINA_BASE: C:\Program Files\Apache Software Foundation\Tomcat 5.5 Using CATALINA_HOME:

Re: Javamelody and Struts

2012-04-16 Thread Darryl Lewis
Make sure the monitoring code is before the struts call. On 16/04/12 5:38 PM, "Miguel González Castaños" wrote: >On 16/04/2012 09:34, Debraj Mallick wrote: >> hi there, >> >> to access use :*http:monitoring* >> >> link: >> *http://code.google.com/p/javamelody/wiki/UserGuide#3._First_results

Help : Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]

2012-04-16 Thread ayouB __
Hi every body, Does any one know please what's the source of this error and how to fix it : 16 avr. 2012 09:52:30 org.apache.catalina.core.ContainerBase startInternal GRAVE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException:

Re: Query to configure SSL support on Tomcat

2012-04-16 Thread Pid
On 16/04/2012 10:19, Debabratta Jena wrote: > Hello sir, > > I am trying to install and configure SSL support on Tomcat,So I read > the steps and followed the instruction that is provided on "SSL > Configuration HOW-TO",when I am done with all the things. > I typed the https://localhost:8443/ in m

Query to configure SSL support on Tomcat

2012-04-16 Thread Debabratta Jena
Hello sir, I am trying to install and configure SSL support on Tomcat,So I read the steps and followed the instruction that is provided on "SSL Configuration HOW-TO",when I am done with all the things. I typed the https://localhost:8443/ in my bowser and that shows an error like..

Re: Multipart over ajp btwn apache-tomcat fails sometimes...

2012-04-16 Thread Svante Kumlien
Hi, and thanks for the reponse Chris! Regarding httpd or not, we're in the process of moving stuff from a WebSphere 6.1 to Tomcat 7.x but since we don't have the money to move all apps at once we run both servers behind a httpd, moving one app at a time. The pcap-files contains the traffic betwee

Re: Javamelody and Struts

2012-04-16 Thread Miguel González Castaños
On 16/04/2012 09:34, Debraj Mallick wrote: hi there, to access use :*http:monitoring* link: *http://code.google.com/p/javamelody/wiki/UserGuide#3._First_results* Don't get me wrong, but what does it matter the access URL if my webapp doesn't even work? Miguel

Re: Javamelody and Struts

2012-04-16 Thread Miguel González Castaños
Dear Debraj, I have followed these instructions and I can't figure out where to access the monitoring tool. On 16/04/2012 07:02, Debraj Mallick wrote: hi there, in your web.xml include these * monitoring net.bull.javamelody.MonitoringFilter mo