Re: A question about mod_jk 1.2.28 configuration

2009-11-20 Thread thomas2004
Scroll back to Rainer's message dated 17/11/2009. There is a question there. The answer to that question is what Rainer is waiting for. Ok, here again Rainer's question: I know, that you have seen a problem, the errno=11 thing. I need to know, whether *this* problem (errno=11, which is

RE: Importing CERTIFICATE into Java Keystore

2009-11-20 Thread Stephen .
Hi again, I got the LDAP connection working on my IDM. Test Connection Succeeded However, when I try to create a new User on the LDAP Resource, I get the following error : javax.naming.CommunicationException: sun.security.validator.ValidatorException: PKIX path building failed:

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Ronald Klop
On Fri, 20 Nov 2009 07:13:44 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi This is not Fun dude... I know how to write a SOCKET Programming for Standalone, How do I write a socket Listener for WEB Application running over TOMCAT when the application is up and

Re: A question about mod_jk 1.2.28 configuration

2009-11-20 Thread Rainer Jung
On 20.11.2009 09:03, thomas2004 wrote: Scroll back to Rainer's message dated 17/11/2009. There is a question there. The answer to that question is what Rainer is waiting for. Ok, here again Rainer's question: I know, that you have seen a problem, the errno=11 thing. I need to

cluster deployment by context descriptors

2009-11-20 Thread Paolo Santarsiero
Hi all, I have a cluster with Apache2.2 and three Tomcat 6 instances in load balance and sticky sessions on three different servers. I use another server like webapps repository, so my tomcat's go to applications by context descriptors. But I don't want all three tom go on all apllications, so I

Logging into clustered enviroment

2009-11-20 Thread Aleksandar Stoisavljevic
Hi all, I am preparing myself for my first commercial application in clustered Tomcat environment. One of requests that I have is to allow exposing logs that happened on either TomcatA or TomcatB aggregated in single report. TomcatA and TomcatB are behind Apache Server and load balancing should

Re: Tomcat 6 on Windows Vista 64bit

2009-11-20 Thread Pid
On 20/11/2009 05:25, Tuan Quan wrote: Anyone has succesfully installed Tomcat 64 bit on Windows Vista Business 64bit OS? Thanks. Tuan Yep. p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: [OT] Some advice on apache tomcat

2009-11-20 Thread André Warnier
Hassan Schroeder wrote: You do know that every time someone uses content management and WordPress in the same context, God kills a kitten, don't you? Always eager to learn new subtleties of the English language.. What does the above really mean ?

Re: Subdomain vs. Subdirectory

2009-11-20 Thread André Warnier
picosam wrote: Hello, I have a Tomcat6 server running behind an Apache2 server using JK mod. My Tomcat responds to www.myserver.com and www.myserver.com/api. I would like to make the server not respond to the latter and access the application under /api via api.myserver.com instead.

Re: Grant access to files out of webapp context using SecurityManager

2009-11-20 Thread André Warnier
g f wrote: I need to grant mywebapp read,write,execute permissions to these images. I am attempting to configure SecurityManager to allow this but am having some difficulties. Also make sure that, at the OS level, the user-id under which Tomcat runs has the permissions to access these files.

Re: Subdomain vs. Subdirectory

2009-11-20 Thread André Warnier
Hassan Schroeder wrote: On Thu, Nov 19, 2009 at 10:07 AM, picosam pico...@gmail.com wrote: I have a Tomcat6 server running behind an Apache2 server using JK mod. My Tomcat responds to www.myserver.com and www.myserver.com/api. I would like to make the server not respond to the latter and

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Pid
On 20/11/2009 06:13, Karthik Nanjangude wrote: Hi This is not Fun dude... I know how to write a SOCKET Programming for Standalone, How do I write a socket Listener for WEB Application running over TOMCAT when the application is up and running.? Please be serious...I asked for some help or

Re: cluster deployment by context descriptors

2009-11-20 Thread Pid
On 20/11/2009 09:22, Paolo Santarsiero wrote: Hi all, I have a cluster with Apache2.2 and three Tomcat 6 instances in load balance and sticky sessions on three different servers. I use another server like webapps repository, so my tomcat's go to applications by context descriptors. But I don't

Performance Problem

2009-11-20 Thread div.gcet
Hi all, I am developing a web application using Tomcat 6.0 and MyEclipse IDE. For my requirements i have to store a lot of (100-200) Lists objects in my sessions. And any list may be associated with a lot other objects, because of this the performance of my application have become very

Re: [OT] Some advice on apache tomcat

2009-11-20 Thread Pid
On 20/11/2009 09:51, André Warnier wrote: Hassan Schroeder wrote: You do know that every time someone uses content management and WordPress in the same context, God kills a kitten, don't you? Always eager to learn new subtleties of the English language.. What does the above really mean ?

Re: Performance Problem

2009-11-20 Thread Pid
On 20/11/2009 10:14, div.gcet wrote: Hi all, I am developing a web application using Tomcat 6.0 and MyEclipse IDE. For my requirements i have to store a lot of (100-200) Lists objects in my sessions. And any list may be associated with a lot other objects, because of this the

Re: [OT] Some advice on apache tomcat

2009-11-20 Thread André Warnier
Pid wrote: ... (The item is illustrated by the image of a deity applying its wrath to a small, cute, helpless and furry creature, and the implication that it is the addressees fault. It is an unpleasant image.) Thanks. I think I get it now. So, it's kind of like when you or Chuck answer a

Re: Performance Problem

2009-11-20 Thread Peter Crowther
2009/11/20 div.gcet divya.garg...@gmail.com Hi all, I am developing a web application using Tomcat 6.0 and MyEclipse IDE. For my requirements i have to store a lot of (100-200) Lists objects in my sessions. And any list may be associated with a lot other objects, because of this

Re: cluster deployment by context descriptors

2009-11-20 Thread Paolo Santarsiero
So I must configure vhost under apache for a specific webapp and then create context descriptor for specific tomcats under default host (ex. under tom1 and tom2 and not under tom3). Or must I create vhost under specific tomcats too? 2009/11/20 Pid p...@pidster.com On 20/11/2009 09:22, Paolo

Logging in Tomcat 5 (SysOut SysErr)

2009-11-20 Thread Milan Tomic
At present, system.out and system.err are printing in the Windows console. How can I redirect output to some file? Or even better would be to have 2 outputs: file and Windows console. I have tried to read Tomcat docs and got lost there. It mentions default catalina.log as output, but I don't

Re: Logging in Tomcat 5 (SysOut SysErr)

2009-11-20 Thread Aleksandar Stoisavljevic
You will need some kind of logging framework to do this (e.g. Log4J). On Fri, Nov 20, 2009 at 12:26 PM, Milan Tomic tomicmi...@yahoo.com wrote: At present, system.out and system.err are printing in the Windows console. How can I redirect output to some file? Or even better would be to have 2

Re: [OT] Some advice on apache tomcat

2009-11-20 Thread Pid
On 20/11/2009 10:32, André Warnier wrote: Pid wrote: ... (The item is illustrated by the image of a deity applying its wrath to a small, cute, helpless and furry creature, and the implication that it is the addressees fault. It is an unpleasant image.) Thanks. I think I get it now. So, it's

RE: Tomcat / windows 2008 IIS 7 x64

2009-11-20 Thread Sabo, Eric
Still after trying some more things we are still getting an HTTP Error 404.3 - Not Found - error code of 0x80070032 I followed this steps: http://jspors.blogspot.com/2009/01/setting-up-64-bit-tomcat-6-on-iis7.html Configure Tomcat (this is the part we are not really sure) Set up server.xml

RE: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Karthik Nanjangude
Hi You mentioned XML - use some existing library that works with XML. A 3rd party Client S/w of C++ sends an XML string over socket This socket is be defined and read by *Process* of web application You are not having a problem with a Tomcat installation. TOMCAT 6.0.2.0 JDK 1.6.0 O/s

Re: Tomcat / windows 2008 IIS 7 x64

2009-11-20 Thread Pid
On 20/11/2009 12:11, Sabo, Eric wrote: Still after trying some more things we are still getting an HTTP Error 404.3 - Not Found - error code of 0x80070032 I followed this steps: http://jspors.blogspot.com/2009/01/setting-up-64-bit-tomcat-6-on-iis7.html Configure Tomcat (this is the part we

RE: Tomcat / windows 2008 IIS 7 x64

2009-11-20 Thread Sabo, Eric
1. Tomcat is running on port 8080, at least I am getting to the default web site. 2-3. Don't know what you mean by this? How does one check? Nothing has been written to my log files that I setup in the isap.properties file. I am new to tomcat so please bare with me on this. Thanks for

Re: Tomcat / windows 2008 IIS 7 x64

2009-11-20 Thread Pid
On 20/11/2009 12:23, Sabo, Eric wrote: 1. Tomcat is running on port 8080, at least I am getting to the default web site. Good start. 2-3. Don't know what you mean by this? How does one check? 2. Your application. JSP != PHP You can't just chuck JSP files into a published directory

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Peter Crowther
2009/11/20 Karthik Nanjangude karthik.nanjang...@xius-bcgi.com A 3rd party Client S/w of C++ sends an XML string over socket This socket is be defined and read by *Process* of web application OK, so you're trying to get Tomcat to do something it's not designed to do: handle incoming TCP

RE: Tomcat / windows 2008 IIS 7 x64

2009-11-20 Thread Sabo, Eric
Those steps I was not sure about, can you give me default values or settings, that might be my issue. The jsp is in the default web site, but I would like the whole server to have this ability - meaning more that just the default site, we will probably have a couple of web sites on this

Re: Tomcat 6 on Windows Vista 64bit

2009-11-20 Thread David kerber
Tuan Quan wrote: Anyone has succesfully installed Tomcat 64 bit on Windows Vista Business 64bit OS? Thanks. Tuan First off, there's no such thing as Tomcat 64-bit, just 64-bit JVMs. I haven't used Vista, but no trouble on Win server 2008, which is almost the same thing. Just make sure you

Re: Tomcat / windows 2008 IIS 7 x64

2009-11-20 Thread Pid
On 20/11/2009 12:52, Sabo, Eric wrote: Those steps I was not sure about, can you give me default values or settings, that might be my issue. The default server.xml has some settings that are default. Obviously. Have you changed them, if so, what to? The jsp is in the default web site, but

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Ronald Klop
On Fri, 20 Nov 2009 13:20:04 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi You mentioned XML - use some existing library that works with XML. A 3rd party Client S/w of C++ sends an XML string over socket This socket is be defined and read by *Process* of web

RE: Tomcat 6 on Windows Vista 64bit

2009-11-20 Thread Martin Gainty
as chuck mentioned you need to install 64bit JVM from Sun http://www.java.com/en/download/manual.jsp#win Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread André Warnier
Ronald Klop wrote: On Fri, 20 Nov 2009 13:20:04 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi You mentioned XML - use some existing library that works with XML. A 3rd party Client S/w of C++ sends an XML string over socket This socket is be defined and read by

RE: Tomcat 6 on Windows Vista 64bit

2009-11-20 Thread Caldarale, Charles R
From: Martin Gainty [mailto:mgai...@hotmail.com] Subject: RE: Tomcat 6 on Windows Vista 64bit as chuck mentioned you need to install 64bit JVM from Sun No, you don't *need* to install a 64-bit JVM, but given that it's a 64-bit OS, doing so is sensible. If you install a 64-bit JVM and want

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Ronald Klop
On Fri, 20 Nov 2009 14:22:57 +0100, André Warnier a...@ice-sa.com wrote: Ronald Klop wrote: On Fri, 20 Nov 2009 13:20:04 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi You mentioned XML - use some existing library that works with XML. A 3rd party Client S/w of C++

configure Tomcat to use a http-proxy

2009-11-20 Thread Andreu Adrover
Hi all First of all , thanks for answering this mail :) I'm not a developer, just a teleco engineer. In our company we have activated a new http-proxy to gave access to Internet to all our users (until now we gave them direct access by firewall rules). Since we activated it our development team

