Tomcat 7.0.5 SSL setup issue

2011-12-19 Thread Thomas, Nibu
I'm unable to setup SSL with Tomcat 7 on a Linux VM .. The error is as below - Please advise *** CertificateRequest Cert Types: RSA, DSS Cert Authorities: CN=Credit Suisse Internal CA, CN=AIA, CN=Public Key Services, CN=Services, CN=Configuration, DC=auredi, DC=net *** ServerHelloDone

Re: Tomcat 7.0.5 SSL setup issue

2011-12-19 Thread André Warnier
Thomas, Nibu wrote: I'm unable to setup SSL with Tomcat 7 on a Linux VM .. The error is as below - Please advise *** CertificateRequest Cert Types: RSA, DSS Cert Authorities: CN=Credit Suisse Internal CA, CN=AIA, CN=Public Key Services, CN=Services, CN=Configuration, DC=auredi, DC=net ***

Re: Tomcat 6.0.35 NIO CometProcessor redeploy issue

2011-12-19 Thread Mark Thomas
On 18/12/2011 16:13, Peter Balogh wrote: Hi, I'm not sure, if it's the right list to ask for help in this. I'm using Tomcat 6.0.35 from Eclipse. If I change the webapp, and publish it, the next request for the CometProcessor implementation never ends (I'm inspecting the behavior in

Re: Hosted environment

2011-12-19 Thread Pid
On 19/12/2011 02:44, r.sriram wrote: Hello, I am setting up my multiple domains on Go Daddy. In my current in-house windows server my Tomcat is on Program Files (86) and the ROOT is in C:\Program Files (x86)\apache-tomcat-6.0.33\webapps directory. That is where WEB-INF is, that is what is my

Re: Tomcat 6.0 configuration with Adobe LiveCycle DS ES 3.0 Server

2011-12-19 Thread Pid
On 17/12/2011 22:33, Tim Watts wrote: On Sun, 2011-12-18 at 01:11 +0530, Anshul Asthana wrote: From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, 17 December 2011 6:03 PM Subject: Re: Tomcat 6.0

Re: Tomcat 7.0.23 problem

2011-12-19 Thread Pid
On 17/12/2011 08:01, Lutischán Ferenc wrote: Dear Users, I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02. When I have upgraded it to 7.0.23, the starting process is paused on the line: INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT There are

Re: Tomcat SSL

2011-12-19 Thread Pid
On 14/12/2011 10:42, Jean Louis LECOQUIERRE wrote: Hi I need help to manage the tomcat.jks The certificate Racine is not good, I need to change it What is the command ? $JAVA_HOME/bin/keytool --help p Jean Louis LECOQUIERRE Administrateur systemes et reseaux Challenge

Logging per webapp per instance

2011-12-19 Thread Simon
Hi, Our webapp is packaged with the log4j framework (1.2.16) and a log4j configuration that redirect all logs to a file on the server filesystem. This log file is rotated when it reaches 50M. Here is the configuration detail : log4j.rootLogger=INFO, file

Re: Logging per webapp per instance

2011-12-19 Thread Leon Rosenberg
Hello, you can specify the logoutput as relative path: instead of log4j.appender.file.File=/var/log/webapp.log to log4j.appender.file.File=logs/webapp.log and link the local file to the desired destination. regards Leon On Mon, Dec 19, 2011 at 5:54 PM, Simon spyd...@gmail.com wrote: Hi, Our

Re: Logging per webapp per instance

2011-12-19 Thread Daniel Mikusa
On Mon, 2011-12-19 at 09:05 -0800, Leon Rosenberg wrote: Hello, you can specify the logoutput as relative path: instead of log4j.appender.file.File=/var/log/webapp.log to log4j.appender.file.File=logs/webapp.log and link the local file to the desired destination. +1 or if you don't

Re: Tomcat 6.0.35 NIO CometProcessor redeploy issue

2011-12-19 Thread Peter Balogh
Hi Mark, I've tried to reproduce the issue without Eclipse, but I couldn't. The only way I could make tomcat to reload my app was to change the autoDeploy tag to true in the server.xml, so I'm not sure, if it's not tomcat related. Can changing this small change in the server xml make a

