IRC log for #tomcat on 20090509

00:35.07*** part/#tomcat perr0 (n=dalanis@c-75-72-9-167.hsd1.mn.comcast.net)
01:34.09*** join/#tomcat karstensrage (n=karstens@76.103.32.139)
02:13.44*** join/#tomcat JacobSingh (n=jacob@122.163.143.50)
02:16.31*** join/#tomcat relachs (n=relachs@g230224178.adsl.alicedsl.de)
02:19.46*** join/#tomcat relachs (n=relachs@g230224178.adsl.alicedsl.de)
02:22.50*** join/#tomcat perr0 (n=dalanis@70.103.145.191)
02:43.05*** join/#tomcat onoes (n=gokusv@96.57.117.26)
03:12.05*** join/#tomcat ascareg (n=benjamin@pool-173-50-249-10.ptldor.fios.verizon.net)
03:26.14*** join/#tomcat kpatrick (n=chatzill@129.42.208.174)
03:28.21kpatrickwondering if Mapper.java#internalMapWrapper should support welcome files of the type   host/app/welcome.faces   where  the welcome is mapped to a faces servlet.   looks like rule 4 doesn't support that.  it checks prefix but not suffix.
03:30.08kpatrick(version 6.0.18)
03:35.49*** join/#tomcat acidjnk (i=acid@pD950917F.dip0.t-ipconnect.de)
04:02.43*** join/#tomcat dvayanu (n=another@ppp-88-217-60-113.dynamic.mnet-online.de)
04:35.07*** join/#tomcat dvayanu (n=another@88.217.60.113)
05:49.03*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
07:00.22*** join/#tomcat IRAQI` (n=imp@210.56.68.21)
07:21.28*** join/#tomcat shashi (n=shashi@122.181.1.158)
07:26.31*** join/#tomcat yassine (n=yassine@unaffiliated/yassine)
07:27.13*** join/#tomcat AVN_ (n=AVN@116.72.249.194)
08:29.25*** join/#tomcat loiseau (n=loiseau@ip-88-153-109-91.unitymediagroup.de)
09:29.15*** join/#tomcat barkbarkmeow (n=barkbark@p4FE03B1F.dip.t-dialin.net)
09:57.42*** join/#tomcat pem3v78 (n=mp@194.183.32.21)
09:59.24pem3v78hi, I want to use tomcat with clustering for ha
09:59.59pem3v78I read the books on tomcat 6 about session replication
10:00.02pem3v78I'm wondering what happens to requests which are being served when a node fails
10:00.52pem3v78I mean what happens to the sessions on this node
10:01.17pem3v78can tomcat corrupt those ?
10:03.09pem3v78what happens when a request is broken in the middle, some state is saved to the session but the request didn't finished, what will happen on next client request, inconsistent state ?
10:04.01pem3v78maybe there is a framework I can use to prevent this from happening ?
10:04.45pem3v78it seems I'm writing to myself now, waiting for ANY hints on this subject
10:32.53*** part/#tomcat IRAQI` (n=imp@210.56.68.21)
10:41.23pem3v78yeah tomcat has no mechnism like that
10:41.31*** part/#tomcat pem3v78 (n=mp@194.183.32.21)
10:56.14*** join/#tomcat testuser45 (n=testuser@xdsl-78-34-244-97.netcologne.de)
11:14.45*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
12:19.31*** join/#tomcat MasterGollum (n=gollum@137.Red-88-16-204.dynamicIP.rima-tde.net)
12:23.11MasterGollumI can't understand how utf-8 works with Tomcat. Please, anyone can help me?
12:26.52MasterGollumI have a static file with is in utf-8, I set the response with  response.setCharacterEncoding( "utf-8" ), but when I use the jsp:include directives the characters are illegible, what I'm doing wrong?
12:29.17MasterGollumIf i include the file reading it with an InputStream(file,"utf-8") it works fine, why jsp:include doesn't work?
14:20.02*** join/#tomcat Kaligura (n=gollum@137.Red-88-16-204.dynamicIP.rima-tde.net)
14:20.17*** join/#tomcat dvayanu (n=another@88.217.60.113)
15:01.51*** join/#tomcat neebly (n=neebly@122.163.193.132)
15:02.08neeblyHI..
15:04.30neebly<PROTECTED>
15:04.30neeblyServer built:   Jul 22 2008 02:00:36
15:04.30neeblyServer number:  6.0.18.0
15:04.30neeblyOS Name:        Windows XP
15:04.30neeblyOS Version:     5.1
15:04.31neeblyArchitecture:   x86
15:04.32neeblyJVM Version:    1.5.0_04-b05
15:04.34neeblyJVM Vendor:     Sun Microsystems Inc.
15:07.16neeblyi have two web applications running on two differnt machines sharing same JNDI Realm...
15:07.58neeblycan you please let me know how to devolop Single Signon for these two applications..
15:29.59*** part/#tomcat digger3 (n=digger3@82-171-150-207.ip.telfort.nl)
16:24.10*** part/#tomcat MasterGollum (n=gollum@137.Red-88-16-204.dynamicIP.rima-tde.net)
16:42.43*** join/#tomcat mattinator (n=mattinat@r74-193-71-234.pfvlcmta01.grtntx.tl.dh.suddenlink.net)
16:45.18mattinatorSo Tomcat is a container for serving java applications?
16:52.18*** part/#tomcat mattinator (n=mattinat@r74-193-71-234.pfvlcmta01.grtntx.tl.dh.suddenlink.net)
16:57.04*** join/#tomcat barkbarkmeow (n=barkbark@p4FE03851.dip.t-dialin.net)
17:01.45*** join/#tomcat bogor (n=Akesavan@59.92.62.230)
17:07.52bogorI use apapche2.2 and tomcat 5.5 & i recently upgraded the mod_jk to 1.2.27 and this mod_jk wont support the property in workers.properties connection_timeout. What is the equivalent to connection_timeout in new mod_jk?
17:08.12bogorIs connection_timeout and connect_timeout the same?
17:16.45neeblyyap.. and there is weblogic server for ejb's ...
17:17.13bogorOS is linux suse 9 & java is jdk1.6.0_07
17:17.58bogortomcat is 5.5.20
18:02.33*** join/#tomcat Ajai (n=Ajaibabu@122.163.193.132)
18:11.18*** join/#tomcat loddafnir (n=mike@at-vie-gaso-r11a.upc.at)
18:22.28*** part/#tomcat bogor (n=Akesavan@59.92.62.230)
18:51.49*** join/#tomcat relachs (n=relachs@g230224178.adsl.alicedsl.de)
19:29.00*** join/#tomcat barkbarkmeow (n=barkbark@p4FE03BC1.dip.t-dialin.net)
20:04.08*** join/#tomcat linuxnewbe (n=simone@host47-72-dynamic.8-87-r.retail.telecomitalia.it)
20:04.48linuxnewbeHi. I need some best practice about deploy web application
20:05.07linuxnewbeI have a webapplication that take a file and process it
20:05.23linuxnewbewhere in a unix system you put that files?
20:05.33linuxnewbein the home directory of tomcat6?
20:05.43linuxnewbeany consideration?
20:06.04linuxnewbeanother variable
20:06.18linuxnewbethe processed file must be served by apache
21:11.28*** join/#tomcat linuxnewbe (n=simone@host47-72-dynamic.8-87-r.retail.telecomitalia.it)
21:11.41linuxnewbeHi
21:12.16linuxnewbeI have this error in log "java.security.AccessControlException: access denied (java.io.FilePermission /usr/share/java/jsp-api-2.1.jar read)
21:12.17linuxnewbe"
21:12.57linuxnewbesomeone say I must use TOMCAT6_SECURITY=no
21:13.02linuxnewbein init.d script
21:13.08linuxnewbeis this good?
21:13.18linuxnewbeplease help
21:15.54*** join/#tomcat relachs (n=relachs@e179085111.adsl.alicedsl.de)
21:23.31*** join/#tomcat relachs_ (n=relachs@f051144166.adsl.alicedsl.de)
22:36.25*** join/#tomcat barkbarkmeow (n=barkbark@p4FE03BC1.dip.t-dialin.net)
22:55.07*** join/#tomcat barkbarkmeow1 (n=barkbark@p4FE03E97.dip.t-dialin.net)

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