IRC log for #tomcat on 20091102

00:22.25*** join/#tomcat odin__ (n=dlm@host86-128-149-226.range86-128.btcentralplus.com)
00:58.30*** join/#tomcat karstensrage_alt (n=karstens@c-71-202-243-186.hsd1.ca.comcast.net)
01:12.19*** join/#tomcat odin_ (n=dlm@host86-128-202-96.range86-128.btcentralplus.com)
01:27.05*** join/#tomcat odin (n=dlm@host81-154-235-88.range81-154.btcentralplus.com)
01:28.27*** join/#tomcat none (n=km@adsl-99-186-245-9.dsl.pltn13.sbcglobal.net)
01:34.28*** join/#tomcat odin__ (n=dlm@host86-128-150-205.range86-128.btcentralplus.com)
03:06.51*** join/#tomcat dvinchi (n=dvinchi_@148.245.35.9)
03:23.51*** join/#tomcat km (n=km@adsl-99-31-232-120.dsl.pltn13.sbcglobal.net)
03:25.03*** join/#tomcat rrrrutdk (n=rrrrutdk@unaffiliated/rrrrutdk)
03:44.24*** join/#tomcat rouex (n=roue@24-179-221-253.dhcp.dlth.mn.charter.com)
05:30.33*** part/#tomcat rrrrutdk (n=rrrrutdk@unaffiliated/rrrrutdk)
05:41.33*** join/#tomcat odin_ (n=dlm@host86-128-145-70.range86-128.btcentralplus.com)
05:52.43*** join/#tomcat dvinchi (n=dvinchi_@148.245.35.9)
06:04.14*** join/#tomcat dvayanu (n=another@ppp-93-104-100-253.dynamic.mnet-online.de)
06:16.34*** join/#tomcat km (n=km@adsl-76-195-3-151.dsl.pltn13.sbcglobal.net)
07:15.00*** join/#tomcat uwe_guenther (n=Notebook@p5B2845FA.dip.t-dialin.net)
08:45.56*** join/#tomcat McGo (n=McGo@dyndsl-091-096-102-191.ewe-ip-backbone.de)
08:52.58*** join/#tomcat siliconmeadow (n=ricardo@80.194.82.66)
09:29.32*** join/#tomcat martin-g (n=martin@78-83-251-196.spectrumnet.bg)
09:31.36martin-ghi, I am experiencing a strange problem with my TC 5.5.9 (JBoss 4.0.2): http://rifers.org/paste/show/215
09:31.57martin-ganyone ever experienced something similar ?
09:44.56martin-gI found it: https://jira.jboss.org/jira/si/jira.issueviews:issue-html/JBAS-3199/JBAS-3199.html
10:36.06*** join/#tomcat McGo (n=McGo@dyndsl-091-096-102-191.ewe-ip-backbone.de)
10:36.49*** join/#tomcat magentar (n=magentar@ip-109-90-128-162.unitymediagroup.de)
10:41.01*** join/#tomcat magentar (n=magentar@ip-109-90-128-162.unitymediagroup.de)
10:49.37*** join/#tomcat uebera|| (n=user@enton.tm.informatik.uni-frankfurt.de)
11:17.21*** join/#tomcat dvayanu (n=another@psdeoffgw01.parship.net)
11:42.19*** join/#tomcat user01 (n=user01@91-64-72-194-dynip.superkabel.de)
11:54.07*** join/#tomcat Superhenke (n=rooms@cust-IP-73.data.tre.se)
12:05.35*** join/#tomcat Superhenke (n=rooms@cust-IP-73.data.tre.se)
12:58.56*** join/#tomcat odin__ (n=dlm@host86-128-149-234.range86-128.btcentralplus.com)
13:17.47*** join/#tomcat MHSL (i=mhsl@cm14.eta6.maxonline.com.sg)
13:17.57*** join/#tomcat MHSL (i=mhsl@cm14.eta6.maxonline.com.sg)
13:18.12*** join/#tomcat MHSL (i=mhsl@cm14.eta6.maxonline.com.sg)
13:18.34*** part/#tomcat MHSL (i=mhsl@cm14.eta6.maxonline.com.sg)
13:18.52*** join/#tomcat MHSL (i=mhsl@cm14.eta6.maxonline.com.sg)
13:30.44*** join/#tomcat pucko (n=andreas@h19n2fls304o253.telia.com)
13:43.25*** join/#tomcat randrewj (n=u1@dyn-128-59-53-3.dyn.columbia.edu)
13:50.50*** join/#tomcat acidjnk (i=acid@pD950AC28.dip0.t-ipconnect.de)
13:59.12*** join/#tomcat |MHSL| (i=mhsl@cm14.eta6.maxonline.com.sg)
14:23.14*** join/#tomcat dvinchi (n=dvinchi_@148.245.35.9)
14:39.58*** join/#tomcat acarbs12 (n=acarbone@173-9-89-1-NewEngland.hfc.comcastbusiness.net)
14:45.39*** join/#tomcat rouex (n=roue@afterthought.ACS.Carleton.edu)
14:56.45*** part/#tomcat randrewj (n=u1@dyn-128-59-53-3.dyn.columbia.edu)
14:59.30*** join/#tomcat pieter__ (i=50bb69ed@gateway/web/freenode/x-b87d79097259b2c1)
15:00.52pieter__Is there an easy way to disable caching of authentication realms for tomcat 6.0.20 running on java 1.5 on redhat linux?
15:01.12pieter__now you need to restart each time before it is taken into account
15:07.51*** join/#tomcat CarstenP2 (n=asdf@78.110.224.68)
15:10.34*** join/#tomcat randrewj (n=u1@dyn-128-59-53-3.dyn.columbia.edu)
15:24.33dvinchipieter__, try defining
15:26.00dvinchithe header :header("Cache-Control: no-cache, must-revalidate"); // H
15:26.05dvinchipieter__, are'
15:26.07dvinchi?
15:26.08dvinchiok?
15:26.48pieter__that would mean thay you need to login each time?
15:28.09pieter__is there also a way to set this in a configuration file instead?
15:30.15dvinchiuse cookies
15:30.26dvinchior the object session
15:32.51CarstenP2Hi! If i change the ./conf/Catalina/localhost/mywebapp.xml, my webapp will be redeployed. why is that, and how can I avoid that?
15:38.02*** join/#tomcat karstensrage (n=chatzill@70.42.238.2)
15:38.08*** join/#tomcat odin_ (n=dlm@host86-128-144-21.range86-128.btcentralplus.com)
15:50.17*** join/#tomcat da_krowa (i=Miranda@chello087207068151.chello.pl)
15:53.09pieter__@CarstenP2 take a look conf/server.xml and look for autoDeploy
16:19.04*** join/#tomcat j2sentient (n=j2sentie@unaffiliated/j2sentient)
16:27.00*** join/#tomcat km (n=km@66-7-254-75.static-ip.telepacific.net)
17:27.42*** join/#tomcat JohnBat26 (n=Eugene@home-pool6-254.com2com.ru)
17:30.28*** join/#tomcat anoopb (n=chatzill@38.106.143.248)
18:07.36*** join/#tomcat relachs (n=relachs@g227128162.adsl.alicedsl.de)
18:11.03*** join/#tomcat wltjr_ (n=wltjr@unaffiliated/wltjr)
18:35.16*** join/#tomcat evil_andy (n=ebil@ip70-174-136-104.dc.dc.cox.net)
18:36.47evil_andyI'm using winxpsp3 tomcat 6.0.14 and java 1.6.0u6.   I'm trying to attach the javadocs for tomcat into eclipse but I can't seem to find a complete set.  I'm missing the javadocs for servlet-api and such
18:40.11*** join/#tomcat jasonb (n=jasonb@m4f0536d0.tmodns.net)
19:03.16*** join/#tomcat knut (n=knut@24.80-202-165.nextgentel.com)
19:08.05*** join/#tomcat bobbyz (n=bobbyz@12.131.26.130)
19:19.55bobbyzHi all.  We're currently running several applications on coldfusion with jrun.  For our development environments, I have mass virtual hosting setup with apache httpd so that all of our developers can develop directly out of their home directories and I don't need to touch the config when new developers are hired or old devs leave us.  Anyway, we're starting to migrate our coldfusion code directly to JSP code and I'm trying to figure out a similar mass vhos
19:19.55bobbyzting setup with tomcat.  I'm aware I can set any number of virtual hosts in the config files, but is there a mechanism for tomcat to handle virtual hosts en masse without config edits?
19:38.14*** join/#tomcat user01 (n=user01@91-64-72-194-dynip.superkabel.de)
19:45.28*** join/#tomcat jasonb (n=jasonb@dsl027-180-244.sfo1.dsl.speakeasy.net)
20:12.48*** join/#tomcat user01 (n=user01@91-64-72-194-dynip.superkabel.de)
20:25.31*** join/#tomcat orionheroku (n=orionher@user-12ldnh4.cable.mindspring.com)
20:54.25*** join/#tomcat MHSL (i=mhsl@cm14.eta6.maxonline.com.sg)
21:07.05*** join/#tomcat orionher_ (n=orionher@user-12ldnh4.cable.mindspring.com)
21:10.14*** join/#tomcat McGo (n=McGo@dyndsl-091-096-102-191.ewe-ip-backbone.de)
21:36.04*** join/#tomcat km (n=km@66-7-254-75.static-ip.telepacific.net)
22:14.03*** join/#tomcat wyvern` (n=wyvern@64.244.66.2)
22:34.53*** join/#tomcat |MHSL| (i=mhsl@cm9.eta6.maxonline.com.sg)
22:40.20*** join/#tomcat da_krowa (i=Miranda@chello087207068151.chello.pl)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.