ssl config question

2002-09-03 Thread Steven Garrett
Hi All, I'm relatively new to administering Tomcat. I'm trying to get my application to work over SSL. I've uncommented all the appropriate connectors, created a key using keytool. However, I still can't get to my application over port 443 or 8443. Am I missing something? Thanks in advance

RE: ssl config question

2002-09-03 Thread Steven Garrett
, exactly, when you try to access your application? John Turner [EMAIL PROTECTED] -Original Message- From: Steven Garrett [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 12:31 PM To: 'Tomcat Users List' Subject: ssl config question Hi All, I'm relatively new

RE: ssl config question

2002-09-03 Thread Steven Garrett
Yes, I did install jsse and I did follow the directions on the tomcat homepage for configuring ssl. I'll turn the logging on and see what comes of it...I'll be back :) Steve -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 12:49 PM To:

RE: ssl config question

2002-09-03 Thread Steven Garrett
HttpProcessor[8443][4] An incoming request is being assigned 2002-09-03 15:21:31 HttpProcessor[8443][4] The incoming request has been awaited 2002-09-03 15:21:31 HttpProcessor[8443][4] parseConnection: address=/64.24.66.53, port=8443 -Original Message- From: Steven Garrett [mailto:[EMAIL

Warp Errors

2002-09-05 Thread Steven Garrett
Hi, I'm pretty new to java/tomcat, etc. I keep getting these two errors when I try to start apache and tomcat. I'm not really sure what they mean and was looking for some help. Thanks, Steve from httpsdctl: bash-2.03# ../bin/httpsdctl configtest Syntax error on line 241 of

monitoring question

2002-09-18 Thread Steven Garrett
Hi, We're using tomcat 4.0.3 on Solaris 8 with apache 1.3.26 and mod_jk as the connectors. We have this application that causes the CPU to overload, which in turn causes tomcat to become unavailable. The apache server continues to return error 500, internal server error. We're working on

tomcat security

2002-09-19 Thread Steven Garrett
Hi, I'm relatively new to admining tomcat and have been looking for some ways to secure tomcat. I haven't found much of anything useful. Are there any docs on known security issues with tomcat, or any howto's when configuring security? We're running tomcat 4.0.3, apache 1.3.26 and mod_jk.

tomcat error

2003-07-24 Thread Steven Garrett
Hi, I'm getting the following error and I'm not sure how to fix it. StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested address I'm starting the server as root. Running tomcat 4.1.24 on RH9. Thanks, Steve

RE: tomcat error

2003-07-24 Thread Steven Garrett
are you using? John Steven Garrett wrote: Hi, I'm getting the following error and I'm not sure how to fix it. StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested address I'm starting the server as root. Running tomcat 4.1.24 on RH9. Thanks, Steve

RE: tomcat error

2003-07-24 Thread Steven Garrett
already running (and so won't allow another TC to start). -Original Message- From: Steven Garrett [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:36 PM To: 'Tomcat Users List' Subject: RE: tomcat error The IP address resolves to the hostname and vice versa

RE: tomcat error

2003-07-24 Thread Steven Garrett
address you expect? Sounds to me like DHCP got switched on somehow, then when you rebooted it picked up a new IP address and it isn't the one you expect. John Steven Garrett wrote: The IP address resolves to the hostname and vice versa. There is no masking going on. and this box is not natted

RE: Https not working

2003-08-09 Thread Steven Garrett
sorry, you should be able to grep through your server.xml file and find port 8443. If its not there, try and find a server.xml file that comes default with the install, its there. -Original Message- From: Steven Garrett [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 3:58 PM

RE: Https not working

2003-08-12 Thread Steven Garrett
You can configure tomcat to handle https connections directly, its usually port 8443. other than that, it shouldn't matter to tomcat if its http or https if its going through apache. Apache will handle all the ssl connections. -Original Message- From: Kurt Overberg [mailto:[EMAIL

tomcat shutdown issue

2003-05-29 Thread Steven Garrett
Hi, I'm using RH9 and have installed tomcat 4.1 on my system. It starts up ok, i think (at least I don't get any warning messages). But when I try to shutdown the server, I get the following: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).

command line application manger?

2003-06-13 Thread Steven Garrett
Is there such a thing? I see stuff for the application one, but we don't have that installed. Is this something that I'll need to install to be able to deploy/stop/start applications without having to take tomcat down completely? Thanks, Steve

possibly off topic: workers2.properties question

2003-06-17 Thread Steven Garrett
Hi, I'm running mod_jk2, with apache 2.0.45 and tomcat 4.1.24. In our workers2.properties we've defined an application [uri:/app/*] worker=ajp13:localhost:8009 but we have other things in that directory such as .html, .jpeg. .gif that we don't want to have passed to tomcat and other

error starting tomcat5

2004-05-11 Thread Steven Garrett
Hi, Thanks to those of you who helped me with my previous server.xml include file issue, that worked out like a charmeventually :) Anyways, we're testing out tomcat5 on a RedHat 9 box and I keep getting this error message. java.lang.NoClassDefFoundError:

RE: error starting tomcat5

2004-05-12 Thread Steven Garrett
as the ${CATALINA_HOME}/server/lib directory, is this the right place? Thanks, Steve -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 2:50 AM To: [EMAIL PROTECTED] Subject: Re: error starting tomcat5 Steven Garrett [EMAIL PROTECTED] wrote in message news

RE: error starting tomcat5

2004-05-12 Thread Steven Garrett
) at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:218) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:375) Thanks, Steve -Original Message- From: Steven Garrett [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 11:31 AM To: 'Tomcat Users List' Subject: RE: error starting tomcat5 Thanks

Include file?

2004-05-06 Thread Steven Garrett
Hi, I was wondering if you can use include in the server.xml. What I want to do is to define a bunch of different virtual hosts within my tomcat instance, but don't want to have to constantly change the server.xml. Is this possible. I've searched the archives and the web and I don't see

RE: Include file?

2004-05-06 Thread Steven Garrett
cool, hope it works out. Thanks!! -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 5:40 PM To: Tomcat Users List Subject: Re: Include file? Look on the Ant-user list for entity includes. should work for what you need. Jake Quoting Steven

RE: Include file?

2004-05-06 Thread Steven Garrett
this? Thanks, Steve -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 5:40 PM To: Tomcat Users List Subject: Re: Include file? Look on the Ant-user list for entity includes. should work for what you need. Jake Quoting Steven Garrett [EMAIL

RE: Include file?

2004-05-07 Thread Steven Garrett
, 2004 8:21 PM To: Tomcat Users List Subject: Re: Include file? You have to do it via XML entities. (A non-intuitive process - YMMV) -Tim Steven Garrett wrote: Hi, I was wondering if you can use include in the server.xml. What I want to do is to define a bunch of different virtual hosts

RE: Include file?

2004-05-07 Thread Steven Garrett
? Steven Garrett wrote: ok, since I know nothing about adding xml entites to the server.xml, I'm sure there has to be examples out there. I'll take a look and hopefully I'll be able to come back with something. Uh, there's an example in the Ant FAQ that was (somewhat obliquely) pointed to yesterday

directory permissions

2003-09-11 Thread Steven Garrett
Hi, Not sure if this is a tomcat or an apache question. So here is it goes. We have some administrative jsp's within our application. They need to be accessible via the web internally, but we don't want the world to be able to see them. We were thinking that we could limit access to that

RE: directory permissions

2003-09-11 Thread Steven Garrett
Sorry, I should have included we're using tomcat 4.1.24 and apache 2.0.45 running it on a RH9 box (the tomcat and apache installs are custom, not what comes with redhat). Thanks, Steve -Original Message- From: Steven Garrett [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003

quick question

2003-09-24 Thread Steven Garrett
Hi, Can I envoke jsp from outside of the application directory. For example, I have /var/tomcat4/webapps/application/some.jsp. Can I put some.jsp in /home/apache/ (my apache docroot) and have it still work? Thanks, Steve -

channel.apr values

2003-09-25 Thread Steven Garrett
Hi, I'm a bit confused. I want to set the timeout value to 1. I was looking through the documentation and it seems like channel.apr keepalive set to 1 is what I want. And it looks like it should be in the workers2.properties file and the format should be channel.apr:keepalive=1 is the format.

Connector Error

2003-12-17 Thread Steven Garrett
Hi there, I know there is a link/page that will tell me what this error is: [error] mod_jk child init 1 -2 [error] jk2_init() Can't find child 2529 in scoreboard I just can't find it. Could someone please point me to it. Thanks in advance, Steve

tomcat5 server stalling

2004-05-20 Thread Steven Garrett
Hi, I'm running tomcat5 on a Redhat9 box. It looks like its accepting connections for a while, which is good. But then it hits a limit and there are alot of TIME_WAIT connections in the netstat output. Below are the server.xml portions where we configure tomcat to listen and accept connections