RE: AJP 1.3 Connector

2011-12-19 Thread Troy-McKoy, Vickie
Thanks; but, I disabled the firewall on both machines before I started the configuration. -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Saturday, December 17, 2011 4:19 AM To: Tomcat Users List Subject: Re: AJP 1.3 Connector Firewall? On Dec 17, 2011 11:34

RE: AJP 1.3 Connector

2011-12-19 Thread Troy-McKoy, Vickie
Thanks for your response. When I ping server2, I get valid responses coming back. When I telnet to server2 on port 8009, I am also able to connect. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, December 17, 2011 7:14 AM To: Tomcat Users List Subject:

Do I Have Java Memory Fragmentation?

2011-12-19 Thread Robinson, Eric
We have a Windows 2003 R2 x64 virtual machine running as a guest under Oracle VirtualBox on 64-bit Linux. The Windows VM has 16GB of RAM and is running approximately 80 separate instances of tomcat. (These instances do a specific small function and do not require much power or cause much load.)

RE: AJP 1.3 Connector

2011-12-19 Thread Tim Watts
On Mon, 2011-12-19 at 13:42 -0500, Troy-McKoy, Vickie wrote: Thanks for your response. When I ping server2, I get valid responses coming back. When I telnet to server2 on port 8009, I am also able to connect. Did you do the telnet test from a shell on the apache host? Did you use the

RE: Do I Have Java Memory Fragmentation?

2011-12-19 Thread Caldarale, Charles R
From: Robinson, Eric [mailto:eric.robin...@psmnv.com] Subject: Do I Have Java Memory Fragmentation? All of this makes me think we have a problem with Java memory fragmentation because of having so many instances of Java Fragmentation doesn't really exist anymore, thanks to paging and

Re: Do I Have Java Memory Fragmentation?

2011-12-19 Thread Leon Rosenberg
Do a simple math. If you give each VM up to 384M heap and if you add some 100 MB for permspace and overhead, you have a consumption of 500MB per VM. Take 1GB for OS needs, you have 15, and 15.000/500 makes it save to run 30 tomcat instances max. Since you experience the problems after some running

RE: Do I Have Java Memory Fragmentation?

2011-12-19 Thread Jeff Sturm
-Original Message- From: Robinson, Eric [mailto:eric.robin...@psmnv.com] Sent: Monday, December 19, 2011 1:51 PM By default, my Java instances are configured with -Xms128M -Xmx384M. 80 JVM instances allocating 384M of heap each will need about 30GB total virtual memory for heap

Re: Tomcat 6.0.35 NIO CometProcessor redeploy issue

2011-12-19 Thread Mark Thomas
On 19/12/2011 17:50, Peter Balogh wrote: Hi Mark, I've tried to reproduce the issue without Eclipse, but I couldn't. The only way I could make tomcat to reload my app was to change the autoDeploy tag to true in the server.xml, so I'm not sure, if it's not tomcat related. Can changing this

Re: URIEncoding

2011-12-19 Thread starz10de
Thanks alot for your help. Yesterday I mentioned that the problem is solved but strange I think my messages is not got by the forum. The problem was using the : meta http-equiv='Content-Type' content='text/html; charset=UTF-8' To change a encoding of a jsp page which is diudn’t work. I simply

RE: AJP 1.3 Connector

2011-12-19 Thread Troy-McKoy, Vickie
Yes. From the apache host, I pinged and telneted the tomcat host. # ping tomcatappserver PING tomcatappserver (nn.n.nn.nnn) 56(84) bytes of data. 64 bytes from tomcatappserver (nn.n.nn.nnn): icmp_seq=1 ttl=64 time=0.140 ms # telnet tomcatappserver 8009 Trying nn.n.nn.nnn...

Re: Tomcat 7.0.5 SSL setup issue

