irclog2html for #tomcat on 20040209

00:01.48mxmasster?
00:07.24mxmassterstunned silence from the audience
00:07.56Sembianceheh
00:08.37SembianceIt looks like you want apache to send all requests to the tomcat directory testapp?
00:13.36mxmasstercorrect
00:13.54mxmassteractually, to the ajp connector accessing the testapp webapp
00:38.48*** join/#tomcat Sembianc1 (~Sembiance@67-23-233-107.bflony.adelphia.net)
00:50.15*** join/#tomcat Ric (~ac9dadaa@isis.imag.fr)
00:56.11*** part/#tomcat Ric (~ac9dadaa@isis.imag.fr)
03:33.52*** join/#tomcat mod_cure (~Cure@cs666863-15.austin.rr.com)
03:38.45*** join/#tomcat mod_cure (~Cure@cs666863-15.austin.rr.com)
03:41.30*** join/#tomcat ps` (~ps@yoda.rsn.bth.se)
03:57.03ps`Hello everyone! I'm about to setup tomcat 5 with apache 2 and mod_jk2, to server webapps from users home directories.
03:57.52ps`So far. my attempts have not been fully successfull. I'm using a listener in <host> tag i server.xml but without any luck.
03:58.08ps`Are there any known bugs for serving from users home directories?
03:58.34ps`Probably it's my own fault.. but you never know ;)
03:59.32ps`s/server/serve
05:29.58*** join/#tomcat Hellaenergy (~Hellaener@hellaweb.com)
05:30.46jasonbhey there Hellaenergy.
05:30.54HellaenergyHi jasonb
05:31.02Hellaenergyhow are you?
05:34.02jasonbI'm hanging in there.  How are you?  You must have been busy lately.
05:34.59HellaenergyYes very busy. I just got accepted in to MCAD (Very Happy About That)
05:37.26Hellaenergywell g'night
05:38.52jasonbSee ya.
05:39.07Hellaenergyooh wait
05:39.29Hellaenergyjasonb, do you know of any good groupware out there that connects to outlook?
05:39.44jasonbHellaenergy: Define "groupware"
05:39.45HellaenergyAn open source Exchange server maybe
05:40.33jasonbHellaenergy: Actually, I don't think there's such thing.  The commercial "Open Exchange Server" by Suse is the only thing that I know works with Outlook.  But, it pretty much sucks.
05:41.01HellaenergyHave you used it?
05:42.20jasonbHellaenergy: I recommend using something like Egroupware (http://sourceforge.net/projects/egroupware/) and tell everyone to use a web browser instead of a custom calendaring client.
05:42.38jasonbYes, I've used OpenExchange server.
05:42.53jasonbIt's okay but the guy who runs it doesn't really like it that much.
05:43.19HellaenergyThanks for you input
05:43.28jasonbYup.
05:43.47HellaenergyYou take care
05:44.25jasonbYou too.
07:50.23*** join/#tomcat pandora- (~pandora-@cip-69-46.bbs.surfcity.net)
08:06.34pandora-do any of you have some tips on connection pooling in tomcat 4/5 ?  how to set it up etc,etc..
09:01.24*** join/#tomcat joered (~chatter@81.208.60.200)
09:17.53ps`probably you wont recieve any response in this channel regarding such questions.. i didn't :/ (even if there were people here) try forums.devshed.com or something like that..
09:20.54pandora-ty
11:03.43*** join/#tomcat levon (~levon@mail.feature-it.de)
11:24.55*** join/#tomcat mnemonic (ucy6v3g98k@213.214.40.49)
11:51.15*** join/#tomcat willem (~willem@213-84-243-32.adsl.xs4all.nl)
12:00.23*** join/#tomcat robin (~robin@node13124.a2000.nl)
12:24.21*** join/#tomcat willem (~willem@213-84-243-32.adsl.xs4all.nl)
12:24.25*** join/#tomcat knighthawk (~cparrish@ip68-2-158-49.ph.ph.cox.net)
12:25.11knighthawkHas anyone got tomcat working with RHEL? I'm trying to connect to the apache 1.3 that comes with RHEL
12:40.18*** join/#tomcat schlumpf (~vx_schlum@dsl-213-023-046-026.arcor-ip.net)
13:07.57*** join/#tomcat schlumpf (~vx_schlum@dsl-213-023-046-026.arcor-ip.net)
13:11.45*** join/#tomcat kumar (~kumar@port-213-148-147-68.reverse.qsc.de)
13:11.54kumaranyone to help?
13:13.17*** join/#tomcat robin (~robin@node13124.a2000.nl)
13:18.09*** join/#tomcat dkk (~dkk@dyn-watt-190-170.dyn.columbia.edu) [NETSPLIT VICTIM]
13:22.51solusive specified taglib-uri and taglib-location in web.xml, still it says "no such file '/general'"
13:27.20*** join/#tomcat schlumpf (~vx_schlum@dsl-213-023-046-026.arcor-ip.net)
13:32.21*** join/#tomcat Sembiance (~Sembiance@67-23-233-107.bflony.adelphia.net)
13:32.45*** join/#tomcat schlumpf (~vx_schlum@dsl-213-023-046-026.arcor-ip.net)
13:48.15*** join/#tomcat kumar (~kumar@port-213-148-147-68.reverse.qsc.de)
13:48.53kumari am getting problem with tomcat5 and jstl
13:48.57kumarcan anyone help?
13:49.53soluswhat are the problems?
13:50.46kumarthis is error which i get
13:50.57kumarorg.apache.jasper.JasperException: <h3>Validation error messages from TagLibraryValidator for c</h3><p>null:
13:51.13kumarcan't declare any more prefixes in this context</p>
13:51.22solusWhat are you trying to do?
13:51.29kumarit comes in all the JSPs where the core jstl is used
13:52.31kumarthe same code is running in tomcat4
13:53.18solusI have no Idea, sorry
13:53.20kumarbut in tomcat5 whereever the decalation of core jstl is used .. this validation error comes
13:53.58solusIm trying to map a taglib name, and all i get is "File '/taglib' not found
13:54.21kumarcode?
13:56.20solusi pretty much copied from the sun tutorial
13:57.17solusthe <taglib><taglib-uri>/taglib</taglib><taglib-location>/WEB-INF/tlds/taglib.tld</taglib-location></taglib>
13:57.25solusin web.xml
13:58.04solusand in the jsp-file just <%@ taglib uri="/taglib" prefix="tl" %>
13:59.23*** join/#tomcat eric_suen (~eric@61.145.139.174)
13:59.49kumarhave you defined ur tag in taglib.tld?
14:00.40solusyes
14:01.07solusno taglib name thouht
14:01.24solusi dont know if there's supposed to be one
14:02.06kumarfirst define the tag class in taglib.tld
14:02.35kumarthen like this
14:02.40kumar<taglib>
14:02.40kumar<tlibversion>1.0</tlibversion>
14:02.40kumar<jspversion>1.1</jspversion>
14:02.40kumar<shortname>lct</shortname>
14:02.40kumar<uri>http://www.lecare.com/lecare/mytags.jar</uri>
14:02.41kumar<info>Lecare Tag library</info>
14:02.43kumar<tag>
14:02.45kumar<name>anmerkung</name>
14:02.47kumar<tagclass>lecare.tags.anmerkungTag</tagclass>
14:02.49kumar<bodycontent>empty</bodycontent>
14:02.51kumar<info>An anmerkung Tag</info>
14:02.53kumar<PROTECTED>
14:02.55kumar<PROTECTED>
14:02.57kumar<PROTECTED>
14:02.59kumar<PROTECTED>
14:03.01kumar<PROTECTED>
14:03.03kumar</tag>
14:03.05kumar</taglib>
14:03.07kumarthen define in web.xml like this
14:03.14kumar<PROTECTED>
14:03.14kumar<PROTECTED>
14:03.14kumar<PROTECTED>
14:03.15kumar<PROTECTED>
14:03.42kumarthen u can use this taglib uri from web.xml as u want
14:04.15solusi have all that except the <uri> tag in the tld
14:05.31solusstill doesnt work
14:07.05kumarpaste the part from web.xml and taglib
14:07.10kumarlemme see
14:08.23solus<taglib>
14:08.23solus<taglib-uri>general</taglib-uri>
14:08.23solus<taglib-location>
14:08.25solus/WEB-INF/tlds/general.tld
14:08.25solus</taglib-location>
14:08.25solus</taglib>
14:08.39tkoskineI guess kumar didn't read the topic. Neither did solus.
14:10.13solushttp://www.hellaweb.com/hellabot/13
14:11.31kumargood i have seen
14:11.45kumarthen declation in jsp should be like this
14:12.16kumar<%@ taglib prefix="g" uri="general" %>
14:12.47solusthat's what I have
14:14.31kumarshould work then
14:14.36kumarerror code?
14:15.07*** join/#tomcat schlumpf2 (~vx_schlum@dsl-213-023-046-026.arcor-ip.net)
14:15.08solusorg.apache.jasper.JasperException: File "/general" not found
14:18.08*** part/#tomcat kumar (~kumar@port-213-148-147-68.reverse.qsc.de)
14:21.05*** part/#tomcat eric_suen (~eric@61.145.139.174)
14:22.18*** join/#tomcat fginter (~fginter@ginter.cs.utu.fi)
14:23.30fginterSorry to bother: need help - tomcat manager keeps returning 403: access denied
14:24.16fginterI do have a user with "manager" role and I did restart tomcat after editing the users file
14:25.42solusi take it you're trying to load the manager web-app?
14:26.06fginterYes. I just follow the "Tomcat Manager" link. Sorry, I'm a newbie...
14:27.21solusdo you get a login-prompt?
14:27.49fginterNo. I get directly the 403: Access denied.
14:28.08solusthat means tomcat thinks youre logged in
14:28.13soluswith the wrong role
14:28.25solustry restarting tomcat again
14:28.40fginterI see. I'll try to restart tomcat and the browser.
14:30.22fginterTHANKS A MILLION! It was the browser that needed restarting...
14:30.31fginterNow it works.
14:30.43solusnp
14:31.10fginter:-) Happy again. Thank you once more and have a nice day.
14:32.11*** join/#tomcat jasonc (~jacorley@g5bang.csc.ncsu.edu)
14:39.50solushello
14:46.17*** join/#tomcat WebappsRUs (~chatzilla@tbnb-125-202.telkomadsl.co.za)
14:46.28WebappsRUshello
14:47.05WebappsRUsWe have some questions around Form Based authentication. Any experts out there
14:47.07WebappsRUs?
14:47.40WebappsRUsLet's not all talk at once, shall we
14:48.16soluswho's we?
14:48.46quasithe Toys'R'US web department
14:49.03WebappsRUsumm... does it matter?
14:49.09quasior perhaps a bit of schizophrenia
14:49.27solusofcourse it does
14:49.33WebappsRUsPossibly (we are also known as pinky and the brain) but we do have a valid question - can u help?
14:50.08solusno, not really, Im just trying to get you to ask as many questions as possible without posing your actual question
14:50.10solus=)
14:50.44WebappsRUsWe need to know what the original request URI was that a client requested before the form-login mechanism sends the client to the login page.
14:51.08WebappsRUsSome web servers like SunONE binds a string (e.g. com.sun.blah.SAVED_REQUEST) to the HttpSession
14:51.44WebappsRUsYou see, we want to be able to send a user to a registration page, and thereafter back to where he was going in the first place (seamless workflow)
14:52.31quasiwhy not just register that in a session var on the first page of the login?
14:52.52*** join/#tomcat randrew (~raj@dolmen.cc.columbia.edu)
14:52.54quasiwhen the client sends a Referer header
14:53.19WebappsRUsBecause we do not know what page the person requested previously before hitting the login page (it could be any protecte dpage on our site)
14:53.55WebappsRUsTomcat certainly has this info internally in order to send the user to the original URI after successful login, but it doe snot seem to expose it?
14:55.06WebappsRUsIt seems that the original request is stored internal, but is not exposed. We would like to access the original request or the URI.
14:56.32quasithe client sends a referer header to the server containing the previous uri, so you could just grab that on the first login page
14:57.27WebappsRUsWe don't want to know where he was, but where he was going to.
14:58.23WebappsRUsWhen a client requests a protected resolurce, tomcat sends a HTTP redirect back (for the login page). Obviously once the browser makes the new request for the login page, the orioginal request (and headers) are lost.
14:58.29WebappsRUsresource*
14:59.23solustomcat's open source
14:59.32soluslook in the login page
14:59.35solussee what it does
14:59.55WebappsRUsit's OUR login page. duh. Yes, we have the source code.
15:00.27WebappsRUsAnd yes, I presume we could modify Tomcat to suit our needs but integration with JBOSS doesn't make this desirable.
15:04.25quasijboss isn't desirable - except perhaps as a target for cruise missile practice shots ;)
15:05.18solusdo you guys work at a company called WebappsRUs?
15:06.28WebappsRUsyou see the problem is that tomcat does not make the original request accessible, and that is why we can't get the URI from it. Only once authenticated is the user redirected to where he wanted to go in the first place, but there is no access to the SAVED Request.
15:06.44WebappsRUsanybody familiar with the SAVEDRequest class ?
15:07.32WebappsRUssolus: Don;t you watch our show on TV. Pinky and the Brain work for ACME corporation.
15:10.02WebappsRUsWe will now have to utter a collective open-source moo and say goodbye - don't think anybody in here has the skill we require.
15:10.06WebappsRUsGNMOOOOO!!!!
15:10.16WebappsRUs*bye*
15:10.23WebappsRUs:-)
15:10.29WebappsRUs:-( :-/ :-P
15:14.41*** join/#tomcat IronChicken (~chatzilla@cicely.utcc.utoronto.ca)
15:55.03*** join/#tomcat eric_suen (~eric@61.145.141.108)
16:17.14*** join/#tomcat newtMcKerr (~newtMcKer@walden.osuosl.org)
16:18.13newtMcKerranyone here got/know any good free benchmarking toolkits for server-side java? The gang at the Open Source Lab are running the beaver challenge, would like to run a java server-side benchmark as part of it.
16:24.49*** join/#tomcat mod_cure (~Cure@cs666863-15.austin.rr.com)
16:42.04*** join/#tomcat mnemonic (pwlgld2ir0@213.214.40.49)
16:44.24*** part/#tomcat eric_suen (~eric@61.145.141.108)
17:12.20knighthawkhmmm it seems that I can see apache and tomcat from *within* my firewall but only apache from outside of it. (I have the firewall ppl checking that 8080 is being fowarded) is there anything I should look at?
17:14.37knighthawknm it was the firewall
17:15.35knighthawkany suggestions on getting Tomcat 5.0.18 to work with apache 1.3?
17:15.40knighthawkI'm running on RHEL
17:17.18jasoncwhat is your question?
17:26.07*** join/#tomcat dkk (~dkk@dyn-watt-190-170.dyn.columbia.edu) [NETSPLIT VICTIM]
17:34.11*** join/#tomcat a4akb (yo@as2-177.qualitynet.net)
17:36.04a4akbpoor dkk boohoo
17:36.05*** join/#tomcat dkk (~dkk@dyn-watt-190-170.dyn.columbia.edu) [NETSPLIT VICTIM]
17:36.22*** join/#tomcat dkk (~dkk@dyn-watt-190-170.dyn.columbia.edu) [NETSPLIT VICTIM]
17:36.31a4akbwb dkk
17:37.10*** join/#tomcat rend (~rend@ppp-67-66-40-100.dsl.hstntx.swbell.net)
17:37.24rendwebwork 2.0 has been released... we also have a channel #webwork
17:38.08rendalso visit my porno site www.???? :)
17:38.58a4akbporn is welcome
17:39.14a4akbporn n programmers sync
17:39.21a4akbporn n programmers n coffee sync
17:39.46rendHhaha
17:40.00rendwhy is it so much easier to make money in porno?
17:40.20rendwe spend $45,000 building an online auction
17:40.38rendyet if we spent $5000 building a porno site it would make the same amount of money, probably :)
17:40.38a4akbcause u can afford a virual life @ 1.99$ p/m
17:41.19a4akb-life +wife
17:41.31rendoh
17:41.36rendyou mean virtual wife?
17:41.58a4akbschlumpf2 will takeover the conversation from here
17:42.09a4akbhe has real teachers B-)
17:43.10a4akbschlumpf2 gna gna gna ;)
17:43.24renddo java servlets and prono mix well? :)
17:43.40a4akbwithout java there is no porn
17:43.49rend?
17:43.56a4akball payment gatways run on java servlets or jsps
17:43.59a4akbwell most of them
17:44.22rendI have like hours of mardi gras footage
17:44.38a4akbwho is mardi gras?
17:44.40rendand about to head out to mardi gras friday afternnon
17:44.45rendyou know, girls gone wild?
17:44.54rendbasically topless chicks for 2 weeks
17:45.09a4akb:|
17:45.22rendanyway, I'm going to make some more video
17:45.35rendthen edit the thing and freaking sell it :)
17:45.39a4akblets not continue discussing the topic before we get kicked out
17:45.44a4akbr u a porn star
17:46.00rendno
17:46.09a4akbare you mardi gras?
17:46.16rendhow old are you?
17:46.21schlumpf2gna gna gna
17:46.32knighthawkAnyone have any suggestions to get jsvc running on RHEL it seems the version of automake is too old.
17:47.05schlumpf2a4akb: is 5 years old, internet was shown him 3 days ago by his father
17:47.05rendschlumpf2: not that hard to believe
17:47.09a4akbcool
17:49.34a4akb5yr n i got good knowledge
17:49.38a4akbgna gna
17:50.14schlumpf2a4akb: where have you been the last couple of days?
18:04.43*** join/#tomcat davi (davi@215.Red-80-25-136.pooles.rima-tde.net)
18:26.07*** join/#tomcat Croata (~dinko@CM-vtr0-232-54.cm.vtr.net)
18:26.11Croatahi !
18:27.33CroataAny1 knows how to turn off xml-against-dtd-validation... I've tried ���� ���� ۲��� �߲�����   �����������������������
18:27.34Croata<PROTECTED>
18:27.34Croata<PROTECTED>
18:27.34Croata<PROTECTED>
18:28.48*** join/#tomcat Croata (~dinko@CM-vtr0-232-54.cm.vtr.net)
18:29.06Croatasorry... pasted wrong text
18:30.26Croatahere we go again: Any1 knows how to get rid of xml validation in web.xml and *.tld (in WEB-INF of the app)??? Already tried xmlValidation="false" and xmlNamespaceAware="false" in <Host> section of server.xml
18:31.51Croatathe fact is that Tomcat stills connects to flres.java.Sun.COM to get the damn DTD's...
18:38.41CroataTomcat 5.0.18
18:40.20*** part/#tomcat rend (~rend@ppp-67-66-40-100.dsl.hstntx.swbell.net)
18:42.28*** join/#tomcat incorp (yo@as29-91.qualitynet.net)
18:43.11incorp:/
18:43.22incorphow to kill a ghost on this server
18:43.51incorpschlumpf2 read translate this for me pls :��� �������� ��������������� � � � � ���   ����� ��������� � ��� � ��  �� ���
18:46.08*** join/#tomcat jasonb (~jasonb@dsl017-050-101.sfo4.dsl.speakeasy.net)
18:48.48schlumpf2gna gna gna
18:49.37*** join/#tomcat schlumpf (~vx_schlum@dsl-213-023-046-026.arcor-ip.net)
18:57.50*** join/#tomcat schlumpf (~vx_schlum@dsl-213-023-046-026.arcor-ip.net)
19:13.57quasiincorp: /msg nickserv help
19:14.32incorphmm
20:12.08*** join/#tomcat GCA (~chatzilla@207.219.4.138)
20:16.41GCAHello, Inew to IRC; have 2 questions, does anyone know where to find documentation on the differences between say 5.0.16 and 5.0.18, or do I have to wait until 5.1?
20:19.58jasonahttp://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html
20:22.41GCAhttp://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html --- That's it, thanks
20:22.44jasonathe engine has been updated i guess. wait for a few hours, someone will respond for sure. all reached work just now.
20:22.56jasonakool
20:23.15jasonadaddy cool
20:23.33jasonaschlumpf's dancing like a fool daddy daddy cool
20:35.57GCASlightly off topic, The Changelog is very cool - Does anyone know what was used to build it?
21:02.31*** join/#tomcat meeper (~cmsperc@65.244.121.185)
21:09.21jasonbibot: newintc5
21:09.23newintc5 is, like, http://www.onjava.com/pub/a/onjava/2004/01/28/tomcat5.html
21:15.18*** join/#tomcat cilquirm (~cilq@65.246.162.129)
21:16.29soluscan someone tell me whats wrong with http://www.hellaweb.com/hellabot/13
21:19.35cilquirmsolus: what's the problem?
21:21.48solusi have the line <%@ taglib uri="general" prefix="et"  %>  in the jsp
21:22.02solusbut i get "File "/general" not found
21:25.34solusI can't see whats wrong, I have read many tutorials...
21:37.48cilquirmsolus: paste the actual error to hellabot
21:44.37hellabot"solus"  pasted "org.apache.jasper.JasperExcept" at http://www.hellaweb.com/hellabot/15
21:44.44solushttp://www.hellaweb.com/hellabot/15.
21:44.55solusoh, look at that
21:44.58solushe's here
21:53.08*** join/#tomcat schlumpf (~vx_schlum@dsl-213-023-046-026.arcor-ip.net)
21:53.37cilquirmdid you try the taglib directive without the carraige returns and spaces
21:54.09solusyes
21:54.40solusyou mean in web.xml i take it
21:56.54cilquirmsolus: yeah
21:56.58cilquirmhmmmm..
22:04.18solusmy webapp is located in $tomcat/devel/
22:04.41solusi wondered if i should have /devel/general or something
22:04.51solusbt that didnt work either
22:05.04*** part/#tomcat randrew (~raj@dolmen.cc.columbia.edu)
22:05.50*** join/#tomcat randrew (~raj@dolmen.cc.columbia.edu)
22:44.14*** part/#tomcat meeper (~cmsperc@65.244.121.185)
23:38.00*** join/#tomcat niku (~nick@65.116.140.51)
23:39.42nikuI'm fairly new to tomcat, and I'm getting the error: "[jk_worker.c (136)]:wc_get_worker_for_name, done did not found a workerwc_get_worker_for_name, done did not found a worker" -- I was wondering if someone could give me a hand figuring out where this is coming from.
23:42.12nikuI know it's when mod_jk is getting hit by apache, but is it not getting the right info from apache, or is it getting in to tomcat, but I need a subsection to the 8009 connector that specifically talkes about the examples mapping ...
23:50.21*** part/#tomcat randrew (~raj@dolmen.cc.columbia.edu)

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.