Re: configure Tomcat to use a http-proxy

2009-11-20 Thread Pid
On 20/11/2009 14:53, Andreu Adrover wrote: Hi all First of all , thanks for answering this mail :) I'm not a developer, just a teleco engineer. In our company we have activated a new http-proxy to gave access to Internet to all our users (until now we gave them direct access by firewall rules).

Re: configure Tomcat to use a http-proxy

2009-11-20 Thread Andreu Adrover
Thanks then I'll search on thay way. Regards 2009/11/20 Pid p...@pidster.com On 20/11/2009 14:53, Andreu Adrover wrote: Hi all First of all , thanks for answering this mail :) I'm not a developer, just a teleco engineer. In our company we have activated a new http-proxy to gave access

Re: configure Tomcat to use a http-proxy

2009-11-20 Thread André Warnier
Pid wrote: http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html That, however, does not seem to handle the case where the proxy requires an authentication (the type of which was unfortunately not indicated by the OP). Any generic tips in that direction ?

Re: [OT] Some advice on apache tomcat

2009-11-20 Thread André Warnier
Pid wrote: On 20/11/2009 10:32, André Warnier wrote: Pid wrote: ... (The item is illustrated by the image of a deity applying its wrath to a small, cute, helpless and furry creature, and the implication that it is the addressees fault. It is an unpleasant image.) Thanks. I think I get it