2011-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nibu, On 12/19/11 3:46 AM, Thomas, Nibu wrote: I'm unable to setup SSL with Tomcat 7 on a Linux VM .. If you're really running 7.0.5, then nobody is going to help you. That was a beta version of Tomcat released over 2 years ago. - -chris

Re: AJP 1.3 Connector

2011-12-19 Thread André Warnier
I'll continue to top-post, since you do. (Note that this is not the most logical way to have a conversation; it is easier when questions and responses follow a logical top-down order). Summary : - your Apache httpd configuration looks OK - your Tomcat AJP Connector looks OK - you can connect

RE: AJP 1.3 Connector

2011-12-19 Thread Igor Cicimov
If you have virtual host in apache jkMount needs to be inside the virtual host. On Dec 20, 2011 7:27 AM, Troy-McKoy, Vickie vtroy-mc...@decc.sdps.org wrote: Yes. From the apache host, I pinged and telneted the tomcat host. # ping tomcatappserver PING tomcatappserver (nn.n.nn.nnn) 56(84)

Re: AJP 1.3 Connector

2011-12-19 Thread André Warnier
Igor Cicimov wrote: If you have virtual host in apache jkMount needs to be inside the virtual host. Not necessarily true (JkMountCopy?), but in any case it seems irrelevant here. - To unsubscribe, e-mail:

Re: Do I Have Java Memory Fragmentation?

2011-12-19 Thread André Warnier
Pid wrote: On 19/12/2011 19:41, Leon Rosenberg wrote: Do a simple math. If you give each VM up to 384M heap and if you add some 100 MB for permspace and overhead, you have a consumption of 500MB per VM. Agreed. Object heap != total process usage. Take 1GB for OS needs, you have 15, and

Re: AJP 1.3 Connector

2011-12-19 Thread Tim Watts
I'm having doubts that mod_jk is actually loading. You say httpd.conf contains this line: LoadModule jk_module modules/mod_jk.so Unless you have a 'modules' directory under your ServerRoot that line should probably be /usr/local/lib/apache/mod_jk.so or something similar. Try this command and

RE: AJP 1.3 Connector

2011-12-19 Thread Troy-McKoy, Vickie
Thank you all for your responses; but my issue was in my testing. My configuration was fine; however, I was testing in my browser using the wrong port number. Thanks again... Regards, -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Monday, December 19, 2011

Re: URIEncoding

2011-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 12/17/11 9:37 AM, André Warnier wrote: I do not see anything in the above that submits anything with an umlaut. The form could have additional inputs that were not included in the OP. This is a GET request, so anything submitted would

Re: URIEncoding

2011-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 German Starz, On 12/18/11 7:26 AM, starz10de wrote: I a login page (it has utf-8) I checked this also manually; after login is successful a jsp page will be called to enter the query. This jsp page use iso encoding although inside it utf-8 is

Re: Do I Have Java Memory Fragmentation?

2011-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 12/19/11 5:19 PM, André Warnier wrote: On a 32-bit Linux system, this is what top has to say about the memory usage of one tomcat 5.5 instance, running one single small app, with -Xms128M -Xmx128M, and totally idle for the time being :

Re: [OT] truststore and keystore SSL

2011-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lau, Marking OT because this is not a Tomcat question: it's either http-components or Java-in-general. On 12/17/11 2:34 AM, Lau Eng Huat wrote: The question that I have now is how to get it to work with apache httpclient components. Have you

Re: [OT] truststore and keystore SSL

2011-12-19 Thread Tim Watts
On Mon, 2011-12-19 at 18:06 -0500, Christopher Schultz wrote: On 12/17/11 2:34 AM, Lau Eng Huat wrote: The question that I have now is how to get it to work with apache httpclient components. Have you tried the apache-commons mailing list? Actually Http Components has been a top level

Re: Access dbf files outside context/docbase - fixed

2011-12-19 Thread David Kerber
Just to close out this thread, it's now fixed. I found a native Java dBase (.dbf) file driver, and it works great in both 32- and 64-bit environments, without having to mess with ODBC or the screwy Microsoft database file drivers. D On 12/16/2011 10:09 PM, David Kerber wrote: On