IRC log for #tomcat on 20100401

00:03.29*** join/#tomcat cofeineSunshine (~justinas@kas.tavatievs.eu)
00:08.18*** join/#tomcat karstensrage (~karstensr@c-71-202-243-186.hsd1.ca.comcast.net)
00:32.23puffraystorm: That sounds liikely.
00:32.40puffraystorm: And it sounds to me like your spurious xml tag is most likely coming from wicket.
00:34.03raystormpuff, so I've tried telling tomcat to change encodings, in both the projects web.xml file and tomcats server wide file neither worked. :-( I'll try looking for possible wicket solutions
00:39.17*** join/#tomcat MHSL (mhsl@cm5.eta6.maxonline.com.sg)
00:55.03*** join/#tomcat hrad (~a@78-136-165-217.client.ufon.cz)
00:57.57hradhay, when an application is deploy, when are all the static fields of deployed classes initialized, is it right during the deployment ?
01:01.21cloviswhrad: static fields are initialized when classloader loads Class in JVM, its in JVM not tomcat. what is your doubt?
01:05.01*** part/#tomcat clovisw (~dvl@201.47.91.100)
01:07.20hradclovisw, I have this application using custom classloader "bellow" web app classloader of tomcat. The custom one (specified in context.xml) is  used by spring context listener and should be used for everything I guess, instead of the webbApp one, but when I test by which classloader are loaded classes during initialization of static fields, it's webApp classloader
01:08.46hradif I specify classloader in context.xml in the loaderClass property, does the entire context use this custom classloader ?
01:09.06hradMETA-INF/context.xml in my app
01:16.56hradomg I wanted to say "above"
01:17.02hradnot "bellow"
01:18.32hradthe webapp classloader is used for loading the classes I spoke about, but if it doesn't find it in webappcontext, it's no such class
01:21.15karstensragebelow
01:22.07hradabove, between common and webapp
01:22.59hradits parent is common, don't know if it is parent of webapp classloader
01:26.51hraddon't know...i'm too tired for this..it's 3:24 AM
01:26.54hradgn
02:01.35*** join/#tomcat satN (~narahari@174-16-82-209.hlrn.qwest.net)
02:13.08*** join/#tomcat Infinito (~kuhn@li6-217.members.linode.com)
02:14.37*** join/#tomcat Bohemian (~Bohemian@209-6-236-191.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
02:16.37*** join/#tomcat juhanic (~juhani@60.32.133.198)
02:41.01*** join/#tomcat satN (~narahari@174-16-82-209.hlrn.qwest.net)
02:49.31*** join/#tomcat dscherger (~derek@174.0.84.154)
03:33.09*** join/#tomcat satN (~narahari@174-16-82-209.hlrn.qwest.net)
03:55.25*** join/#tomcat satN (~narahari@174-16-82-209.hlrn.qwest.net)
04:10.49*** join/#tomcat tess (~tess@38.99.52.137)
04:19.58*** join/#tomcat dvayanu (~another@p578E907C.dip.t-dialin.net)
04:20.25*** join/#tomcat satN (~narahari@174-16-82-209.hlrn.qwest.net)
04:29.21*** join/#tomcat jasonb (~jasonb@m0b0e36d0.tmodns.net)
05:01.09*** join/#tomcat tess (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
05:26.05*** join/#tomcat jumic (~micheju@f052184164.adsl.alicedsl.de)
05:37.22*** join/#tomcat tess (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
05:52.00*** join/#tomcat mattock (~samuli@dsl-hkibrasgw1-fe2af900-117.dhcp.inet.fi)
05:58.07*** join/#tomcat tess_ (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
06:00.18factorI think I had to setup the java environment to get server shutdown to work correctly
06:00.32factorsetup in root as well as the tomcat user
06:00.41factorseems to work now
06:16.55*** join/#tomcat tess_ (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
06:27.21*** join/#tomcat tess_ (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
06:37.47*** join/#tomcat tess_ (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
06:48.44*** join/#tomcat Gio^ (~VaNNi___@38.98.61.142)
06:52.12*** join/#tomcat factor (~factor@ip70-177-95-241.ok.ok.cox.net)
06:56.42*** join/#tomcat acidjnk (acid@pD9509A0E.dip0.t-ipconnect.de)
06:57.40*** join/#tomcat tess_ (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
07:14.26*** join/#tomcat cga (~c12ac8f4@gateway/web/freenode/x-lovhwqijampofnwe)
07:27.34*** join/#tomcat tess_ (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
08:19.48cgahi all, how can i blcok manager access using <Proxy> duirective of apache mod_proxy?
09:23.41*** join/#tomcat kasun (~kasun@123.231.64.242)
09:43.39*** join/#tomcat dvayanu (~another@ds87-230-56-22.dedicated.hosteurope.de)
10:53.31*** join/#tomcat mturk (~mturk@52-236.dsl.iskon.hr)
11:18.21*** join/#tomcat kjkoster5489 (~kjkoster@unl201395.nl.customer.alter.net)
11:30.51*** join/#tomcat medthomas (~chatzilla@91.109.166.209)
11:48.42*** join/#tomcat kasun (~kasun@123.231.64.242)
12:16.43*** join/#tomcat chot (~chot@82.193.168.66)
12:16.45chothi
12:17.08choti'm trying to set up my tomcat to use ssl, but it doesn't work for some reason
12:17.29choti've followed the guide in the documentation, and it worked when i did it on another machine, but this one refuses
12:18.25choti'm running tomcat 5.5 and apache2, i've installed mod_ssl on apache, generated the key (keytool ..) uncommented the line in server.xml and i still can't connect to the server (it just says "cannot connect")
12:18.29chotany idea what might be wrong?
12:19.21chotjava 1.6 sun, debian 5.0.4
12:20.10chottomcat 5.5.26
12:20.16kjkoster5489debian package?
12:20.30kjkoster5489If so: try with the apache.org one and you will find it works.
12:20.44chothm ok
12:20.56chotit's a known problem with the debian package (that ssl doesn't work)?
12:21.43kjkoster5489The package changes a *lot* of stuff from the default, it is for experts only.
12:22.13chotalright
12:22.15chotthanx
12:41.41chothm still the same problem
12:41.59chothttp works fine, https cannot connect
12:43.45chotand i'm pretty sure it's not a firewall issue, i both tried connecting to the https localy and i've tried puting it on the http port, neither works
12:44.39*** join/#tomcat brendanck (~bck@apex.cs.tcd.ie)
12:52.49chotinteresting.. feels like it got a lot faster using the apache.org bin's instead of the debian package..
13:15.13LzrdKinggoogle is now topeka
13:19.15LzrdKingchot: why you pinging me?
13:22.19chotLzrdKing: no reason
13:22.45LzrdKinggood reason
13:22.52chotstill can't get ssl to work with tomcat :( just getting "Connection refused"
13:46.47*** join/#tomcat satN (~narahari@174-16-82-209.hlrn.qwest.net)
14:12.58*** join/#tomcat from_brazil (~ftbarata@201.17.33.165)
14:13.53from_brazilhi friends, I´m trying to change the tomcat6 port in my opensuse11.2 , in /etc/tomcat6/tomcat6.conf, in the CONNECTOR_PORT  variable, but it´s not working... can anyone help?
14:38.27*** join/#tomcat satN (~narahari@174-16-82-209.hlrn.qwest.net)
14:38.29*** join/#tomcat calavera_ (~calavera@83.50.67.42)
14:40.15*** part/#tomcat medthomas (~chatzilla@91.109.166.209)
14:49.30*** join/#tomcat from_brazil (~ftbarata@201.17.33.165)
14:50.41from_brazilhi friends, I´m trying to change the tomcat6 port in opensuse 11.2, by editing the /etc/tomcat6/tomcat6.conf in CONNECTOR_PORT variable. But it´s not working.. can anyone help?
14:51.32*** join/#tomcat mattock (~samuli@dsl-hkibrasgw1-fe2af900-117.dhcp.inet.fi)
14:55.26kjkoster5489from_brazil: please us the tomcat from apache.org
14:55.42kjkoster5489Then edit server.xml
14:57.14from_brazilwhere can I find this server.xml file?
14:57.46from_braziloh, sorry. I found,
14:59.55from_brazilbut, there are many places in xml file to change the port
15:00.43from_brazil:(
15:21.41*** join/#tomcat tess (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
15:22.08*** join/#tomcat zarni (~chatzilla@HSI-KBW-095-208-041-207.hsi5.kabel-badenwuerttemberg.de)
15:23.24zarniHello, is there possibility to catch a servlet-Exception beyond the servlet?
15:27.00*** join/#tomcat acidjnk (acid@pD9509A0E.dip0.t-ipconnect.de)
15:34.43*** join/#tomcat jasonb (~jasonb@m0b0e36d0.tmodns.net)
15:37.06*** join/#tomcat km (~km@adsl-99-25-119-10.dsl.pltn13.sbcglobal.net)
15:42.50*** join/#tomcat SKFScotLAD (~stephen@92.9.42.91)
15:43.47*** join/#tomcat tess_ (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
15:46.19*** join/#tomcat tess__ (~tess@c-24-130-52-152.hsd1.ca.comcast.net)
15:56.59*** part/#tomcat from_brazil (~ftbarata@201.17.33.165)
16:14.23*** join/#tomcat jasonb (~jasonb@m0b0e36d0.tmodns.net)
16:15.13*** join/#tomcat tess (~tess@38.99.52.137)
16:22.20*** join/#tomcat Bohemian (~Bohemian@209-6-236-191.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
16:34.21*** join/#tomcat Alagar (~helpdesk@vsusg1.vernalissystems.com)
16:40.22*** join/#tomcat jasonb (~jasonb@dsl027-180-244.sfo1.dsl.speakeasy.net)
17:18.14*** join/#tomcat Bohemian (~Bohemian@140.247.244.159)
17:44.03*** join/#tomcat Bohemian (~Bohemian@140.247.41.250)
17:46.47*** join/#tomcat Internat (~nf@123-243-184-161.static.tpgi.com.au)
18:00.49*** join/#tomcat Internat (~nf@123-243-184-161.static.tpgi.com.au)
18:07.11*** join/#tomcat NotInternat (~nf@123-243-184-161.static.tpgi.com.au)
18:10.52*** join/#tomcat Internat (~nf@123-243-184-161.static.tpgi.com.au)
18:13.20*** join/#tomcat NotInternat (~nf@123-243-184-161.static.tpgi.com.au)
18:16.53*** join/#tomcat Internat (~nf@123-243-184-161.static.tpgi.com.au)
18:21.11*** join/#tomcat NotInternat (~nf@123-243-184-161.static.tpgi.com.au)
18:39.12*** join/#tomcat meo (~meo@146.scnet.cz)
19:02.23*** join/#tomcat uebera|| (~nnuser@unaffiliated/ueberall)
19:02.58*** join/#tomcat uebera|| (~nnuser@subjektzentrisch.de)
19:13.13*** join/#tomcat tess (~tess@38.99.52.137)
19:18.54*** join/#tomcat Bohemian (~Bohemian@140.247.47.219)
19:30.31*** join/#tomcat SKFScotLAD (~stephen@92.9.42.91)
19:53.05*** join/#tomcat dvayanu (~another@p578E907C.dip.t-dialin.net)
19:54.32*** join/#tomcat Bohemian (~Bohemian@140.247.6.188)
20:02.31*** join/#tomcat satN (~narahari@174-16-82-209.hlrn.qwest.net)
20:02.48*** join/#tomcat IceFacesIsAFix (~IceFacesI@static-87-79-71-74.netcologne.de)
20:28.29*** join/#tomcat SKFScotLAD (~stephen@92.9.42.91)
20:51.12*** join/#tomcat from_brazil (~ftbarata@201.17.33.165)
20:53.38from_brazilhi friends, I need to change tomcat port to 80 in opensuse 11.2. When I change it in server.xml to port 80, it becomes to not listen in port 80 neither 8080 neither any port. So, my boss show me tomcat running on port 80 in ubuntu, just editing the server.xml file.. just like I did.. so , can anyone help?
20:57.10*** join/#tomcat gintek (~gintek@int218.internetdsl.tpnet.pl)
21:26.21*** part/#tomcat from_brazil (~ftbarata@201.17.33.165)
21:37.21*** join/#tomcat Bohemian (~Bohemian@static-68-236-124-232.bos.east.verizon.net)
22:01.36*** join/#tomcat alex__c2022 (~alex@63.74.1.242)
22:02.28alex__c2022can http basic authentication and http digest authentication both be used for the same app?
22:32.38jasonbSure.
22:46.23*** join/#tomcat Alagar1 (~Administr@122.164.39.246)
22:47.24*** join/#tomcat Bohemian (~Bohemian@dhcp-0026494671-a4-7b.client.student.harvard.edu)
23:15.59*** join/#tomcat pirx2 (~alex@90-225-107-3-no39.tbcn.telia.com)
23:16.03pirx2hi!
23:16.13pirx2how do i make tomcat log requests?

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