irclog2html for #tomcat on 20060514

00:02.23*** part/#tomcat jumpkick (n=GED@toronto-HSE-ppp3985870.sympatico.ca)
00:56.06*** join/#tomcat GhettoJava (n=Freemani@c-68-54-87-63.hsd1.md.comcast.net)
01:07.55*** join/#tomcat topping (n=topping@66.89.140.136.ptr.us.xo.net)
03:43.34*** join/#tomcat bdudney (n=bdudney@c-24-9-189-43.hsd1.co.comcast.net)
03:45.10*** join/#tomcat bdudney (n=bdudney@c-24-9-189-43.hsd1.co.comcast.net)
04:35.20*** join/#tomcat topping (n=topping@66.89.140.136.ptr.us.xo.net)
05:13.39*** join/#tomcat a4akb (i=webirc@freeforge.net)
05:14.18a4akbjasonb: Hello.
05:21.45a4akbibot boo
05:21.46ibota4akb, for heven's sake, don't do that!
05:27.29*** join/#tomcat a4akb (i=webirc@freeforge.net)
05:32.24a4akbibot ibot
05:32.25iboti heard ibot is a blootbot written in perl run by TimRiker on his server. logs on http://ibot.rikers.org/<chan>/ , ibot, jbot, apt are all the same process. It uses sqlite, but mysql or other SQL storage is also supported.
05:36.52*** join/#tomcat topping (n=topping@66.89.140.136.ptr.us.xo.net)
05:44.21*** join/#tomcat topping_ (n=topping@66.89.140.136.ptr.us.xo.net)
06:19.55*** join/#tomcat a4akb (i=webirc@freeforge.net)
07:17.19*** join/#tomcat eighty (n=eighty@adsl-71-132-234-86.dsl.pltn13.pacbell.net)
07:55.48*** join/#tomcat dreivier (n=dreivier@port-212-202-44-136.dynamic.qsc.de)
08:04.06*** join/#tomcat teek (n=teek@084202036118.customer.alfanett.no)
08:09.39teekwhat exactly does the 'session count' in the complete server status page mean?
08:11.39teeki think i have a bunch of sessions that are hanging or something
08:38.53*** join/#tomcat omay (n=omay@dslb-088-072-045-072.pools.arcor-ip.net)
08:49.06*** join/#tomcat yassine (n=yassine@xdsl-87-78-116-75.netcologne.de)
09:08.37*** part/#tomcat teek (n=teek@084202036118.customer.alfanett.no)
09:14.34*** join/#tomcat mslinn (n=mslinn@adsl-71-131-249-141.dsl.sntc01.pacbell.net)
09:15.59mslinnI'm upgrading from Tomcat 5.0 to 5.5; it's painful.  "org.apache.jasper.JasperException: Unable to compile class for JSP"
09:16.32*** join/#tomcat Fix- (n=bmonnens@83-217-93-254.adsl.realdsl.be)
09:16.47mslinnseems I can reference a class in <% java code %> if the JSP is in the root directory, but if it is in a subdirectory I get an error
09:16.59mslinnnever had this problem in tomat 5.0.
09:17.30mslinnmessages like: "com.mslinn.util.Functions cannot be resolved to a type"
09:18.23mslinnI even got rid of the import and the useBean by writing like this: com.mslinn.util.Functions fns = new com.mslinn.util.Functions();
09:18.33mslinndoesn't do any good, though
09:32.35*** join/#tomcat pucko (n=andreas@h228n1fls35o933.telia.com)
09:33.10*** join/#tomcat jsisso1 (n=sissonj@ppp37-2.lns2.syd6.internode.on.net)
10:09.48*** join/#tomcat Fix-_ (n=bmonnens@83-217-93-254.adsl.realdsl.be)
10:24.35*** join/#tomcat booga (n=booga@216.66.255.107)
10:45.03boogalooks like i messed myself up in the process of setting up mod_jk
11:34.00*** join/#tomcat booga (n=booga@216.66.255.107)
11:41.28boogai am going through the notes of another person in setting up mod_jk
11:41.39boogahttp://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html
11:42.09boogai come to the line where it says to add this line to httpd.conf
11:42.12boogaInclude /usr/local/tomcat/conf/auto/mod_jk.conf
11:42.40boogamod_jk.conf is nowhere to be found
12:33.08*** join/#tomcat geemark (n=geemark@port12.ds1-vey.adsl.cybercity.dk)
12:35.29geemarkin a J2EE application, how do I dynamically execute a JSP page, and get the result as a String? I don't want to use a RequestDispather, as it (1) prints the output directly and (2) requires that I have a ServletRequest instance
13:35.13geemarkwhen I make a RequestDispatcher in a Servlet, can't I just store the contents of the reply, instead of it being written directly to output?? (subrequest)
14:59.45*** join/#tomcat GhettoJava (n=Freemani@c-68-54-87-63.hsd1.md.comcast.net)
15:32.12*** join/#tomcat Kpone (i=Kpone@ver44-1-82-231-145-123.fbx.proxad.net)
15:32.25Kponehello
15:33.22Kponei have a pb
15:33.47Kponewhen i deploy a war file in tomcat
15:33.55Kponetomcat says -> OK
15:34.29Kponebut when I go on http://127.0.0.1:8080/MyProjet/
15:36.02Kponeerror ->State HTTP 404 - /ModuleWebTransporteur/    report/ratio type of state    /ModuleWebTransporteur/ message    description the required resource (/ModuleWebTransporteur/) is not available.  Apache Tomcat/5.5.17
15:36.46Kponeexuse ma I go to  but when I go on http://127.0.0.1:8080/ModuleWebTransporteur/  not Myprojet
15:36.52*** join/#tomcat zyl1184541612 (n=PircBot@ns34244.ovh.net)
15:38.06Kponei don t understand this error
15:40.20KponeI create the war file with jbuilder
15:59.33*** join/#tomcat ohsix (i=ohsix@bc111222.bendcable.com)
16:03.30mslinnI'm upgrading from Tomcat 5.0 to 5.5; it's painful. Here is a message: "org.apache.jasper.JasperException: Unable to compile class for JSP".  I can reference a class in <% java code %> if the JSP is in the root directory, but if it is in a subdirectory I get an error.  Never had this problem in tomcat 5.0.  I am getting messages like: "com.mslinn.util.Functions cannot be resolved to a type"....
16:03.31mslinn... I even got rid of the import and the useBean by writing like this: com.mslinn.util.Functions fns = new com.mslinn.util.Functions();  Doesn't do any good, though.
17:06.56*** join/#tomcat carl^Jr (i=carl_Jr@bb220-255-95-251.singnet.com.sg)
17:07.42carl^Jri have installed tomcat 4.1.. when i start my index.jsp.. its prompt mi tat unable to find javac complier..
17:07.46carl^Jrhow can it be solve
17:09.07carl^Jr?
17:10.28*** join/#tomcat GhettoJava (n=Freemani@c-68-54-87-63.hsd1.md.comcast.net)
17:11.25*** join/#tomcat eighty (n=eighty@adsl-71-132-228-222.dsl.pltn13.pacbell.net)
17:23.33codejunkycarl^Jr: JAVA_HOME not set right? But why do you want tomcat 4.1?
17:25.29carl^Jrset correctly
17:27.48carl^JrJava_home not point to jdk
17:29.18codejunkyThe jre is not enough.
17:29.34carl^Jri got it.. thanks
17:29.53codejunkyWelcome.
17:41.55boogai'll say thank you for him
17:41.59boogathank you!
17:42.08boogaoh wait
17:42.12boogahe did say it
17:42.15boogado
17:42.19boogadoh
17:46.20jasonbNot everyone does.  Sometimes double thank yous are in order.  :)
17:47.40*** join/#tomcat omay (n=omay@dslb-088-072-045-072.pools.arcor-ip.net)
19:10.12codejunkylol
20:11.56SnarShi all
20:12.23SnarSare here flexservers users?
20:23.11*** join/#tomcat GhettoJava (n=Freemani@c-68-54-87-63.hsd1.md.comcast.net)
20:23.26codejunkySnarS: What is felxservers?
21:09.57*** join/#tomcat bdudney (n=bdudney@c-24-9-189-43.hsd1.wa.comcast.net)
21:50.27*** join/#tomcat vinse_ (n=vinse@c-67-169-25-31.hsd1.ca.comcast.net)
22:17.27*** join/#tomcat vinse (n=vinse_@208.253.223.146)
23:02.15*** join/#tomcat jsisson (n=sissonj@218.185.73.243)
23:55.06*** join/#tomcat booga (n=booga@216.66.255.107)
23:55.21boogato the mothers - Happy Mothers Day!
23:55.26boogaquestion for all
23:55.41boogawhen I do an export command, what file does it edit?
23:56.04boogai think i had a typ on this and I would like to see if this is the case
23:57.42boogawhen I do an echo, it repeats the export name to me instead of the directory where it is to point to

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.