Re: configure Tomcat to use a http-proxy

2009-11-20 Thread Pid
On 20/11/2009 15:57, André Warnier wrote: Pid wrote: http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html That, however, does not seem to handle the case where the proxy requires an authentication (the type of which was unfortunately not indicated by the OP). Any generic tips

Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm having trouble getting a client certificate chain sent to Tomcat via mod_jk. Apache httpd 2.2.9, mod_jk 1.2.28, Tomcat 5.5.27. My httpd configuration looks like this: SSLEngine On SSLCertificateFile ...

RE: Logging in Tomcat 5 (SysOut SysErr)

2009-11-20 Thread Caldarale, Charles R
From: Milan Tomic [mailto:tomicmi...@yahoo.com] Subject: Logging in Tomcat 5 (SysOut SysErr) At present, system.out and system.err are printing in the Windows console. How can I redirect output to some file? The first thing you have to tell us is exactly what version of Tomcat you're

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 11:51 AM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: If you continue reading, you can see that mod_jk sends at least part of the first certificate. I seem to recall that mod_jk in debug mode only logs

Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
dear Friends, I have mapped drive e: to \\Dell-1710\RSP_DEV\Appl\Web_Dev\Test_Proj\WebContent there it gets latest compiled application through eclipse. I have created a Test-E.xml in C:\Program Files\Tomcat 6.0\conf\Catalina\localhost the contents are Context path=/Test-E docBase=E:/

