how to timeout a connection

2008-03-11 Thread teknokrat
Are there any settings for tomcat 5.5. or 6.0 to kill a connection after a timeout? cheers - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: define security constraint by virtual host

2007-06-20 Thread teknokrat
Caldarale, Charles R wrote: From: news [mailto:[EMAIL PROTECTED] On Behalf Of teknokrat Subject: define security constraint by virtual host Does anyone know if its possible to make the security-constraint in a web.xml aware of what virtual-host it should apply to? No, since web.xml is defined

define security constraint by virtual host

2007-06-20 Thread teknokrat
Does anyone know if its possible to make the security-constraint in a web.xml aware of what virtual-host it should apply to? The kind of thing I am after is - I have a security constraint on /admin which i want to be available on admin.company.com but not on any other virtual host I set up for

logging access for virtual hosts

2007-03-05 Thread teknokrat
If I want to set up virtual hosts with their own loggers, must I add the valve in server.xml or is it possible to do this with context.xml file? thanks - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-

tomcat 5.5, java 6 and jconsole not working as service

2007-01-09 Thread teknokrat
I am running Tomcat 5.5 as a service using Java 6. I try to connect jconsole locally but it can't seem to find tomcat. Anyone know how I can do this? thanks - To start a new topic, e-mail: users@tomcat.apache.org To unsubscrib

Re: multiple virtual hosts and ssl certificates

2006-08-25 Thread teknokrat
Peter Crowther wrote: From: Andrés González [mailto:[EMAIL PROTECTED] I mean, what are you saying? That tomcat can only have 1 ssl certificate per IP address, or that it is a "general" limitation of the architecture of SSL certificates. It is a general limitation of SSL. To be strict: you can

multiple virtual hosts and ssl certificates

2006-08-25 Thread teknokrat
I am trying to set up tomcat with multiple virtual hosts, each with their own SSL certificate. Is this possible? Do I add each certificate to the main keystore as per one host? cheers - To start a new topic, e-mail: users@tom

Re: how do I set up a default context for a virtual host

2006-06-21 Thread teknokrat
cally defining a Context in server.xml, as it will be infered from the filenames used for either the .xml context file or the docBase." teknokrat wrote: I trying to setup virtual hosts on tomcat 5.5. and windows. I have added the following to server.xml I have added context.x

how do I set up a default context for a virtual host

2006-06-21 Thread teknokrat
I trying to setup virtual hosts on tomcat 5.5. and windows. I have added the following to server.xml I have added context.xml to conf/Catalina/wiki.net containing Then I have added wiki.war to C:\wiki and restarted tomcat. Going to http://wiki.net produces nothing, http:/wiki.net/w