irclog2html for #tomcat on 20061123

00:19.36*** join/#tomcat prgrmr_ (n=prgrmr@bzq-82-81-26-221.red.bezeqint.net)
00:25.15evoshHi.
00:45.21yassineevosh,
00:45.36yassinehi mate
00:45.43evoshHey, how are you?
00:45.51yassineim doing well and you ?
00:45.57evoshDo you guys have Thanksgiving type holiday in Dutchland?
00:46.15yassinein one part of Germany yes
00:46.21evoshI'm tired and again having a bad headache but surely wouldn't discourage me to read on some books.
00:46.26yassinein the other part where Iam no :/
00:46.41evoshOk, anyway we have a day off tomorrow.
00:47.00yassineenjoy it dude :)
00:47.04evoshNot necessary in my line of work but apparently no one is showing up tomorrow which translates into me not working as well.
00:48.33evoshYou know, sh|t like this upsets me immensely: ((SomeClass.StaticVariableOfClassY)null).ClassYStaticVariable;
00:49.03evoshIt reminds of C's (void *) -- The horror... The HORROR.
00:49.13rhizmoejust try mixing custom error pages on apache when you have jkmount /* :)
00:49.18yassineevosh,  see here : http://www.anfatech.com:8080/docs/
00:49.22yassine:)
00:49.42evoshWow, when did that happen?
00:49.46yassineits up again finnaly
00:49.54yassineand now on 6.0
00:49.55evoshI'm so way out of the leagure for a while.
00:50.41yassinei just need to find out a way how to optimise my url
00:51.14yassineevosh, http://www.anfatech.com:8080/cocoon/main/6.html
00:51.49evoshI demand some documentations.
00:51.57evoshWhere are the tutorials?
00:52.07yassine:( server crash
00:52.36evoshYou kidding me? They all gone!!!!!!
00:52.44yassineyes :/
00:52.46rhizmoei like it when coders bury the comment close tag in the middle of their code
00:53.50evoshHow is it that no server ever crashed on me.
00:53.50yassinethat was the last thing i expected and it happens the moral of the story is : back up and back up
00:54.09evoshYa, well, I don't have much to backup and I do back up time to time.
00:54.21evoshLike last weekend I backed up almost 30 GB.
00:55.11evoshSo did the hard drive die or something?
00:55.19evoshNo possible recovery?
00:56.11yassinesome pam packages were damaged after an upgrade
00:57.13evoshOk, so that caused what?
00:57.27yassinei had no access to the box anymore
00:58.23evoshWow, what distribution were you using?
00:58.25yassinei was in hurry and reinstalls it :(
00:58.38yassinei was using gentoo
00:58.57evoshThat's just strange.
00:59.19yassineits a good distro but anyway
00:59.28yassinenow i have the latest daisy
01:00.10evoshHah, I need to get back to my servlet/JSP studies.
01:00.21evoshHaven't been motivated for a few months as you know.
01:00.33evoshNow the motivation is kicking in.
01:00.51yassinecool
01:01.08evoshYou know how each type is defined in Java?
01:01.45evoshIt cosists of the name of the class plus the "definding classloader," which is the classloader that has loaded the class.
01:02.04evoshIn other word: C = <N, CL>
01:02.39evoshSo C1 = <java.lang.String, CL1> != <java.lang.String.CL2> = C2
01:03.19evoshAnyway, I was reading on some article that system classes have "null" as their defining classloader.
01:03.42yassineaha
01:04.41evoshSo I was wondering if I load my class with one of forName() variant methods which takes a ClassLoader as an argument... What if I place null in place of the ClassLoader argument!!!
01:05.16evoshLet me check the API see the overriding method deals with such special case.
01:05.18evoshksjdflsjaf'lsdajkf
01:05.23swenteevosh: shouldn't it fall back to the system-classloader?
01:06.07evoshPerhaps or even calls forName(String classname) which in return uses the calling ClassLoader not the system class loader.
01:06.10evoshLet me see.
01:07.35evosh"If the parameter loader is null, the class is loaded through the bootstrap class loader."
01:07.46evoshDamnit, they covered all angles. :)
01:17.26yassineokay guys time for bed here
01:17.33yassinegood night all
01:21.50evoshGood night my friend.
01:54.32*** join/#tomcat columbo (n=columbo@pool-71-104-18-28.lsanca.dsl-w.verizon.net)
02:23.36*** join/#tomcat wsmoak (n=wsmoak@ip68-96-53-53.ph.ph.cox.net)
02:46.56columbosince apache likes to listen to all incoming ssl requests when enabled, is it possible to run tomcat using ssl - at the same time?
02:52.02columbodamn the man.
02:55.00wsmoakcolumbo: sure, if you pick a different port
02:56.29columbo:( i wanted 443
02:56.52wsmoakFor a particular port... there can be only one :)
02:57.09columbowell they are two different domains
02:57.47columbothey are on the same IP i'm afraid as well
03:03.06columboi'll get something going. i can always put trac on another port or configure trac with lighttpd at least that does allow for specific domain ssl configurations from what i understand.
03:36.17*** join/#tomcat foxfire (n=foxfire@210.4.156.201)
03:38.34*** join/#tomcat Mqueue (i=Mqueue@CPE00112f52d29d-CM0011ae91efa6.cpe.net.cable.rogers.com)
03:39.08Mqueuehi, i was looking for some help to setup apache with tomcat, can someone help me please :)
03:41.10columbobest way i know how is to usr proxy_ajp
03:41.15columbowhats up
03:41.34Mqueuei got the mod_jk2 connection going but dont understand what to do next
03:42.31Mqueuethey both are setup on differnt ports 8000 for the web server and 8080 for the tomcat
03:42.50Mqueuehow do i make my app working on a single url
03:43.39columboi wouldnt bother, trust me proxy_ajp is much easier and better imo
03:43.47columbohere is a sample config http://coldfugitive.com/paste/?post=3593
03:44.08Mqueueok cool..i'll try that let me see thanks for your help :)
03:44.20columbonp
03:48.03Mqueuewhere do i download the connector from ?
03:48.09Mqueuei mean the module
03:48.10Mqueue.so file
03:51.10columbowhat distro are you using?
03:51.48Mqueueim on winxp
03:51.51Mqueuelocalmachine
03:54.22columbothat i don't know.
03:54.51Mqueueok i got some material let's see if i can follow this..
03:54.53Mqueuethx though
03:55.28columbosure
05:13.48Rydstedthello, i have a little problem with form-based auth
05:20.30*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
05:29.51Rydstedtwhy does my image on my login.jsp vanish when i turn on the realm. if i try to get to one of the protected sites ill get the login without pictures. if i look at the login.jsp file seperatly(still on server) then it has pictures. the pictures are not in the protected area
05:30.17Rydstedt?
05:32.25jasonbBrowser cache.
05:32.51Rydstedthow would i fix it. turn of the cache?
05:32.53Rydstedtoff
05:49.41*** join/#tomcat Rav (n=Rav@n218103111220.netvigator.com)
06:05.27Rydstedti really have no idea why these images are not showing
07:42.43pfnjasonb I've now added drag and drop for image uploading  :)
07:42.46pfnkinda neat...
07:43.13jasonbpfn: Cool!
07:43.20pfnjasonb try launching it
07:43.27pfner, in  minute
07:43.28jasonbpfn: Drag & drop really isn't used enough these days.  :)
07:43.43pfnI haven't blocked anonymous user from viewing the dnd dialogs yet
07:43.49pfn(you can click upload, but it won't go)
07:43.55jasonbI wouldn't be able to upload images to it anyway, would I?
07:43.57pfntry it...
07:44.00pfnyou wouldn't be able to
07:44.05pfnbut you would see what the upload ui looks like
07:44.23pfnI wonder what filemanager I can run in X to do dnd
07:44.57pfnif you can dnd that is
07:45.14jasonbUnexpected error.... Unable to launch HanHuy Jam
07:45.26pfnhrm, check the exception tab?  and pastebin it?
07:45.38jasonbJava's drag & drop only works within the Java VM process, last I knew.
07:45.55jasonbCategory: Unexpected Error
07:45.55jasonbUnexpected exception: java.lang.NullPointerException
07:46.16pfnjava.lang.NullPointerException at javax.swing.ImageIcon.<init>(ImageIcon.java:138) at com.hanhuy.ria.ui.action.AbstractAction.parseValue(AbstractAction.java:106)
07:46.19pfnhmm
07:46.25jasonbjava.lang.NullPointerException
07:46.26jasonbat javax.swing.ImageIcon.<init>(ImageIcon.java:138)
07:46.26jasonbat com.hanhuy.ria.ui.action.AbstractAction.parseValue(AbstractAction.java:106)
07:46.26jasonbat com.hanhuy.ria.ui.action.AbstractAction.configureAction(AbstractAction.java:67)
07:46.33pfnah, oops
07:46.41pfnI forgot to check in an image
07:46.46jasonbheh
07:47.31jasonbpfn: So your goal here is to view all images from a camera's memory card, and drag & drop ones you want to publish into an album?
07:48.26pfnpretty much
07:49.12pfnalright it launches this time around
07:49.20pfnjust needed to update ria-resource.jar
07:49.58pfnjasonb yeah, navigate to any album and you can then drag and drop images
07:50.08pfnthe preview option is the more interesting option
07:51.43pfnare you able to drop images into the album panel?
07:51.57jasonbDrag them from where?
07:52.44pfnugh, nautilus won't dnd into it
07:53.03pfnjasonb on windows dnd works "natively"
07:53.10pfne.g. I can drag from any app and drop it into a java app
07:53.10jasonbNope.  Non-Java-app --> Java app D&D won't work.
07:53.18pfnworks on windows...
07:53.28pfnI can drag from ie/explorer -> java
07:53.38pfnI wonder what other file manager might work
07:54.03jasonbHmm..  Maybe on Linux/non-windows the d&d is more application specific.. I don't know.
07:55.16jasonb(guess not)
07:55.29pfnI don't know how dnd works in x11 either
07:55.38pfnit was never usable when I used it as my desktop
07:55.52pfnat least I can hope that it works on macosx
07:56.43jasonbI thought you meant that your ria had a panel where I could browse my pictures on my machine, then from that panel (Swing, inside the ria), I could drag & drop the images into the other panel of the same GUI.
07:56.47jasonbThat would work.
07:57.08pfnwell, I have a file browser, but that's not accessible if you're not logged in
07:57.17jasonbI'd actually be surprised if the d&d worked on macosx, but I'd be more surprised to see it work on Linux than on macosx.
07:57.26jasonbahh.
07:57.35pfnthe dnd is just a recent thing I just figured out today, heh
07:57.38jasonbWell, if I'm not logged in, I shouldn't exactly be creating albums anyway.
07:58.42pfnOne note regarding D&D on Linux. I've observed that when dropping files from Nautilus (Gnome file mananger) on Java app only accesible flavor is DataFlavor.stringFlavor (not DataFlavor.javaFileListFlavor...). That mean that you can get only string like 'file:///home/joe/droppedfile.txt'.
07:58.47pfnhmm
07:59.49jasonbahh.  So then it does not support non-text/plain mime type data.
08:00.37jasonbMaybe then some custom app string recognition could make it work anyway.
08:00.42pfnyeah
08:00.59pfnhttp://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4899516
08:01.05jasonb(if what the Java side receives can uniquely identify what was dragged & dropped)
08:02.50jasonbYeah.  It's been a problem since the beginning, and Sun hasn't fixed it.
08:03.22jasonbI wonder if JDK 1.6.0 works any better.
08:03.53pfnconsidering the bug is still listed as in-progress, I'm guessing no
08:03.56jasonbAre you using/playing with JDK 1.6.0 yet?
08:04.35*** part/#tomcat foxfire (n=foxfire@210.4.156.201)
08:04.38pfnhaven't yet
08:04.42pfnwaiting for it to ga
08:04.47jasonbI did some more Apache vs. Tomcat benchmarking in the last couple of days, and found that worker mpm really does go faster than prefork (it should!), but, worker mpm *still* does not beat Tomcat.
08:04.50pfnnot a fan of upgrading again and again
08:05.20jasonb(even though worker mpm more than doubled the performance of httpd once I had the right settings)
08:05.45jasonb1.6.0 is quite nice already.
08:06.05jasonbIt's a solid significant percent faster than 1.5.0_0x.
08:06.12pfnI've heard as much as 30%
08:06.19jasonbIt's probably true.
08:06.29jasonbI've seen a consistent 8%, at minimum.
08:06.52jasonbTomcat 6.0.x can start up in just over one second with JDK 1.6.0 rc2.
08:06.59jasonberr, rc (1).
08:07.27pfnFlavor: java.awt.datatransfer.DataFlavor[mimetype=text/plain;representationclass=[B;charset=US-ASCII]
08:07.30pfnhmm
08:07.32jasonbThat is, Tomcat can be all the way done starting up in like 1.1 seconds.
08:07.36pfnthat's what nautilus passes...
08:07.40pfnimpressive
08:07.50pfnI'll try it once it ga's
08:08.22jasonbIs that all the info that nautilus sends Java?
08:08.30pfnno, that's just the "handshake"
08:08.37jasonbOk.. good.  :)
08:08.42jasonbCause that's not enough.  :)
08:08.47pfnbased on that information, I'm supposed to determine whether or not I can accept the drop
08:08.55jasonbahh.  Cool.
08:09.33jasonbIf you can get d&d working from nautilus to Java like that, you're my hero.
08:09.47jasonbI don't think I've ever seen any Java application do that.
08:11.20pfnmeh, wife's calling me away... I'll screw around with it over this weekend or probably on monday at best...
08:11.28pfnanyway, happy thanksgiving
08:14.59jasonbOkay.
08:15.03jasonbHappy Turkey Day!
08:40.50*** join/#tomcat wam (n=wam@p549D3B29.dip0.t-ipconnect.de)
08:49.26*** join/#tomcat yango (n=yan@unaffiliated/yango)
08:50.39*** join/#tomcat prgrmr__ (n=prgrmr@bzq-88-153-102-85.red.bezeqint.net)
08:51.21*** join/#tomcat thedarkshaman (n=chatzill@gar13-2-82-239-234-232.fbx.proxad.net)
09:08.35puckommm.. turkey
09:08.41puckosome nice chicks there
10:20.03*** join/#tomcat yassine (n=yassine@xdsl-84-44-178-83.netcologne.de)
10:21.05yassinemorning *
10:33.08thedarkshamanHi everyone
10:33.13thedarkshamanhi yassine
10:33.24thedarkshamani fix up my problem
10:33.51yassinecongrats thedarkshaman
10:33.58thedarkshaman:)
10:34.13yassineand what was the issue ?
10:34.15thedarkshamanI'm happy to get the job done alone
10:34.28thedarkshamani think it was about the configuration files
10:34.37yassinei can understand that its the best way solving things
10:34.50thedarkshamana temp dir was badly specifyed
10:35.12yassineahh :) now i gtg work :) c you later
10:35.41thedarkshamansee you later :D
11:05.07*** join/#tomcat wiz (n=wiz@203.215.160.146)
11:28.41*** join/#tomcat didlix (n=rgraves@serv2.de.thefuturesperfect.net)
11:29.18didlixhi, i've deployed a webapp, but for somereason it thinks it's root directory "/" is the webapps folder and not webapps/mywebapp
11:29.26didlixrunning tomcat 5.5
11:30.09didlixall the links there for refer to http://server/images/logo.gif instead of http://server/mywebapp/images/logo.gif
11:31.02*** join/#tomcat wam (n=wam@p549D0F57.dip0.t-ipconnect.de)
11:50.26*** join/#tomcat yassinework (n=nyel@xdsl-84-44-178-83.netcologne.de)
11:51.08yassineworkhi everyone again :)
12:02.00didlixhi
12:12.27PennFanhi yassine
12:14.42*** join/#tomcat kasbah (n=kasbah@port-212-202-42-65.dynamic.qsc.de)
12:51.53yassineworkhey PennFan how is everything ?
13:03.27PennFanyassine, everything is fine, so far. i have a day off tomorrow
13:07.06yassineworkthats great
13:07.21yassineworkim looking for asterisk compatible pci cards :)
13:08.20*** join/#tomcat thedarkshaman_ (n=chatzill@gar13-2-82-239-234-232.fbx.proxad.net)
13:08.55yassineworkand i need to hack 2 old dell laptops to get one of them working, since both are 60% damaged if that did not work ill try an other box so for that case i need an asterisk compatible card
13:31.51*** join/#tomcat kasbah (n=kasbah@port-212-202-42-65.dynamic.qsc.de)
13:42.51*** join/#tomcat xen (i=xen@smoothmoves.bfh.ch)
13:42.55xenhi @ll
13:42.59xenproblem with tomcat
13:43.02xenon debian
13:44.02xeni can see the mainpage and also manage
13:44.04*** join/#tomcat wsmoak (n=wsmoak@ip68-96-53-53.ph.ph.cox.net)
13:44.38xenbut not anym ore the jsp nor the sample-example
13:45.11xeni got inside the management after editing the user privilegs and tred to install admin
13:45.30xennow i can login but still not to admin and any more to my own pages
13:45.38xencan anybody help me please?
13:55.42*** join/#tomcat thedarkshaman_ (n=chatzill@LAubervilliers-151-13-111-75.w217-128.abo.wanadoo.fr)
13:58.16xennobody here?
14:04.44*** join/#tomcat a4akb (n=Akbara@62.150.72.34)
14:52.00*** join/#tomcat leonel (n=leonel@189.155.106.65)
15:03.54*** join/#tomcat yel (n=yassine@xdsl-87-78-119-205.netcologne.de)
15:05.25*** join/#tomcat djbaker2 (n=djbaker2@host86-139-64-100.range86-139.btcentralplus.com)
15:15.32evoshGood morning sunshines.
15:16.08evoshOnce again generics got me -- back to fundamentals.
15:16.45evoshGiven such generic method: public static <T> List<T> toList(T... arr) { List<T> list = new ArrayList<T>();
15:16.45evoshfor (T elt : arr) list.add(elt); return list;
15:16.45evosh} }
15:17.02evoshWhy List<Object> objs = Lists.toList(1, "two"); produce an error?
15:24.05*** join/#tomcat Alan_ (n=Alan@81.2.69.24)
15:29.05*** part/#tomcat a4akb (n=Akbara@62.150.72.34)
15:29.09Alan_anyone about?
15:30.23evosh?
15:31.06Alan_seems pretty quiet ... can one pose a question regarding the building of tomcat from source?
15:33.36evoshUmm... You are looking for someone to ask a question regarding that topic or are you asking for permission to ask such question?
15:34.15Alan_now why would i want someone to ask that question! seems a pretty bizarre thing to do.
15:34.34Alan_no, i wish to ask that question -- i take this is a potential place to do it?
15:34.34evoshYour wording was ambiguous. :)
15:35.07evoshOf course, ask and wait for someone who knows the answer.
15:35.14Alan_sorry, was using Queens english there ... i know how that confuses some. :)
15:35.35evoshQueens or Yankees, simplicity is beautiful.
15:36.02Alan_is it usually this quiet?  or is Thanksgiving having a bearing on things.
15:36.33evoshIt is not a high traffic channel and most people are either at work or doing chores.
15:36.55evoshAdd a holiday to the mix and you'll end up with a very quiet place.
15:37.13evoshBut most people are very helpful and friendly.
15:37.24Alan_:) i hear you sir.  is there any archives for here or is all this beautiful chat lost to the ether?
15:37.58evoshI think this channel is being logged if I am not mistaken.
15:38.29*** join/#tomcat yassinework (n=nnyel@xdsl-87-78-119-205.netcologne.de)
15:38.34evoshhttp://tomcat.apache.org/irc.html
15:38.40evoshHey yassine.
15:39.11Alan_evosh: yeah thats how i found this channel, just didn't see any links to archives on my travels.
15:46.52*** join/#tomcat a4akb (n=Akbara@62.150.72.34)
16:48.44*** join/#tomcat jldomingo (n=jldoming@98.Red-80-38-114.staticIP.rima-tde.net)
16:49.08jldomingoHi
16:49.25jldomingoIs there a way to do a kind of mod_rewrite or similar in tomcat?
16:49.57jldomingoLet's say that accessing /foo takes to /bar/foo
16:52.12jldomingoWhat's the tomcat approach for a .htaccess in apache (if any)?
17:20.36*** join/#tomcat rbd (n=rbd@adsl-074-229-183-112.sip.rmo.bellsouth.net)
17:22.02rbdhey guys, I have a javax.sql.DataSource container object specified in a Resource tag in my server.xml file. In that, the username and password are passed as tag aruments...is there any way that I can set/reset these in the servlet code itself (specifically, within the contextInitialized() method of a ServletContextListener) /
18:00.36rbdwith a JDNI datasource, is there any way to set/alter the connection parameters during runtime (e.g. in java code)?
18:27.52*** join/#tomcat Demian (n=demian@201.206.32.18)
18:27.55Demianhi
18:28.02Demianwhy do i receive this error:
18:28.13DemianGRAVE: Error filterStart
18:59.14Demianwhere is:
18:59.18Demianjava.lang.NoClassDefFoundError: org/apache/commons/collections/SequencedHashMap  ?
19:01.09*** join/#tomcat battlesquid (n=anders@84.208.241.68)
19:04.52battlesquidhello i have just installed tomcat 5.5 using synaptic package manager in ubuntu (edgy eft), and have set JAVA_HOME in .bascrc to the right path. When running "$ sudo /usr/share/tomcat5.5/bin/shutdown.sh" i get SEVERE: Catalina.stop: java.net.ConnectException: Connection refused.
19:05.56battlesquidoh i ran the wrong script *doh*
19:08.30battlesquidI still have problems although running the right script obviously was more successful. I'm unable to connect to http://localhost:8080/ after starting tomcat, but no error message came when i ran "$ sudo /usr/share/tomcat5.5/bin/startup.sh"
19:21.05*** part/#tomcat Demian (n=demian@201.206.32.18)
19:46.07codejunkybattlesquid: Take a look into the log file.
19:46.52codejunkybattlesquid: Maybe /var/log/tomcat or /usr/share/tomcat5.5/log or something. Or try: `locate log | grep tomcat`
19:48.01codejunkybattlesquid: catalina.out is the file where the error is written to. (When there is an error)
19:50.34codejunkybattlesquid: btw. is there no /etc/init.d/tomcat?
19:52.57battlesquid<PROTECTED>
19:53.15codejunkybattlesquid: You should this file to start and stop tomcat.
19:53.29battlesquidhm i see
19:54.09codejunky+use
19:56.02battlesquid"$ sudo /etc/init.d/tomcat5.5 start " gives me no error messages, only "Starting Tomcat 5 servlet engine using Java from /usr/lib/jvm/java-1.5.0-sun: tomcat5.5."
19:56.31codejunkybattlesquid: Could you post the last 10 lines of catalina.out log file?
19:57.00battlesquidi will once i find it, locate catalina.out returned no hits :-/
19:57.34codejunkyStrange.
19:57.44codejunkyls /usr/share/tomcat5?
19:57.48battlesquidoh i forgot to sudo updatedb
19:58.26codejunkyHehe
19:58.50battlesquid$ sudo less /var/log/tomcat5.5/catalina.out
19:58.50battlesquidPassword:
19:58.50battlesquid/var/log/tomcat5.5/catalina.out is not a regular file (use -f to see it)
19:59.05battlesquid$ ls -l /var/log/tomcat5.5/catalina.out
19:59.05battlesquidprwx------ 1 tomcat5 root 0 2006-11-23 20:54 /var/log/tomcat5.5/catalina.out
19:59.28battlesquidwhat is that anyway?
20:01.47battlesquidthat's the only file named catalina.out on my fs. am i doing something wrong?
20:02.30codejunkyNo, that is the proper file.
20:02.42codejunkyPlease use rafb.net/paste next time!
20:02.50battlesquidsorry
20:03.14codejunkytail /var/log/tomcat5.5/catalina.out
20:03.27battlesquidit's 0 bytes, empty file
20:03.49codejunkyls /var/log/tomcat5.5/ shows what?
20:04.02battlesquidls -lh /var/log/tomcat5.5/catalina.out, yes
20:04.09codejunkyps aux | grep tomcat
20:04.33battlesquidbig dump
20:06.25battlesquidhttp://rafb.net/paste/results/HnEVAj40.html
20:07.24codejunkyTomcat is running.
20:07.40codejunkyYou should reach it by pointing your browser to localhost:8080
20:09.25battlesquidbelieve me i have tried.
20:10.10codejunkyThen I have no clue.
20:10.13battlesquidi just tried again although i haven't made any changes and naturally it didn't work this time either.
20:38.15*** join/#tomcat flexable (n=flexable@87.19.96.37)
20:50.42*** join/#tomcat prgrmr (n=prgrmr@bzq-88-153-102-85.red.bezeqint.net)
21:15.46*** join/#tomcat cobaltsixty (n=cobaltsi@201008133106.user.veloxzone.com.br)
21:46.37*** join/#tomcat xen (n=jebearco@adsl-84-227-217-36.adslplus.ch)
21:46.59xenhi @ll
21:48.16xentomcat 6 on debian
21:48.31xenproblems running jsp and with mysql driver
21:48.40xenwho can help me?
22:21.16*** join/#tomcat LongBeach (n=mike@AFontenayssB-152-1-66-10.w82-121.abo.wanadoo.fr)
22:33.35*** join/#tomcat Alan__ (n=Alan@81.2.69.24)
23:31.29*** join/#tomcat jasonb_ (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
23:53.14*** join/#tomcat marccollin (n=marccoll@modemcable200.76-131-66.mc.videotron.ca)

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.