irclog2html for #tomcat on 20060913

00:14.52*** join/#tomcat vinse_ (n=vinse@c-24-23-189-135.hsd1.mn.comcast.net)
00:17.09*** join/#tomcat microchp (n=microchp@157.238.209.11)
00:17.21*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
00:22.18microchpQuestion:  (Keeping in mind I am not a developer and just a systems engineer)   Has anyone here had bad experiences using JetSpeed 2.0 with Tomcat 5.5.17 in general?  I could not find anything on the JetSpeed portal site where people are discussing current known issues or show stoppers.   Has anyones application stopped working when going from Tomcat 5.5.12 to 5.5.17?
00:31.20UvizYou cut under your arm?
00:32.10microchpya, I was fighting this undead prist when some rogue snuck up behind me and sapped me...  it hurts.
00:32.29*** join/#tomcat Marv|LG (n=Marv|TF@ip70-162-230-222.ph.ph.cox.net)
00:32.53UvizI hardly believe you left your chair today. :)
00:33.00microchplol
00:33.10microchpsorry, in a weird mood.
00:34.05UvizI got bitten by bunch of fire ants. For some reason I let me bestow me with bites until I realized the pain is too much stand there pretending to be a "man."
00:34.51yassinehi Uviz microchp  
00:34.55UvizThat's ok, I'm in a weird mood too. I mean, after shoveling for 6 hours, I keep losing the trail of my thoughts.
00:35.01UvizYello yassine.
00:35.11UvizOr should I say, 'Lo.
00:35.28microchpouch.  I had one fire any get in my pants once.  It hurt enough I stay away from them.
00:35.47yassine:)
00:36.13UvizI have like 10 or more red areas the size of quarter all over my leg and foot.
00:36.27UvizI'm trying really hard not to scratch them.
00:36.44microchppaper cut on the eyeball will distract your from the bites.
00:37.14UvizHah, actually my 95-year-old had an eye correction surgery today.
00:37.32UvizShe has the next one scheduled in 7 days.
00:37.52yassineUviz,  what time is it at your place ?
00:38.17UvizTime for me to put my head on a pillow and say ZzzZzzzzZzzZzzz...
00:38.24Uviz8:30PM.
00:38.28yassinemhh :)
00:38.42UvizIt's 2:30AM there, right?
00:38.53yassinehahhh 8:30PM --> 20H30 ?
00:39.08yassineyes its 0230 here
00:39.10UvizI swear if I can stay up until 10PM, I change my name to Superman.
00:39.20yassinelol
00:39.52microchppaper cut on the eyeball can help you there too
00:39.55microchpof coffe
00:40.00microchpbut coffee is for wimps
00:40.11microchp^or
00:40.35UvizI saw an ad in a magezine on a Expresso/Caffee maker with the price tag of $3800.
00:41.37UvizRich people, pfft! Why don't you just liquidify your gold plates and drink from that.
00:42.14microchpI am happy with coffee from a gas station or a convenience store.
00:43.01microchphttp://www.illwillpress.com/sml.html
00:43.27UvizI don't buy coffee from anywhere, period. I used to buy bag of ice from gas stations but they jacked up the prices to $2.40 which is ridiculous considering I can make my own for $0.00.
00:44.07microchpI prefer the germs that a convenience store worker will add to my intake.  
00:44.38UvizHah, I liked his Katrina's overview.
00:45.06microchpwell this was fun, but I am going to go install outdated unsupported versions of Tomcat so that legacy garbage will run without a developer having to work.
00:46.47UvizSo why does a system engineer need Tomcat in the first place?
00:46.54UvizShoot.
00:52.04rhizmoei'm an SA and i take care of the tomcat here
00:58.02UvizBaby sitting is fuuuun.
00:58.04Uviz:)
00:58.11yassineUviz,  really ?
00:58.23*** join/#tomcat hikozaemon (n=hikozaem@166.130.244.43.ap.yournet.ne.jp)
00:58.24UvizBaby sitting tomcat I meant.
00:58.33yassineahh
00:58.55UvizLike watch it magically deploy or redeploy applications...
01:00.57yassineUviz, are you familiar with session listerns ?
01:01.12UvizNo, I haven't gotten that far.
01:01.21UvizI'm reading on filters.
01:01.29yassinejasonb,  are you around ?
01:01.55yassineim having a dilema and wondering if someone can clear my confusion
01:02.05UvizI still can't figure out which listener would get notifed when the session times out.
01:02.07yassinei need a global session listner
01:02.16jasonbyassine: I'm around.
01:02.32UvizWhat's a global session listener?
01:03.11yassinejasonb, is it possible to set my listner in the $CATALINA_HOME/conf/web.xml ?
01:04.16yassineUviz,  a listner that listen to all the events that occures container wide
01:04.31yassineis a global listner
01:04.51yassineUviz, afaik you can set a listner per application
01:05.22yassinein the application/WEB-INF/web.xml
01:05.25UvizI guess that requires inter-application communication which is out of my domain of knowledge.
01:05.54yassineso that listner only listen to events that occures inside that application
01:06.04yassinewhat i want is a global listner
01:06.46UvizBut lets say you can device an application that manages a listener that gets notifed every time an event gets fired up in a different application.
01:07.07yassineso im wondering if i can set it in the location previously mentioned _AND_ if it (the listner) can use Global resources like DataSources ...
01:07.14UvizSo the listener becomes a "source," or "observerable" itself.
01:07.16jasonbyassine: Are you talking about a Tomcat listener, or a Servlet spec listener?
01:07.52yassinejasonb, i was expecting you to clear my confusion not to confuse me more :)
01:08.03jasonbyassine: Heh.
01:08.25yassinedid not know that there is differnt  listner at all
01:08.27UvizIt makes sense for such kind listener to be a container listener, right?
01:08.55jasonbyassine: Tomcat has some "listeners" that are objects that run as part of Tomcat's container system.  But, also, the Java servlet spec specifies some "listeners" that are part of the webapp (and therefore can never be global to all webapps in a container).
01:09.47UvizSo I take it such listeners, Tomcat's, are not portable?
01:11.24jasonbThey are not.
01:11.29jasonbThey are Tomcat specific.
01:11.36yassine:((
01:11.56jasonbAlso, they cannot really be deployed inside the webapp (unless you're really, really 31337!)
01:13.44yassineis there an way to get a username of a user when his session times out ?
01:16.20jasonbWell, request.getRemoteUser()?
01:17.59yassinejasonb,  i have other servers (apache that does not controll the access but tomcat does) and i need to log out the user from apache too when his session times out in tomcat
01:19.50jasonbyassine: That's going to be pretty tough.
01:20.29jasonbyassine: Doing auth and logouts across more than one server, more than one auth & session implementation is really complex.
01:21.31jasonbyassine: Usually, that model points to flawed or not-well-thought-out architecture, but one can only be sure after studying all the details.  :)
01:50.35yassineUviz,
01:50.50yassinenot yet gone to sleep ?
01:50.51UvizYes.
01:50.55UvizNo.
01:51.02yassineahh here you are mr superman :)
01:51.14UvizReading some old event-listener articles.
01:51.27UvizI'm like stuck in 1998 or something.
01:51.35yassinewow
01:51.54yassineUviz, ever generated pdf with java ?
01:52.38UvizNo, but I looked around for a "license-free" framwork that does that.
01:52.53yassineand ?
01:53.08yassinewere you sucessfull ?
01:53.28UvizI can't remember what I found one that get the job done although didn't try it out.
01:53.43UvizDon't ask me what it's called because it was long time ago.
01:54.32UvizCreating a MS .doc -> .pdf servlet should be a breeze with that application.
01:55.13UvizI should have bookmarked it.
01:58.58yassinemhh ill search tomorow for some
01:59.16yassineits late and i feel like if im a zombie right now
01:59.25yassinegood night mate
02:01.10UvizOk, G'night.
02:11.12*** join/#tomcat remnant (n=lenhan@ppp-71-129-251-201.dsl.sndg02.pacbell.net)
02:17.30*** join/#tomcat Joshua (n=joshua99@wire-61.88.49.254.halenet.com.au)
03:23.12*** join/#tomcat valmont (n=chrishol@pdpc/supporter/silver/valmont)
03:45.11*** join/#tomcat wsmoak_ (n=wsmoak@VDSL-130-13-158-155.PHNX.QWEST.NET)
04:07.32*** join/#tomcat sail_ (n=sail@mdsnwikwbas08-pool28-a244.mdsnwikw.tds.net)
04:29.07*** join/#tomcat LongBeach (n=mike@AFontenayssB-152-1-34-49.w83-114.abo.wanadoo.fr)
04:33.22*** join/#tomcat retodd (n=opera@adsl-69-108-154-221.dsl.irvnca.pacbell.net)
04:48.25*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
05:02.34*** join/#tomcat Joshua (n=joshua99@wire-61.88.49.254.halenet.com.au)
05:12.48puckohm.
06:21.39*** join/#tomcat JoshuaAnderson (n=joshua99@wire-61.88.49.242.halenet.com.au)
06:53.00*** join/#tomcat cypo (n=opera@217.13.174.82)
07:04.54*** join/#tomcat klaasjanb (n=brand@mail.topicus.nl)
07:38.37*** join/#tomcat dvayanu (n=lrosenbe@tal2.friendscout24.de)
07:40.38dvayanure
08:08.03*** join/#tomcat kasbah (n=kasbah@62.206.116.171)
08:10.17*** join/#tomcat PK (n=PK@pdpc/supporter/sustaining/PK)
08:12.26*** join/#tomcat dreivier (n=dreivier@port-87-234-92-4.dynamic.qsc.de)
08:22.35*** join/#tomcat pip (n=pip@221.234.209.96)
08:22.50piphello
08:24.41pipI started tomcat with netbeans sucessfully,but I can not broswer the documtation of Tomcat ,why ?
08:27.18*** part/#tomcat cypo (n=opera@217.13.174.82)
08:28.45*** join/#tomcat flexable (n=flexable@host21-34.pool8253.interbusiness.it)
08:29.00swentepip: i "assume" that netbeans does not deploy everything you would expect from a "full" tomcat installation.
08:29.10lykenitdoesnt
08:30.27pipswente, then what shall I do so that I can have a browser the doc of tomcat ?
08:30.45swentepip: the docs are online at tomcats home-site
08:31.31pipswente, is tomcat a web server ?
08:31.41swentepip: alternatively .. you might download a binary tomcat-distribution from there, and grab it's ROOT-webapp and add it somehow to your netbeans' tomcat
08:31.45swentepip: more or less, yes.
08:33.00*** join/#tomcat cypo (n=opera@217.13.174.82)
08:33.02pipswente,it looks like web server besides that I know nothing about it
08:33.50pipswente, thanks
08:34.01swentepip: it's a webserver. a servlet-container .. it serves files placed in special directories .. and it also can execute certain special types of files [e.g. JSP] and has some other advanced functionality (e.g. servlets),
08:34.39swentepip: but, for most users it's not a real replacement for e.g. apache-httpd.
08:34.39pipgood ,I see .
08:35.07pipwhy for most users ?
08:35.26pipswente, unless use JSP ?
08:35.38swentepip: exactly, unless one needs JSP/Servlets etc.
08:35.57pipswente, jsp is good
08:36.57swentepip: "most users" want to execute php-scripts ;-). well .. i'd say .. one has to have a "need" for tomcat to get lucky with it, in opposite to apache-httpd which is somewhat more common, more widespread and more "generic|flexible|...."
08:37.17pipis there any better container than tomcat in apache project ?
08:37.45swenteservlet-container? afaik tomcat is the only servlet-container in the apache-project. [and i dare to say it's one of the "better" ones in general]
08:38.11pipgot it
08:38.34swentepip: tomcat is good anough as servlet-container to make *many* other projects include tomcat as their servlet-container [e.g. jboss, SUNs appserver, ..]
08:39.15lykenredhat..
08:39.18lykento name a few..
08:40.08pipmust I use tomcat if I learn java ?
08:40.37pipI mean if tomcat is used is J2EE
08:40.38lykenheh
08:43.51swentepip: no
08:44.20pipswente, OK
08:45.02swentepip: java -- just a language. tomcat is a very, very specific usage of java. (if i got your previous question right)
08:46.43pipswente, I think so
08:46.51swente:)
08:47.19*** join/#tomcat yango (n=yango@unaffiliated/yango)
08:47.36pipswente, JSP is just a specific usage of some small partJof 2EE system
08:48.11pip*J2ee
08:49.20swentemmh i might express it in the wrong way, but "Servlet Specification (inlcuding jsp etc. -- tomcats focus)" is a subset of JEE.
08:50.04yassinegoood morning tomcat :)
08:50.22pipyassine, who is tomcat ?
08:52.10pipwhat time is it there ?
08:52.18yassineits morning :P
08:52.33pipI guess it is early morning ,right ?
08:52.41swentepip: getting noon here
08:53.17pipswente, so you are in Europe ?
08:53.21swenteyes
08:53.29piphaha~I am in Asia
08:53.39pipI will have supper
08:53.46pip^_^
08:53.53pipTime goes fast
08:55.06swenteindeed
09:06.31*** join/#tomcat TomTom (n=Thomas@dslb-084-058-221-023.pools.arcor-ip.net)
09:07.38TomTomhi there! how to disable the check for serializable attributes ? i dont want them to get stored between restarts
09:09.39*** join/#tomcat conner (n=conner@c-24-19-57-84.hsd1.wa.comcast.net)
09:12.37swenteTomTom: speaking about sessions?
09:13.27TomTomswente: yes, when i store something into sessions newser versions of tomcat thow an exception because they are not serializable
09:14.21TomTomahhhhhh
09:14.36TomTomfound the solution... the application was <distributable/>
09:31.36*** join/#tomcat mael (n=mael@xdsl-87-78-150-87.netcologne.de)
09:40.28*** join/#tomcat pvf (n=pvf@212.13.49.67)
09:40.35pvftesting 1 2 3
09:41.56swente'lo pvf
09:49.47yassinepvf,  your mic is working i can confirm :P
09:50.20swentemmh .. but it seems he can't read us.
09:51.14pvfi read you loud and clear
09:52.51*** join/#tomcat a4akb (n=Akbara@dialpool-210-214-50-238.maa.sify.net)
10:31.11*** join/#tomcat yassine (n=yassine@xdsl-87-78-32-107.netcologne.de)
10:32.43*** join/#tomcat Tangent (n=Tangent@connerdata.plus.com)
11:14.05*** part/#tomcat pip (n=pip@221.234.209.96)
11:49.20dvayanusomeone here who's a freelancer in germany?
11:49.33swentedvayanu: yes
11:50.57*** join/#tomcat prgrmr (n=prgrmr@bzq-88-155-55-238.red.bezeqint.net)
11:54.23*** join/#tomcat yassinework (n=yel@h-213.61.164.152.host.de.colt.net)
11:55.15*** join/#tomcat Fracture (n=Fracture@dsl-202-173-191-84.qld.westnet.com.au)
12:14.04*** join/#tomcat zhangsoft (i=DAtTAck@221.216.14.189)
12:16.29*** join/#tomcat hula (n=chatzill@62.242.195.118)
12:16.43hulaHi there - I'm having problems compiling jsvc on FreeBSD 6.1
12:17.30hulaWhen running configure I get the error message: "checking C flags dependant on host system type... failed" and following: "configure: error: Unsupported operating system "freebsd6.1""
12:17.46hulaI guess that it's something with the compiler
12:18.22hula...Or some parameters that I have to pass ?
12:35.09*** join/#tomcat Nara (n=narm@81.10.123.58)
12:35.46Narahi all, I am getting outofmemory error !! how can I know why?
12:35.56Narausing tomcat 5.5.17
12:37.13hulaNare: Do you get the error on startup or when using a web application in Tomcat
12:37.16hula*Nara
12:38.12Narano after hours of running
12:38.36Narait is running as a charm
12:38.51Narabut sometimes I get Outofmemroy error !!!
12:39.11Narait is so confusing and I don't want my site users to see it
12:39.37Nara1- is there any way to catch it and to view an error page
12:39.48Nara2- how can I know what is the problem
12:40.25*** join/#tomcat wsmoak_ (n=wsmoak@VDSL-130-13-158-155.PHNX.QWEST.NET)
12:43.51yassineworkanyone of you guys had this before : WARNING: Unexpected error forwarding to login page
12:48.07Narabtw I am using Linux
12:48.25Naracould it be the threads limit configuration for Linux OS
12:48.41Naraalso I run the JVM win 2G of RAM
12:49.52Naras/win/with/
13:04.47*** join/#tomcat IsaacHaze (n=a@84-104-215-250.cable.quicknet.nl)
13:06.22dvayanunara: which kernel
13:07.20dvayanuyassine: josso?
13:07.57yassineworks/with/without
13:13.03hulaOK Nara - are your passing the Xms and Xmx variables to Tomcat?
13:24.11Narasorry I was away
13:24.36Naradvayanu: 2.6.9-34.ELsmp
13:25.08Narahula: sure i pass .. Xms2G
13:25.22Naraand Xmx2G
13:25.29hulalol - yeah, you should be fine ;-)
13:25.39Narain the catalina.sh
13:25.42*** join/#tomcat a4akb (n=Akbara@dialpool-210-214-50-238.maa.sify.net)
13:25.47hulaperhaps the garbage cleaning isn't working that well?
13:25.48dvayanunara: permspace
13:26.24klaasjanbnara: you could try to use a profiler tool such as found on www.yourkit.com (evalution is free) to check what's eating your memory
13:26.25dvayanu-XX:MaxPermSize=256M
13:27.01Naradvayanu: mmm will it help! I don't knoe
13:27.06dvayanuand what is your java version
13:27.06Naras/knoe/know/
13:27.10*** join/#tomcat kasbah_ (n=kasbah@62.206.116.171)
13:27.38Narajava 1.5.0_07
13:28.38dvayanu64 bit?
13:29.30Narano
13:29.32Nara32
13:29.45dvayanunara: on 32 bit max memory a jvm can have lies at about 1.2g
13:30.03dvayanunara: still increasing perm size is very important if you have many classes/jsps
13:30.53dvayanuwe had the same kind of problem, getting OutOfMemory out of nowwhere after hours of running, and increasing the permspace helped
13:31.46hulamax 1.2 GiB on a 32 bit system? How come?
13:32.36dvayanuhula: 32bit version suck
13:33.12dvayanuhula: it depends on os version, how much it allows you to allocate for a single process, and jvm version. but we made measurements and were never able to actually get more
13:33.28hulaYes, but I mean, man that sounds like an error. An taken into consideration that Java is "for the Enterprise", it sounds weird...
13:33.36hulaWhich OS was that on?
13:33.47dvayanulinux and windows
13:33.52dvayanu2.6 kernel
13:34.15Naradvayanu: okay I will try now MaxPermSize
13:34.37hulaWas that using Sun Java?
13:34.43dvayanuyes
13:35.06Narame too
13:35.11NaraSun Java
13:35.38hulaOK, don't know is that's different using Diablo on FreeBSD. I hope not
13:36.43dvayanunara: do you have many classes and jsps?
13:38.55Naradvayanu: I don't know how much is *many* but I have about 100 class and about 100 jsp
13:40.55klaasjanbnara: the perm memory is filled with all the classes you're using, including those from the JRE and other libraries.
13:42.13*** join/#tomcat jochus (n=jochus@mailhost.newtec.be)
13:42.44jochushello!
13:42.53jochusI have a small question about roles in web.xml
13:43.10jochusI had to add an extra that can just do a litte bit more than another role
13:43.11jochusso I did:
13:43.29jochus( I had to add "the admin role" )
13:43.32jochus<security-role>
13:43.32jochus<PROTECTED>
13:43.32jochus<role-name>admin</role-name>
13:43.33jochus</security-role>
13:43.39jochusand then
13:44.05jochusadd admin to the other security constraint
13:44.08jochus<auth-constraint>
13:44.08jochus<role-name>customer</role-name>
13:44.08jochus<role-name>developer</role-name>
13:44.08jochus<role-name>admin</role-name>
13:44.19jochusnow ... just finishing my role with it's own security constraint
13:44.32jochus<security-constraint>
13:44.36jochus<web-resource-collection>
13:44.40jochus<web-resource-name>repository-tool-admin</web-resource-name>
13:44.44jochus<url-pattern>/secure/configuration.do</url-pattern>
13:44.48jochus<PROTECTED>
13:44.52jochus<auth-constraint>
13:44.56jochus<role-name>admin</role-name>
13:44.56jochus</auth-constraint>
13:44.56jochus</security-constraint>
13:44.57jochusthe problem is, when I now log in with my admin account
13:44.57jochusit says
13:45.00jochusHTTP Status 403 - Access to the requested resource has been denied
13:45.04jochusis there a way to debug?
13:45.16jochusbecause now I don't know where to search
13:48.13hulaok, thanks for the discussion. See you ;)
13:48.15*** part/#tomcat hula (n=chatzill@62.242.195.118)
14:02.56a4akbh
14:29.30harpooni
14:52.49*** join/#tomcat flexable (n=flexable@host21-34.pool8253.interbusiness.it)
14:59.06*** join/#tomcat Rizenine (n=RizeNine@159.218.3.30)
15:05.00*** join/#tomcat remnant (n=lenhan@mail.catholic.com)
15:08.35*** part/#tomcat cypo (n=opera@217.13.174.82)
15:09.46*** join/#tomcat prgrmr (n=prgrmr@bzq-88-155-55-238.red.bezeqint.net)
15:12.16*** join/#tomcat bdudney (n=bdudney@c-24-9-189-43.hsd1.wa.comcast.net)
15:18.34yassineworkjasonb, are you around ?
15:33.55*** join/#tomcat Nicow (n=noiz@200.181.57.106)
15:34.33*** part/#tomcat klaasjanb (n=brand@mail.topicus.nl)
15:34.58Nicowhey guys... how do i change the ROOT directory on Tomcat 5.5 for windows?
15:35.44*** join/#tomcat sail_ (n=sail@wireless299.cs.wisc.edu)
15:36.03pvftesting 1 2 3
15:36.17Nicow?
16:19.18Nicowhey guys... how do i change the ROOT directory on Tomcat 5.5 for windows?
16:19.25*** join/#tomcat kasbah (n=kasbah@62.206.116.171)
17:32.04*** join/#tomcat lenhan (n=lenhan@mail.catholic.com)
17:36.31*** join/#tomcat a4ak1 (n=Akbara@dialpool-210-214-50-238.maa.sify.net)
17:37.18a4ak1hi
17:48.48*** join/#tomcat valmont (n=chrishol@pdpc/supporter/silver/valmont)
17:50.32*** join/#tomcat valmont_ (n=chrishol@germany.pspdev.pas.earthlink.net)
17:51.48*** join/#tomcat vinse (n=vinse@208.253.223.146)
18:39.54rhizmoehi all
18:45.24*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
18:51.15*** join/#tomcat yango (n=yango@unaffiliated/yango)
18:55.05harpoonNicow: chnage the root-dircectory?!?
18:55.13harpoonwhich root-directory
18:55.35harpoonthe root-dir of your web-app? the places, where files are placed?
19:11.08*** join/#tomcat LongBeach (n=mike@AFontenayssB-152-1-34-49.w83-114.abo.wanadoo.fr)
19:12.22*** join/#tomcat dvayanu (n=another@ppp-82-135-86-226.dynamic.mnet-online.de)
19:12.59dvayanure
19:34.34*** join/#tomcat kasbah (n=kasbah@gprs-pool-1-029.eplus-online.de)
20:33.11yassinewb dvayanu
20:33.28dvayanuye
20:33.29dvayanuah
20:33.30yassinehi everyone :)
20:33.42yassinejust come in home :)
20:33.54yassines/come/came
21:22.33*** join/#tomcat bdudney_ (n=bdudney@c-24-9-189-43.hsd1.co.comcast.net)
21:33.02*** join/#tomcat mael_ (n=mael@xdsl-87-78-146-44.netcologne.de)
22:07.01*** join/#tomcat lintlock (i=lintlock@152.12.31.30)
22:07.15lintlockjasonb i have your book :P
22:07.30jasonblintlock: Did you just get it?
22:07.47lintlockgot it yesterday at my library
22:07.53lintlockhavent had time to look at it though
22:08.40jasonblintlock: Cool.  It's getting old now, but lots of the narrative text about how things generally work is still valid and helpful.
22:09.19lintlocki was also looking for a velocity book
22:09.34lintlock.... it was available but it was missing
22:11.00jasonbSomeone probably checked it out, read some of it, then promptly threw it in the trash.  :)
22:11.42lintlockits not as bad as i thought
22:11.52lintlocksession variables are now easy :)
22:12.10puckoI'm gonna try something and make a servlet the front of my whole webapp, all request go thru there
22:12.23jasonbpucko: Why not a Filter?
22:12.44puckoI dunno, it's not really filtering anything :)
22:12.59puckojust dispatching to the right jsps
22:13.21lintlocki did something like that
22:13.29yassinehi lintlock , jasonb
22:13.34lintlockhey yassine
22:13.56yassinelintlock, still on velocity ?
22:13.57lintlockyou still writing the code for a better tomcat sso ? :)
22:14.06yassine:)
22:14.09yassineno i give up
22:14.10lintlocknah velocity is cake now
22:14.23lintlockwith sessions at least
22:14.30yassinehow comes ?
22:14.51lintlockoh
22:15.07jasonbHi yassine
22:15.21lintlockmost jsp understood things can be called by simply using the classname to call the variable
22:16.43lintlocklike Session.getAttribute
22:20.17yassinelintlock, i just had a talk with a college who claimed velocity rocks and since i have no experience with it i could not discuss that with him, so i only told him i know some one having a lot of pain with it (you) :)
22:23.48lintlocki understand i more now
22:26.41yassinethats fine
22:26.53yassinei dont understand tomcat anymore
22:26.54lintlocki accually like it now
22:26.58lintlockwhat happened
22:27.12yassine<PROTECTED>
22:27.37yassinetomcat bypassing login page
22:27.47yassinejust like that
22:28.31*** join/#tomcat columbo (n=chatzill@pool-71-104-18-28.lsanca.dsl-w.verizon.net)
22:29.24jasonbyassine: Your colleague is wrong.
22:29.24yassinejasonb, i use to store my context.xml in $CATA_LINA_HOME/conf/Catalina/localhost/context.xml  but when i want to redeploy that context.war tomcat delete it is there a way to avoid that ?
22:29.30yassineaha
22:29.34yassinetell me more
22:29.47yassineabout velocity ?
22:29.50jasonbYes.
22:30.08yassineokay i confuses things :)
22:30.33jasonbyassine: Are you naming your context XML fragment file "context.xml"?
22:30.36yassinei was wondering how could you know what we dicussed today me and my colleague :)
22:31.09jasonbyassine: And, no, Tomcat will keep deleting that file.  If you don't like it deleting that file, either use META-INF/context.xml or put it in server.xml instead.
22:31.11yassinejasonb, if the applicatioon name is : myApp so i do name it myApp.xml
22:31.23jasonbyassine: Okay, good.
22:31.42jasonbI forget who it was, but I came across someone who was actually naming their context XML file "context.xml", which actually doesn't work.  :)
22:31.53jasonb(due to a bug)
22:32.11yassinejasonb,  in the mailing list ?
22:32.34jasonbyassine: I used to work where the main guy who came up with Velocity worked.  :)  And, over there I spent about three years using velocity, and I can tell you that it is crap.
22:32.43jasonbyassine: No, in this channel.
22:32.48yassineahh okay
22:33.08yassinelintlock,  quote that for your proff :P
22:34.13jasonbheh
22:34.26yassinejasonb,  by this : META-INF/context.xml  you mean i could deploy myApp.war with a META-INF/myApp.xml containing all my resource like datasource defenition and stuff and it will work ?
22:35.15columboi need help reading a tomcat stack trace. my cpus are maxing out after a few hours and i have to restart tomcat often.
22:35.22columbobtw hello everyone heh
22:35.42jasonbSome people like velocity's syntax, but if JSPs syntax is tolerable (some argue that it isn't, but really, for almost everyone it is), then the popularity and support for JSP by far overshadows any tiny benefits velocity may offer, plus velocity has more bugs.
22:36.35jasonbyassine: It has to be named (exactly) "META-INF/context.xml", and it only works with some attribute values of the Host element... but yeah.
22:36.48yassineim using either jsps or servlets or i go and hack tomcat :P and end up crying here :)
22:37.34yassinejasonb,  so i could define my datasource for example in the context.xml inside META-INF
22:38.05yassineand package my application and deploy it
22:40.29lintlockjasonb is the tomcat king
22:45.03lintlockhah
22:45.11lintlocki have to say jasonb
22:45.19lintlocki am kinda fond of velocity
22:45.30lintlockit has alot of stuff built into it
22:48.20*** join/#tomcat dwarf- (i=dwarf-@tunnel-45-126.vpn.uib.no)
22:50.42lintlockbut ill probably hate it next week :P
22:52.25yassinetomcat is soooo sweeeeet :)
22:52.33yassinelintlock,  why would you do that ?#
22:52.57lintlockvelocity is a love hate relationship
22:53.01lintlockwhen it work you love it
22:53.24yassinewhen not you try it again :)
22:53.52lintlockfor hours on end
22:54.07pfnwhy is tomcat so sweet?
22:55.21pfnI haven't considered any templating methods outside of jsp and xsl... I should one of these day...
22:58.37lintlocki enjoy watching others suffer trying to copy my code
22:58.50lintlockit would take you well over 4k pages :)
22:58.54yassinepfn,  hi first
22:58.55lintlockof content
22:59.11yassinepfn,  its sween when it works
22:59.19yassines/sween/sweet
23:05.48lintlockyeah
23:05.54lintlockSSO is just evil though
23:08.08lintlocksso even when it properly works causes babies to cry
23:18.51*** join/#tomcat yel (n=yassine@xdsl-84-44-176-149.netcologne.de)
23:23.02lintlockyay
23:23.05lintlockyassine got owned
23:23.51yelyoy
23:24.16yassinelintlock,  now im back :)
23:24.48lintlockhah i see
23:37.56*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)

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.