irclog2html for #tomcat on 20030827

00:22.20*** join/#tomcat jbriscoe (~jbriscoe@h-66-167-69-228.CHCGILGM.covad.net)
00:50.47*** join/#tomcat ilf (~ilf@217.79.38.103)
00:52.10ilfhi
00:54.17*** join/#tomcat find_me (~find_me@dnvr-dsl-gw32-poolb159.dnvr.uswest.net)
01:06.54*** join/#tomcat find_me (~find_me@dnvr-dsl-gw32-poolb159.dnvr.uswest.net)
01:10.36*** join/#tomcat find_me (~find_me@dnvr-dsl-gw32-poolb159.dnvr.uswest.net)
01:11.46*** join/#tomcat IRCMonkey_ (~chatzilla@64.214.102.235)
01:58.24*** join/#tomcat Gnug225 (~Gnug225@24.236.252.206.gha.mi.chartermi.net)
02:38.22*** join/#tomcat Spline (~dj_aia@anja.isisnetworks.net)
03:40.12*** join/#tomcat mod_cure (~Cure@cs6668191-88.austin.rr.com)
03:48.05*** join/#tomcat Soulshift (~chatzilla@bb-203-125-29-213.singnet.com.sg)
04:03.36SoulshiftHi, I'm using Tomcat 5.0.9, and clicking Commit Changes in the Administration Tool results in a FileNotFound exception for servlets-examples.xml. Anyone have an idea about what I could be missing here?
04:37.29*** join/#tomcat mod_cure (~Cure@cs6668191-88.austin.rr.com) [NETSPLIT VICTIM]
04:37.29*** join/#tomcat sdsad (antilove@zolo.freelsd.net) [NETSPLIT VICTIM]
04:37.29*** join/#tomcat Raboo (~rabi@nikson.dataphone.se) [NETSPLIT VICTIM]
04:43.44*** join/#tomcat jasonb (~jasonb@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
05:09.06*** part/#tomcat Gnug225 (~Gnug225@24.236.252.206.gha.mi.chartermi.net)
05:11.12*** join/#tomcat duzzer (~duzzer@62.141.79.74)
07:50.14*** join/#tomcat ilf_ (~ilf@217.79.38.103)
07:58.16*** join/#tomcat jkk (~www@h000625d7017a.ne.client2.attbi.com)
08:07.41*** join/#tomcat Adelheit (~none@80.146.165.65)
09:05.59*** join/#tomcat vakYpollo (~higopico@151.Red-80-36-135.pooles.rima-tde.net)
09:29.42*** join/#tomcat Etriaph (~etriaph@CPE002078c99005-CM0000393b9061.cpe.net.cable.rogers.com)
09:29.48EtriaphAnyone awake?
09:30.23vakYpolloaure
09:30.30EtriaphHey.
09:30.33vakYpollo(sure... but not too much awake :)
09:31.18EtriaphWould you know how to setup a Tomcat context (and Apache too) so that I can serve JSPs from Apache's DocumentRoot ?
09:32.13EtriaphI have a <Context path="/" ... >
09:33.13vakYpolloEtriaph: dou you want apache to server the JSP from tomcat or just share the DocumentRoot?
09:33.21vakYpollos/to server/to serve
09:33.43EtriaphI want Apache to serve the JSP from Tomcat, thereby allowing me to http://domain.tld/index.jsp
09:34.17EtriaphThis context kind of works, because I can see the directory listing, but when I click on index.jsp I get a 404
09:34.17vakYpollothen you will need to use an apache<->tomcat connector (pretty easy)
09:34.27EtriaphYa, I have it setup that way.
09:34.31EtriaphUsing mod_jk
09:34.53vakYpollook.  have you written any JkMount directive in apache config fileS?
09:35.00EtriaphRight now I can browse to http://localhost/examples/ and get the Tomcat Examples.
09:35.18vakYpollocan you browse you app directly from tomcat?
09:35.40EtriaphHaven't tried that yet, sec...
09:36.11Etriaphhttp://localhost:8080/index.jsp gives me the Apache greeting page
09:38.46vakYpolloare you redirecting the page?
09:38.51vakYpollowhat does index.jsp contains?
09:39.41Etriaph<% String bleh = new String("Bleh"); %> <%= bleh %>
09:40.13vakYpolloso it should not show the apache greeting page.
09:41.04EtriaphAnd it doesn't.
09:41.34EtriaphApache shows the contents of /, which is index.jsp
09:41.43EtriaphWhen clicking on the link, I get a 404
09:41.57vakYpollobut tomcat is not runnin on port 8080, ins't it?
09:42.11EtriaphYes.
09:42.38EtriaphMaybe you can't make <Context path="/" ... >
09:42.41Etriaph?
09:43.27vakYpolloit's a bti rare
09:43.34vakYpollos/bti/bit
09:44.32EtriaphYa, I figured.
09:46.19EtriaphBut it's gotta be possible.
09:46.37EtriaphI would like the whole website to be capable of running JSP code.
09:46.51EtriaphServlets I'm not so concerned about.
09:48.15EtriaphIf this isn't possible I'd be surprised.
09:50.00vakYpolloEtriaph: is index.jsp the "index page" ?
09:50.06EtriaphYes.
09:50.29EtriaphThe context works if it's not the server's root.
09:50.30vakYpolloand is so configured in apache?
09:50.36EtriaphYes.
09:50.45EtriaphDirectoryIndex index.html index.html.var index.jsp
09:52.11vakYpollohow is the whole <Context> line?
09:52.23vakYpollowhat about docBase ?
09:52.31vakYpollo(docBase attrbute)
09:53.08*** join/#tomcat asdfasf (~asdfasf@220.255.11.245)
09:53.20Etriaph<Context path="/" docBase="/path/to/jsps"  debug="9" reloadable="true" >
09:53.33asdfasfhi i need help in getting my tomcat install any one can help?
09:54.07vakYpolloEtriaph: try <Context path="/jsps" docBase="/path/to" .... >  :)
09:54.08EtriaphIf I set path="/blah" it's all good, but I can't make it /
09:54.22vakYpollothen JkMount / /jsps
09:54.22EtriaphI want it set to the root of the server.   :)
09:54.51vakYpollosprry...
09:54.53vakYpollosorry.
09:54.56asdfasfmy tomcat installer can't find my jdk...
09:57.20vakYpolloEtriaph: is your apache documentroot the same than the tomcat context document base?
09:58.00EtriaphActually, no.  I commented out DocumentRoot because mod_jk.conf creates a virtualhost
09:59.57vakYpolloso I suppose mod_jk.conf specify the same documentroot than the context, ins't it?
10:00.57EtriaphActually, it doesn't.
10:02.16vakYpolloit's needed so you can say "JkMount /·jsp ajp12" or ajp3 or whatever.
10:02.25vakYpollo<PROTECTED>
10:03.20asdfasfhello~
10:03.38asdfasfanyone can advise me on the path thing pls?
10:05.31Etriaphasdf: Windows or UNIX?
10:06.14asdfasfthanks win2k
10:06.35EtriaphYou need to click on My Computer, then click on Advanced..
10:06.42asdfasfokie i have install j2sdk1.4.2
10:06.50EtriaphThat would help.
10:07.27asdfasfhummzzz under which enviorment should i set
10:08.58EtriaphSystem.
10:09.11EtriaphSet JAVA_HOME to c:\path\to\jdk
10:11.21asdfasfokie I am a win2k idiot, kindly advise me on the part again
10:11.57asdfasfjust click on new?
10:13.36EtriaphYes.
10:13.41EtriaphVariable name is JAVA_HOME
10:13.59EtriaphValue is c:\j2sdk1.4.2\ or wherver it is.
10:14.48asdfasfthanks Etriaph
10:15.03asdfasfgot the install running at last
10:16.46Etriaph*nods*
10:23.59asdfasfhey Etriaph >> still doesn't detech my sdk install
10:24.00*** join/#tomcat vkanta (~vkanta@38.144.57.106)
10:24.40vkantahello can some one point me to the right direction how to set up jwsdp1.2 with tomcat5.09?
10:26.49EtriaphDid the install start?
10:26.54EtriaphWere you able to install it?
10:27.23asdfasfhalf way and suddenly it prompt me the jdk was not install
10:27.45asdfasfI am able to use the textpad to compile
10:28.10asdfasfmeaning there should be already a sdk installed.
10:28.47EtriaphYou should also set PATH=$PATH;$JAVA_HOME\bin
10:34.04vkantahello can some one point me to the right direction how to set up jwsdp1.2 with tomcat5.09?
10:34.14vkantadows any one knoow how to do this
10:34.16vkanta?
10:34.25vakYpollonot me, sorry.
10:34.39asdfasfhey Etriaph >> THANKSS INSTALL AT LAST hahahah thanks again
10:35.24vkantai get tomcat to run fine but i cannot run the jwsdp services
10:35.34*** join/#tomcat sasha (~sasha@195.69.221.24)
10:36.48Etriaphasdf: np
10:41.05*** join/#tomcat find_me (~find_me@dnvr-dsl-gw32-poolb159.dnvr.uswest.net)
10:47.24asdfasfthanks again and i will be back
10:47.46vakYpolloEtriaph: btw.. does to work?
10:47.55vakYpolloEtriaph: btw.. does it work? (the context stuff)
10:51.30*** join/#tomcat ilf (~ilf@217.79.38.103)
10:57.50*** join/#tomcat easyE ([8nzjHCif2@panix3.panix.com)
11:05.32*** join/#tomcat find_me (~find_me@dnvr-dsl-gw32-poolb159.dnvr.uswest.net)
11:17.28*** join/#tomcat schlumpf (marcel@dsl-213-023-049-065.arcor-ip.net)
11:21.45*** join/#tomcat vakYpollo (~higopico@151.Red-80-36-135.pooles.rima-tde.net)
12:05.51*** join/#tomcat ^free^tom (~thomas_ra@61.11.57.57)
12:05.53^free^tomHi
12:05.56Etriaphrequest.getMethod(); returns to me the last request method made to the jsp or servlet, but what if there are several methods for the request?  Can I find out whether a certain value was sent by post or get?
12:07.41^free^tomWhen I try to upload a site it tells me Access to the desired resource was denied by the server
12:07.52^free^tomWhat could be wrong.
12:08.13^free^tomI have set the readonly param to false.
12:08.34^free^tomin the WEB.xml file in the webdav directory.
12:09.59^free^tomHi
12:11.39vakYpolloEtriaph: I can't see any help from HttpServletRequest to get the method for an attribute
12:12.01vakYpollo^free^tom: what does the log say.
12:12.02vakYpollo?
12:12.14sobeli thought there was exactly one request method in a request
12:13.05^free^tomThe does not say anything.  Not the logs on Apache.
12:13.24vakYpolloyou could combine get+post using a URL with parameters in a form.
12:13.39Etriaphsobel: <form method="POST" action="processor.jsp?stuff=bloo&foo=bar">
12:14.02vakYpollo^free^tom: but does the error come from? from apache? from tomcat'
12:14.04vakYpollo?
12:14.06EtriaphvakYpollo: I suppose I could always disect or inspect request.getQueryString();
12:14.19sobelthen the method is POST
12:14.26Etriaphsobel: And GET
12:14.28sobelno
12:14.33EtriaphYes.
12:14.38sobelgood luck with that
12:14.45sobeli do not think that is correct
12:15.02EtriaphYour action creates a GET request, your form submission creates a POST request.
12:15.04vakYpolloEtriaph: sure.. but you will have to check for dupicated variables (a variabel that came from GET and/or POST)
12:15.10sobelthe request type is just another variable
12:15.14sobelthat is one request
12:15.17^free^tom2003-08-27 17:45:01 StandardWrapper[/webdav:webdav]: Loading container servlet webdav
12:15.47sobelone form = one request
12:16.04Etriaphsobel: Two requests, if you're sending GET and POST data.
12:16.07sobelno wonder you can't get the "other" request type
12:16.17vakYpolloit's POST, but the URL has parameters... just that... and they are also decoded.
12:16.28sobelyou're not sending a GET if you submit a form that has method="POST"
12:16.42vakYpolloPOST <the url> HTTP/1.1
12:17.00sobeluse tcpdump to watch the headers go by
12:17.10sobelvery informative.  there is a POST or a GET but not both.
12:17.11vakYpolloso.. <the url> can have parameters.
12:17.11Etriaph<form method=post action="file.jsp?this=is&a=get&string=">
12:17.28sobelthose parameters do not cause an additional GET
12:17.36EtriaphBut they are GET data.
12:17.41EtriaphAnd available.
12:17.50sobelyes, they are available, no there was not a POST
12:17.54sobelyes they are still parameters
12:17.57vakYpolloPOST /file.jsp?this&is&a=get&string HTTP/1.1
12:18.26sobelwhat does it matter?  the parameters arrive the same exact way, whether it's a POST or a GET
12:18.29vakYpollo^free^tom: so... where does the error come from? have you checked catalina.out?
12:18.45sobelthat's really independent of the request type, which could be anything including PUT or HEAD or DELETE
12:18.52EtriaphChecking if something is sent by post or get allows me to know whether or not someone is spoofing a page.
12:19.09sobelspoofing a page, eh?
12:19.19vakYpolloyou could never control that.
12:19.39EtriaphvakYpollo: PHP gives me access to $_GET["var"] and $_POST["var"]
12:19.50vakYpolloyes, I know.
12:19.55sobeldon't let PHP confuse you about protocols, man
12:20.13vakYpollobut I mean to control spoofing in an HTTP request.. you can always build the HTTP request you want.
12:20.14Etriaphsobel: It hasn't.  But it's nice to know if something was passed on the query string or not.
12:20.29sobelrequest type is just another parameter
12:22.08EtriaphIn any case, I can just create a class to inspect the query string.
12:23.19sobelyou don't have to inspect the query string!
12:23.37^free^tomHow do I set up a regular website in Apache?
12:23.40sobelyou simply inspect the request type
12:23.45^free^tomJust plain old html's
12:24.48vakYpollo^free^tom: just give a DocumentRoot to apache config file or if you like another "context" use Alias /URLpath /SystemPath
12:25.06vakYpollothen restart/reload apache.
12:25.55vakYpolloso what I suppose Etriaph wants to do is to know if the value of an attribute was set in the POST payload or in a URL parameter.
12:26.07Etriaph*nods*
12:26.08vakYpollo(of the same request)
12:26.41sobelwell the browsers bundle them up just the same, except for inclusion in the request string
12:26.54sobelwhich is redundant
12:26.59sobelimo
12:27.00vakYpolloPOST variables are not bundled in the URL.
12:27.30sobelthey are all "handled" in the servlet container, which puts them into a hash
12:27.56sobelso you can get them by name later, regardless of whether they arrived
12:28.04vakYpollothat's the problem... you don't have the info.
12:29.39sobeli can't be convinced it matters
12:29.59EtriaphWhich is fine, but all I wanted to know is whether or not it's possible.
12:30.06vakYpolloin PHP you can know if a variable is encoded in the URL or/and encodedn in the POST payload.
12:30.11EtriaphAnd it's not, so we'll quietly drop it.  :)
12:30.49sobelif you obtain variables from the $_GET in PHP, when request type is POST, that's gotta be a bug
12:31.00sobelthat's all i'm assertin' ;)
12:31.22Etriaph$_GET is used to access variables sent in the query string for the URL.
12:31.27sobelbecause there is exactly one request type. if there were two it wouldn't be a variable; it would be two variables
12:31.35EtriaphIt's not canonically correct, but it's useful.
12:31.40sobelit's comically named
12:31.51vakYpolloit is... but how cares :)
12:32.01EtriaphSo what if I posted blah and sent blah as a parameter on the query string of the URL
12:32.04sobelthis meshes with my longstanding understanding/opinion of PHP
12:32.11EtriaphWith JSP, I can't know which one is which, but I can with PHP
12:32.41vakYpolloEtriaph: mwybe you will get a multi-valued parameter when both occurs.
12:32.49vakYpollos/mwybe/maybe
12:33.00vakYpollo(multi valued attribute)
12:33.49EtriaphHmm.
12:34.28vakYpolloin java are those attributes or parameters?  I'm always confused.
12:35.48EtriaphString foo = request.getParameter("foo");
12:39.01*** join/#tomcat JakWORK (~jakdaw@pc1-gunn1-3-cust174.lutn.cable.ntl.com)
12:39.20EtriaphIt used the parameter on the query string.
12:39.25EtriaphIt ignored the value from the form.
12:39.28EtriaphBoth had the same name.
12:40.55EtriaphSo there's no way for me to do what I want to do.
12:41.13vakYpolloString foo = request.getParameters("foo");
12:41.37vakYpolloString foo = request.getParameter("foo");
12:41.45vakYpollosorry
12:41.45EtriaphYes.
12:41.52vakYpolloString[] foo = request.getParameterValues("foo");
12:43.29EtriaphI could pass that to a method that inspects the query string for which one came from which.
13:51.44*** join/#tomcat joe- (~jsauer@ip66-107-33-195.z33-107-66.customer.algx.net) [NETSPLIT VICTIM]
13:56.20sobelwhy does that matter?
13:57.05sobelso what if people construct whacky POSTs.  are you trying to help THEM?
14:05.21*** join/#tomcat BMania____ (~chatzilla@65.118.213.15)
14:17.42*** join/#tomcat jase (~jase@61.8.22.208)
14:26.56*** join/#tomcat JakWORK (chris@radar.wapmx.com)
14:43.33*** join/#tomcat wifs (~nobody@dsl254-113-134.nyc1.dsl.speakeasy.net)
14:54.04*** join/#tomcat sgeigerbot (~user@139.55.144.113)
14:54.20sgeigerbotWill gcj run Tomcat okay? or do I need SUN's java?
14:54.34sgeigerbotIn particular, I'm going to try installing Tomcat 5 (beta)...
14:55.04sobeli don't know, but i know it works ok with ibm and sun jdks
14:55.12sobel4.1, at least
14:56.28sgeigerbotsobel: sweet.  thanks.
15:50.23*** join/#tomcat DarkSide (~chatzilla@host106-110.pool80105.interbusiness.it)
16:15.12*** join/#tomcat mod_cure (~Cure@cs6668191-88.austin.rr.com)
16:21.54*** join/#tomcat Spline (~dj_aia@anja.isisnetworks.net)
16:26.00*** join/#tomcat p3_ (~p3sulliva@pikes200.centura.org)
16:39.19*** part/#tomcat p3_ (~p3sulliva@pikes200.centura.org)
16:53.46*** join/#tomcat yokese (yokese20@130.Red-80-37-119.pooles.rima-tde.net)
16:53.58yokesehi
16:54.27yokeseI need help with some options in tomcat
16:55.11yokesecould anyone help me?
16:56.07yokeseI'm trying to make Tomcat to reload my java .class file when they are modified
16:56.29yokeseI've tried reloadable=true in context but it doesn't work
16:56.55yokeseplease help
16:58.15*** join/#tomcat duzzer (~duzzer@clusterfw.gprsrus.net)
17:12.47*** part/#tomcat yokese (yokese20@130.Red-80-37-119.pooles.rima-tde.net)
17:16.32*** join/#tomcat akb (akb@as16-175.qualitynet.net)
17:20.16*** join/#tomcat bers (~bers@209.53.112.217)
17:20.48bersis there a way I can change the currently displayed jsp page from within a Session java bean?
17:27.08*** part/#tomcat akb (akb@as16-175.qualitynet.net)
17:31.20*** part/#tomcat bers (~bers@209.53.112.217)
18:50.16*** join/#tomcat Spline (~dj_aia@anja.isisnetworks.net)
18:54.14*** join/#tomcat joe- (~jsauer@ip66-107-33-195.z33-107-66.customer.algx.net)
18:58.30*** join/#tomcat Hellaenergy (~Hellaener@209.181.237.141)
18:58.57HellaenergyAll you subversion users look at this: http://freshmeat.net/releases/133953/
19:04.49*** join/#tomcat Gnug225 (~Gnug225@24.236.252.206.gha.mi.chartermi.net)
20:02.03jasonbHellaenergy: Whoa!
20:02.29Hellaenergynice huh :)
20:03.39jasonbHmm... actually, looking at their online demo, in several ways it's not as nice looking as Viewcvs, plus their demo errors out on some diffs!  :/
20:03.57Hellaenergyits a start ;)
20:04.03Hellaenergyand its easier to setup
20:04.42jasonbEven weirder.. the URLs in the demo of it say "viewcvs"!
20:04.54Hellaenergylol
20:05.00jasonbhttp://svn.openfoundry.org/svnweb/viewcvs/browse/trunk/
20:08.04wifsHas anyone used jcifs to authenticate members of a windows group to Tomcat's standalone http connector?
20:09.53Spline;)
20:10.54schlumpfwindows is more open than e.g. linux, but linux is open-source
20:16.51sobelcifs is an open standard
20:20.40jasonbThe fact that some standard was forcefully opened by the open source community doesn't suddenly make it a good standard, though.  :)
20:26.17sobelibm released it, but it took the samba team to duplicate microsoft's mutations
20:28.03jasonbThat's what I mean by the open source community forcefully opening it.
20:28.27jasonbThe samba team has always said they think it's a horrible standard.
20:28.43*** join/#tomcat jeoy (joey@eons.gngsta.com)
20:31.23jeoyAnyone have a simple solution or a howto? :/
20:31.59tang^mod_jk ships separately
20:32.18jeoyDamn, so I gotta install mod_jk now too?
20:33.06tang^http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
20:33.36Hellaenergyjasonb: I take back what I said about svnweb being easier to install
20:35.29tang^snvweb? subversion?
20:36.19*** join/#tomcat ph2k (~ph2k@HSE-MTL-ppp61497.qc.sympatico.ca)
20:37.46jasonbtang^: Yup.
20:38.18tang^how's that project progressing? I'm still using cvs when I remember to check stuff in
20:38.20jasonbHellaenergy: ViewCVS is pretty easy to install, but not easy to get the Apache httpd.conf config portions just right for access control.
20:38.31jasonbtang^: Switch to svn as soon as you can.  Seriously.
20:38.51HellaenergyI like svn
20:38.58tang^and with bitkeeper showing stuff up
20:39.03HellaenergyI just want an easy to install web front end ;)
20:39.13jasonbbitkeeper isn't open source.
20:39.25tang^that's true, however...
20:39.35jasonbOpen source wins in the end.
20:40.04jasonbHellaenergy: viewcvs is about the easiest and most featureful so far.
20:40.26tang^how easy to mix svn and cvs? like say I have projects on sf.net that I want to also keep my own records of?
20:40.38tang^hmm, no wait, I'd just keep them in sf.net
20:41.28HellaenergyI can't find SVN::Core anywhere
20:43.04jasonbWhat's SVN::Core?
20:43.12jasonbA perl svn lib?
20:43.21HellaenergyA mystery perl module
20:43.32HellaenergySVN::Web needs ;)
20:43.55Hellaenergysupposedly svn 0.2.8 has perl bindings now
20:46.22jasonbOh, yeah, might be included in svn itself.
20:46.32jasonbIf you installed the rpms you should have it.. somewhere.
20:48.38Hellaenergyjasonb: I compiled svn from source
20:48.51Hellaenergythere is no SVN::Core in there I already checked
20:56.12jasonbHellaenergy: Wow.  You must have spend considerable time on that.
20:56.37Hellaenergyon what aspect?
20:56.50Hellaenergyfinding that frickin perl module?
20:57.08Hellaenergyor setting up svn from source
20:57.27jasonbsvn from source.
20:57.34Hellaenergybout 8hours
20:57.35jasonbwell.. both.  :)
20:58.16HellaenergyI knew when to give up on svnweb ;)
20:58.57HellaenergyI acually am going to use svn for the shop I work for and I wanted to get to know it well ;)
20:59.35Hellaenergycompiling svn really isn't that hard at all
21:00.21Hellaenergyfinding a version of berkely db source that was compatible was the hard part
21:00.26jasonbYeah.
21:00.50*** join/#tomcat ph2k (~ph2k@HSE-MTL-ppp60736.qc.sympatico.ca)
21:01.00HellaenergyI'm glad I did it though
21:01.30jasonbI'm glad I did too.
21:03.38Hellaenergyjasonb: the ster is bogged down like a mo fo today
21:04.55HellaenergyI wonder why subversion skips revisions somethimes
21:12.10*** join/#tomcat BMania____ (~chatzilla@65.118.213.15)
21:22.46*** join/#tomcat ph2k (~ph2k@HSE-MTL-ppp60724.qc.sympatico.ca)
21:23.46jasonbHellaenergy: Actually, anyone viewing ster today via Mozilla won't get the page rendered, courtesy of an ad banner Javascript bug.
21:24.02Hellaenergyah
21:24.16jasonbTurn off JavaScript and see if the page renders.  :)
21:25.58Hellaenergysure enough
21:26.01Hellaenergyworks now
21:28.55Hellaenergywhat is with this: Error: These two people are not in each other's networks because their connection is too distant.
21:41.57*** join/#tomcat easyE ([8siecowu+@panix3.panix.com)
21:44.24HellaenergyWhat up easyE
23:22.07*** join/#tomcat eng{bar4ka} (~bar4ka@200.217.6.2)
23:29.02*** join/#tomcat ph2k (~ph2k@HSE-MTL-ppp61096.qc.sympatico.ca)
23:54.54*** join/#tomcat MorbidDK (~morbiddk@limpid.insensible.net)
23:55.44MorbidDKanyone know where I can grab latest 3.3 seeing as the source page on the jakarta site is broke?
23:58.06MorbidDKI take the silence as a no
23:58.26jasonbsilence = wonder about why anyone would use Tomcat 3.x anymore!

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.