Re: A question about mod_jk 1.2.28 configuration

2009-11-20 Thread thomas2004
Thanks for the info. I though you opened a buzilla issue? Would you mind pasting this into the issue as a new comment? Once we agree, that something looks like a bug and an issue is opened, it's best to collct further info there. Yes, I opened a buzilla issue. It's called Problem with mod_jk

RE: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread Caldarale, Charles R
From: R. S. Patil [mailto:kpr.rspa...@gmail.com] Subject: Putting Docbase on network drive. Is it Possible ? I have created a Test-E.xml in C:\Program Files\Tomcat 6.0\conf\Catalina\localhost the contents are Context path=/Test-E docBase=E:/ antiResourceLocking=false

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
On 20.11.2009 18:08, Christopher Schultz wrote: Rainer, On 11/20/2009 11:51 AM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: If you continue reading, you can see that mod_jk sends at least part of the first certificate. I seem to recall that mod_jk in debug mode only

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
SSLEngine On SSLCertificateFile ... SSLCertificateKeyFile ... SSLOptions +ExportCertData JkOptions +ForwardSSLCertChain JkMount /cschultz-chadis/*.jsp worker21 JkLogLevel debug # chain.crt contains all 3 certificates

Re: Fwd: Servlet MessageBrokerServlet is not available on Ubuntu AMD64

2009-11-20 Thread R. S. Patil
Thanks chris, On 11/18/2009 11:07 PM, R. S. Patil wrote: The repository Install of Tomcat has the problem. *Please report this issue to the Ubuntu folks*. I'd really prefer if we didn't always have to tell people having your type of problems that everything will be fine if you uninstall

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
The following line from you mod_jk log really shows what is being forwarded as an attribute to Tomcat. This is logged after retrieving the data from Apache but before sending it over the wire. At least we know we got the data from Apache and because it is three and not four certs it is likely,

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
Thanks Chuck Caldarale Context path=/Test-E       docBase=E:/       antiResourceLocking=false       allowLinking=true       / Take out the path attribute (it's not allowed) and the allowLinking attribute (ineffective on Windows). where can I get more info about attributes and deployment

RE: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread Caldarale, Charles R
From: R. S. Patil [mailto:kpr.rspa...@gmail.com] Subject: Re: Putting Docbase on network drive. Is it Possible ? where can I get more info about attributes and deployment xml file ? In the docs: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html - Chuck THIS COMMUNICATION MAY

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
On 20.11.2009 17:20, Christopher Schultz wrote: I'm having trouble getting a client certificate chain sent to Tomcat via mod_jk. Apache httpd 2.2.9, mod_jk 1.2.28, Tomcat 5.5.27. Off by one? https://issues.apache.org/bugzilla/show_bug.cgi?id=39637 indicates you'll need 5.5.28 ... HTH!

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
Thank You very much Chuck Caldarale In the docs: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html I just read that and its a very valuable resource. Thanks and best regards Raja - To unsubscribe, e-mail:

Re: Error - Unable to open the service 'Tomcat6' on Windows 2003

2009-11-20 Thread bhavik shah
Hi I am sure it is Tomcat6 Can you please explain the registry setting as I could not find auto-run for Apache Software foundation. Thanks On Thu, Nov 12, 2009 at 6:10 PM, Jeffrey Janner jeffrey.jan...@polydyne.com wrote: Are you sure it says Tomcat6 and not Tomcat6w? Here is what's

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
On 20.11.2009 18:44, Rainer Jung wrote: SSLEngine On SSLCertificateFile ... SSLCertificateKeyFile ... SSLOptions +ExportCertData JkOptions +ForwardSSLCertChain JkMount /cschultz-chadis/*.jsp worker21 JkLogLevel debug #

RE: Error - Unable to open the service 'Tomcat6' on Windows 2003

2009-11-20 Thread Caldarale, Charles R
From: bhavik shah [mailto:bhavik...@gmail.com] Subject: Re: Error - Unable to open the service 'Tomcat6' on Windows 2003 Hi I am sure it is Tomcat6 That's the name of the service, not the name of the program being auto-run. Can you please explain the registry setting as I could not find

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
Since certs are public anyhow (not keys), here's the decoding done by openssl -x509 -in ... -text: On 20.11.2009 18:49, Rainer Jung wrote: The following line from you mod_jk log really shows what is being forwarded as an attribute to Tomcat. This is logged after retrieving the data from Apache

Re: Error - Unable to open the service 'Tomcat6' on Windows 2003

2009-11-20 Thread André Warnier
bhavik shah wrote: Hi I am sure it is Tomcat6 Can you please explain the registry setting as I could not find auto-run for Apache Software foundation. I don't really know, but I'll make a guess and suggest that you have a look here :

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
Hi Chuck Caldarale Works fine for me - as long as I'm running Tomcat via the startup.bat script.  If you're running Tomcat as a service, the service has no access to any drive mappings you've made under your userid. Yes it works with startup.bat script. I just tested it and found mapped

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread André Warnier
R. S. Patil wrote: Hi Chuck Caldarale Works fine for me - as long as I'm running Tomcat via the startup.bat script. If you're running Tomcat as a service, the service has no access to any drive mappings you've made under your userid. Yes it works with startup.bat script. I just tested it

RE: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread Caldarale, Charles R
From: R. S. Patil [mailto:kpr.rspa...@gmail.com] Subject: Re: Putting Docbase on network drive. Is it Possible ? I ran the startup script in a terminal window. The terminal window wont come back to prompt as it does on Linux. For shutting down I have to open another window. Is it Normal or

[SECURITY] CVE-2009-3555 SSL Man-In-The-Middle attack - Status update

2009-11-20 Thread Mark Thomas
Overview The purpose of this update is provide information on the current understanding so users are better informed when making decisions regarding risk mitigation for this issue in their environment. Work on the root cause is progressing but is still in a state of flux. Discussion is

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 12:39 PM, Rainer Jung wrote: On 20.11.2009 18:08, Christopher Schultz wrote: Rainer, On 11/20/2009 11:51 AM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: If you continue reading, you can see that

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 1:51 PM, Rainer Jung wrote: OpenSSL Code looks like only returning the chain provided by the client, and the client should not provide the root. Ok. At the moment I see no way of getting the root CA which verified the

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 1:09 PM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: I'm having trouble getting a client certificate chain sent to Tomcat via mod_jk. Apache httpd 2.2.9, mod_jk 1.2.28, Tomcat 5.5.27. Off by one?

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 4:12 PM, Christopher Schultz wrote: Rainer, On 11/20/2009 1:09 PM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: I'm having trouble getting a client certificate chain sent to Tomcat via mod_jk. Apache

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
On Sat, Nov 21, 2009 at 12:56 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: R. S. Patil [mailto:kpr.rspa...@gmail.com] Subject: Re: Putting Docbase on network drive. Is it Possible ? I ran the startup script in a terminal window. The terminal window wont come back to prompt

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread André Warnier
R. S. Patil wrote: well the window from which catalina start command has been fired comes to command prompt after showing four lines but it opens another window which shows startup log remains open and if I close that Tomcat terminates. In the same window where you entered startup.bat to start

RE: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread Caldarale, Charles R
From: R. S. Patil [mailto:kpr.rspa...@gmail.com] Subject: Re: Putting Docbase on network drive. Is it Possible ? well the window from which catalina start command has been fired comes to command prompt after showing four lines but it opens another window which shows startup log remains

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
Thanks André Warnier well the window from which catalina start command has been fired comes to command prompt after showing four lines but it opens another window which shows startup log remains open and if I close that Tomcat terminates. In the same window where you entered startup.bat to

Re: Logging into clustered enviroment

2009-11-20 Thread Jorge Medina
No, you don't want two -or more processes- writing to the same file. You have several options: a) Aggregate on demand. Keeps the log files independent, but only merge them when needed. b) Send the log records over the network to one or more logging servers This will merge your logs on the

Re: Client certificate chains with mod_jk

2009-11-20 Thread Bill Barker
Christopher Schultz ch...@christopherschultz.net wrote in message news:4b070643.1070...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 1:09 PM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: I'm having trouble getting a