RE: Changing SSL Certificates

2008-08-01 Thread Radcliffe, William H.
I've never done SSL with Tomcat, but setting up the certificates should be close to or the same as Apache. In Apache you need the server certificate, any intermediate certificates, and the private key. The following makes me uneasy, but if you password protect your key, Apache won't start. -- B

RE: java_home in tomcat6

2008-07-30 Thread Radcliffe, William H.
OK. You may have reinstalled Java already, but there is another way to do this. You can use the "8.3" file name for C:\Program Files. Windows always creates this for every directory and file that doesn't fall into the pattern. This works on XP and Server 2003. I assume it will work on any Wind

RE: Problem with Custom Access Log Format

2008-07-29 Thread Radcliffe, William H.
>From: Jonathan Mast >Subject: Problem with Custom Access Log Format >However, I would like to define a custom pattern for logging this information. >The problem is that I don't see a pattern code that corresponds to the User-Agent or to the Referrer. Your reference (http://tomcat.apache.org/tomc

RE: Server.xml Host Configuration

2008-07-22 Thread Radcliffe, William H.
host, place inside . If he wants to log all access to a Tomcat server instance, place inside . -Bill -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 8:35 AM To: Tomcat Users List Subject: RE: Server.xml Host Configuration > Fr

RE: Server.xml Host Configuration

2008-07-22 Thread Radcliffe, William H.
> From: Caldarale, Charles R > Subject: Server.xml Host Configuration > Remove the element; it should never be placed in server.xml and you don't need one. As an addendum. If you want to remove the element but still create an access log, you can create a context.xml file. Place it as follow

RE: Redirection

2008-07-22 Thread Radcliffe, William H.
Have you tried adding main_page.html to your application's web.xml file? -- Bill -Original Message- From: jeusdi [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 4:28 AM To: users@tomcat.apache.org Subject: Redirection Hello list. Actually, when I want

RE: Configure JNDI resources in a separate file from server.xml

2008-07-17 Thread Radcliffe, William H.
Brantley Hobbs wrote: >My question is this: Is it possible to pull in an "include" file in >server.xml? I'd like to place all the database connection information >in a separate file. You are referring to placing a file called context.xml in the /META-INF folder of your web app. This file can b

RE: Embedded Tomcat

2008-07-15 Thread Radcliffe, William H.
Joe wrote: > I'm not getting any exceptions on startup, and the exact war file that I'm pointing is found because it's serving HTML > and even my servlet just fine. > But when I get a ServletContext, it's null. I've got a set of tomcat jars in the classpath (catalina, annorations-api, > tomcat-coy

RPC Call Exception: Socket read failed on Tomcat 6 with tcnative-1.dll (v 1.1.12)

2008-07-08 Thread Radcliffe, William H.
We recently upgraded to Tomcat 6.0.16 and Apache 2.2.8. We started receiving intermittent exceptions that we hadn't seen under Tomcat 5.0 and Apache 2.0. They usually occur when we are receiving moderate to heavy traffic, but we have never seen two thrown the same day closer than 15 minutes apart.

RPC Call Exception: Socket read failed on Tomcat 6 with tcnative-1.dll (v 1.1.12)

2008-07-08 Thread Radcliffe, William H.
We recently upgraded to Tomcat 6.0.16 and Apache 2.2.8. We started receiving intermittent exceptions that we hadn't seen under Tomcat 5.0 and Apache 2.0. They usually occur when we are receiving moderate to heavy traffic, but we have never seen two thrown the same day closer than 15 minutes apart.