IRC log for #tomcat on 20101122

05:22.49*** join/#tomcat bugz^ (~bugz@99-59-232-176.lightspeed.irvnca.sbcglobal.net)
05:29.02*** join/#tomcat factor (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
05:35.25*** join/#tomcat bluefishy (~mshindo@115-188-134-246.jetstream.xtra.co.nz)
05:35.57*** join/#tomcat LzrdKing (~umop-apis@unaffiliated/lzrdking)
07:11.45*** join/#tomcat dvayanu (~another@p5793D574.dip.t-dialin.net)
07:47.58pboroCrito, you need to import the class into your JSP and then you can use the class and its methods in the JSP
07:48.33pboroCrito, <%@page import="your.class" %>
08:15.39*** join/#tomcat swi7ch (~anonymous@ip70-178-50-106.ks.ks.cox.net)
09:07.18*** join/#tomcat Boohemian (~Boohemian@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
09:20.13*** join/#tomcat bluefishy (~mshindo@115-188-134-246.jetstream.xtra.co.nz)
09:33.27*** join/#tomcat factor (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
09:38.30*** join/#tomcat }ls{ (~}ls{@p5DD1D63C.dip.t-dialin.net)
10:03.01*** join/#tomcat bluefishy (~mshindo@115-188-134-246.jetstream.xtra.co.nz)
10:06.14*** join/#tomcat bluefishy (~mshindo@115-188-134-246.jetstream.xtra.co.nz)
10:06.39*** join/#tomcat schultzDK (c3ea8850@gateway/web/freenode/ip.195.234.136.80)
10:41.43*** join/#tomcat drindt (~drindt@g228049248.adsl.alicedsl.de)
10:42.41*** join/#tomcat tarik (~chatzilla@41.140.248.167)
10:51.05*** join/#tomcat ExtraSpice (~XtraSpice@88.118.33.48)
11:17.05*** join/#tomcat Schneebly (~Schneebly@h-30-17.A176.priv.bahnhof.se)
11:47.33*** join/#tomcat tuxcrafter (~jelle@84-245-3-195.dsl.cambrium.nl)
12:04.05*** join/#tomcat _ramo (~ramo@p54AC7065.dip.t-dialin.net)
12:12.53*** part/#tomcat _ramo (~ramo@p54AC7065.dip.t-dialin.net)
12:16.10*** join/#tomcat tripitaka_ (~chatzilla@94.142.184.129)
12:28.22*** part/#tomcat tripitaka_ (~chatzilla@94.142.184.129)
13:12.06*** join/#tomcat netzsportler (~netzsport@p5493FCD2.dip.t-dialin.net)
13:41.04*** join/#tomcat rbanffy (~rbanffy@200.226.123.253)
14:04.38Critopboro - there? My class is in WEB-INF\classes
14:04.47Critoand for some reason it cannot find my class.
14:04.59*** join/#tomcat randrewj (~raj-user@user-160u6ef.cable.mindspring.com)
14:08.18*** join/#tomcat dvayanu (~another@ds87-230-56-22.dedicated.hosteurope.de)
14:22.06*** join/#tomcat schmolly159 (~schmolly1@rrcs-76-79-50-2.west.biz.rr.com)
14:23.10CritoDo all my classes in WEB-INF/classes have to be part of a package?
14:34.30*** join/#tomcat schmolly159 (~schmolly1@rrcs-76-79-50-2.west.biz.rr.com)
14:53.24randrewjCrito: they should be
14:54.00Critothanks
14:59.27randrewjCrito: for the long version http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4989710
15:00.58*** join/#tomcat var64 (~chatzilla@212.150.171.253)
15:02.49var64<PROTECTED>
15:07.29var64but i always get file not found . i try both full path /tmp/file.bin and also reletive path /tmp/ but still get same error
15:07.43var64the heap is large up to 1.5GB
15:09.05var64I also try setting -Xmx400m , but got same error , what am i doing wrong or is there another way to track down memory leaks ?
15:18.58*** join/#tomcat blop (~blop@217.112.179.12)
15:20.24LzrdKingi don;t really understand selinux, so i'll just disable it
16:09.41*** part/#tomcat var64 (~chatzilla@212.150.171.253)
16:22.58Critothanks guys. it works!
16:42.09*** join/#tomcat tijnie (~tijn@84-53-74-236.adsl.unet.nl)
16:45.58*** join/#tomcat LzrdKing (~umop-apis@unaffiliated/lzrdking)
16:51.28*** join/#tomcat tijnie (~tijn@84-53-74-236.adsl.unet.nl)
16:56.37*** join/#tomcat Schneebly (~Schneebly@h-30-17.A176.priv.bahnhof.se)
17:01.14*** join/#tomcat tijnie (~tijn@84-53-74-236.adsl.unet.nl)
17:40.27*** join/#tomcat calavera (~calavera_@61.Red-88-22-187.staticIP.rima-tde.net)
17:48.29*** join/#tomcat eldragon (~eldragon@84.79.67.254)
18:38.07*** join/#tomcat jasonb (~jasonb@12.201.129.162)
18:50.54*** join/#tomcat acidjnk (acid@50-229-103-86.dynamic.dsl.tng.de)
19:38.20*** join/#tomcat }ls{ (~}ls{@p4FF0B79A.dip.t-dialin.net)
19:44.39jasonbFor anyone who missed my presentation at ApacheCon NA 2010 earlier this month in Atlanta, here is the link: http://www.brittainweb.org/jason/tomcat-on-port-80-apachecon-na-2010.ppt
19:45.10jasonbIt's a presentation on the technical details and solutions for running Tomcat on port 80 on non-Windows OSs.
19:53.33*** join/#tomcat OldCode101 (d851d0f1@gateway/web/freenode/ip.216.81.208.241)
19:54.15CritoHello. I have a method returning a string. When I call it from my main function, the member function works perfectly. How ever, when I call it in JSP, tomcat says the memberfunction is not defined.
19:54.22OldCode101Has tomcat 6 gotten better at serving up static content? or should I implament an Apache 2.2 with mod-jk ?
19:54.32Critoit is a jasper error
20:00.50jasonbOldCode101: Tomcat 6 is faster at serving static content than Apache httpd.  There have been plenty of benchmarks that show that, including the one I wrote up in Tomcat: The Definitive Guide, Second Edition.
20:01.18OldCode101fair enough
20:01.20OldCode101ty
20:05.04*** join/#tomcat dvayanu (~another@p5793D574.dip.t-dialin.net)
20:29.19jasonbOldCode101: You're welcome.
20:47.28Critohttp://pastebin.ca/1999250 is part of a class called MysqlConnect. When I have a main function call getName () it seems to work fine. But when I use tomcat to call getName, I get http://pastebin.ca/1999251. In there handlex => MysqlConnect handlex = new MysqlConnect(); I suspect it might be because of getName being static.
20:54.52*** join/#tomcat flashn_ (flashn@glck.net)
21:03.16*** join/#tomcat hex` (~hex@unaffiliated/hex/x-261681)
21:03.54*** join/#tomcat blop (~blop@217.112.179.12)
21:05.59*** part/#tomcat randrewj (~raj-user@user-160u6ef.cable.mindspring.com)
21:11.30*** join/#tomcat swi7ch (~anonymous@ip70-178-50-106.ks.ks.cox.net)
21:32.51*** join/#tomcat dvayanu (~another@p578E8AC5.dip.t-dialin.net)
21:50.41*** join/#tomcat rhonabwy (~rhonabwy@95-91-154-179-dynip.superkabel.de)
22:04.03*** join/#tomcat factor (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
22:16.45*** join/#tomcat lyken (~dc@67-231-241-244.turnkeyinternet.net)
23:34.59*** join/#tomcat ibot (~ibot@rikers.org)
23:34.59*** topic/#tomcat is Stable versions: 6.0.29, 5.5.31. Newbies use the official binary from tomcat.apache.org, an RPM from http://www.webdroid.org/archives/tomcat-package, or the latest tomcat6 testing deb. Check logs before you ask a question. SLOW MOTION CHANNEL (we all have jobs & kids): Ask your question including your TC, Java, & OS versions, then wait; check back often for answers.

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