irclog2html for #tomcat on 20060713

01:03.50*** join/#tomcat kousuke (n=kikuchi@221x251x19x21.ap221.ftth.ucom.ne.jp)
01:20.53*** join/#tomcat jbalint (n=jbalint@unaffiliated/jbalint)
01:36.18*** join/#tomcat jbalint (n=jbalint@unaffiliated/jbalint)
03:27.38*** join/#tomcat Fracture (n=Fracture@dsl-202-173-191-84.qld.westnet.com.au)
03:51.40*** join/#tomcat jbalint (n=jbalint@unaffiliated/jbalint)
04:02.35*** join/#tomcat valmont (n=chrishol@dsl092-043-004.lax1.dsl.speakeasy.net)
04:24.13*** join/#tomcat nevo (n=owindsor@dsl-203-113-232-82.ACT.netspace.net.au)
04:25.30nevoHi all, just checking out the channel.
04:25.53nevoThought i would introduce cause i will prob need some advice over the next couple of days
04:33.52lykenheh
04:34.03lykenshoot off some fireworks for me!
04:54.15jbalintboom
04:54.28lykensup jba
04:54.51jbalintplayin w/croquet
05:00.24lykenim doing feature add on software i wrote 2 years ago
05:00.37lykennext time im quoting $500/hr just to make sure i dont ahve to do this work again :/
05:04.22jbalintI'll do it for $300.
05:09.50lykenim doing it for $250
05:09.51lykenso..
05:12.02jbalintOk, I'll do it for $150 then.
05:12.13jbalintIf you wanna get rid of it.... and they get a price break. :p
05:34.28*** part/#tomcat nevo (n=owindsor@dsl-203-113-232-82.ACT.netspace.net.au)
06:21.33lykenomg
06:21.39lykenthis is the worst setup ive ever seen for a system
06:21.48lykenmod_jk and a fkn mess of files all over the document root of the httpd
06:21.51lykenplease kill me now
06:29.22*** join/#tomcat a4akb (i=webirc@h67069.serverkompetenz.net)
06:55.57*** join/#tomcat icyValk77 (n=icyValk7@gateway.ash.thebunker.net)
07:05.05*** join/#tomcat nandan (n=chatzill@219.91.145.91)
07:06.50nandanhi, am new to tomcat and jsp whr to placem y jsp files ??
07:07.29lykenhave you got tomcat installed ?
07:08.56lykenhttp://www.coreservlets.com/Apache-Tomcat-Tutorial/ <- might be of help
07:13.39*** join/#tomcat [a]tomi (n=chatzill@pool-71-104-69-181.lsanca.dsl-w.verizon.net)
07:55.40*** join/#tomcat magazz (n=magazz@55129.ivi.lt)
07:59.33*** join/#tomcat MakMoer (n=makmoer@195.230.166.90)
08:00.38MakMoerhi all..I have a small issue..if I use FormFile.getFileName() I always get the filename in lowercase..not sure why this is happening..can anyone help ?
08:24.56MakMoerno one here ?
08:54.43MakMoernever mind..found the problem..
08:59.53*** join/#tomcat jbalint (n=jbalint@unaffiliated/jbalint)
09:01.29*** join/#tomcat Psih0MAN (n=gentoo@86.125.171.59)
09:26.43*** join/#tomcat Aleph_One (n=epersal@cacher6.ericsson.net)
09:28.55*** part/#tomcat Aleph_One (n=epersal@cacher6.ericsson.net)
09:29.05*** join/#tomcat Aleph_One (n=epersal@cacher6.ericsson.net)
09:30.01*** part/#tomcat Psih0MAN (n=gentoo@86.125.171.59)
10:23.23*** join/#tomcat prgrmr (n=prgrmr@bzq-88-152-101-122.red.bezeqint.net)
11:01.19*** part/#tomcat Roobarb-Work (n=mwatts@wp.eris.qinetiq.com)
11:18.01*** join/#tomcat roude (n=roude@machina.zengers.de)
11:48.48*** join/#tomcat jbalint (n=jbalint@unaffiliated/jbalint)
12:16.23*** join/#tomcat jbalint (n=jbalint@unaffiliated/jbalint)
12:30.48*** join/#tomcat mahound (n=mahound@87-196-54-28.net.novis.pt)
12:30.51mahoundhey
12:31.38mahoundi have added an user to tomcat-users.xml with the manager,admin roles. however, only admin works ok
12:31.49mahoundthe manager will show me "HTTP Status 403 - Access to the requested resource has been denied"
12:31.50mahound:|
12:32.05mahounddoes anybody know what is this about?
12:34.17mahoundthe weird thing is... it doesn't even ask me to authenticate
12:34.31mahoundoh... and  sometimes the log shows this:
12:34.32mahound13/Jul/2006 13:33:40 org.apache.struts.action.RequestProcessor processMapping
12:34.32mahoundSEVERE: Invalid path was requested /login
12:34.56mahound(using tomcat 5.5.17-r1)
12:43.37*** join/#tomcat prgrmr_ (n=prgrmr@bzq-88-154-169-222.red.bezeqint.net)
14:00.52*** join/#tomcat msoeken (n=msoeken@wlan-client-282.informatik.uni-bremen.de)
14:02.44msoekenHi. Imagine the following situation: You have a servlet, which depends on a library jar file in WEB_INF. This library contains a static variable. Is that thread safe, if there are two clients or has each client its own instance of the library?
14:04.37*** join/#tomcat golqm-noob (i=poisoner@11383.unitednetworx.com)
14:08.50*** join/#tomcat Mortuis (n=jmort@bi-02pt1.bluebird.ibm.com)
14:10.01MortuisI'm a newbie to tomcat, I have a simple servlet running and would like to include a .css file.  Could anyone tell me where I put the .css file and any other static files I want to host such as .js and .hmtl files?
14:11.17swenteMortuis: into your context's root-directory
14:14.54Mortuisswente: I'm very new, so please excuse any stupid questions.  But are you talking about the tomcat project's root directory? Or the WEB-INF/src directory?  Or a folder on the hard drive?
14:15.54swenteMortuis: first - it's all folders on the harddrive, isn't it? :)
14:16.17swenteMortuis: if your app resides in "$TOMCAT/webapps/<YOURAPP>", then "YOURAPP" is your webapp, or called "context"
14:16.38swenteMortuis:  "below" the context-dir, there's the WEB-INF directory.
14:16.51Mortuisswente: Yeah, but I'm new so I'm still differentiating what I see in Eclipse and what I have to go to manually. ;-)
14:17.14swenteMortuis: mmh ok. in eclipse, it's the WebWhatever-structure .. the directory holding WEB-INF
14:17.25swenteMortuis: iirc "WebContent"
14:18.29MortuisThanks swente, that worked!
14:18.43swente:)
14:24.04*** part/#tomcat msoeken (n=msoeken@wlan-client-282.informatik.uni-bremen.de)
14:37.28*** join/#tomcat tomas- (n=tomas@c-68-37-150-65.hsd1.nj.comcast.net)
14:38.55tomas-I'm using tomcat with jboss to provide an ssl service, and when I connect via firefox, firefox says no common encryption algorithms found, and tomcat/jboss says "no cipher suites in common". The SSL certificate is from VeriSign, so I don't know if that somehow determines the cipher suites (since it worked with the default localhost cert). any idea what's wrong?
14:40.21*** join/#tomcat Ensiferum (n=enska@addr-85-23-13-215.suomi.net)
14:40.28Ensiferumhello
14:56.38dfrhello.... does tomcat provide a tool to locate the directory it was installed in (or, even, better, provide path to webapps)? By default, current dir is the directory it was started from, which might be arbitrary...
14:56.58*** join/#tomcat prgrmr_ (n=prgrmr@bzq-88-154-169-222.red.bezeqint.net)
14:58.00*** part/#tomcat icyValk77 (n=icyValk7@gateway.ash.thebunker.net)
14:58.10*** join/#tomcat jbalint (n=jbalint@unaffiliated/jbalint)
15:14.46Ensiferumdfr: some env variables afaik
15:15.54*** join/#tomcat ogolqm-nob (i=poisoner@11383.unitednetworx.com)
15:18.52dfrEnsiferum: tomcat's env or regular environment variables?
15:19.07lykendfr: if its been setup right
15:19.15lyken$CATALINA_HOME will tell you where tomcat is
15:19.25lykenand webapps is under $CATALINA_HOME/webapps
15:20.26dfrhrmph.... yes, but would asking for env variable make it platform independent?
15:21.37lykenassuming its a bash shell or some derivatiive
15:22.19dfrif it's windows.... =/
15:22.46lykencatalina home might be set
15:23.34*** join/#tomcat harpoon (i=stueber@ultra20.rbg.informatik.tu-darmstadt.de)
15:25.42dfrok, thanks... I'll try that :)
15:28.39Ensiferumanyone know if a custom authorization can be implemented with Realm ?
17:02.19*** join/#tomcat ibot (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
17:02.19*** topic/#tomcat is http://tomcat.apache.org Latest stable versions of Tomcat are 5.5.17 and 4.1.31. If you are a newbie, use the official distribution on Jakarta's site, or use an RPM package from http://www.webdroid.org:8080/archives/tomcat-package. Be sure to check your log files before you attempt to search for a solution. SLOW MOTION CHANNEL (we all have jobs): Ask your question, then wait; check back often to see if anybody answered.
17:03.44jbalintibot: hey
17:03.45ibothey is, like, almost for horses
17:05.31dfrjbalint: so that I can create files within webapps/image directory :)
17:05.45dfrjbalint: and the location of current directory can be pretty arbitrary
17:06.46*** join/#tomcat pucko_ (n=andreas@81-234-246-21-o933.tbon.telia.com)
17:07.02*** join/#tomcat Fracture (n=Fracture@dsl-202-173-191-84.qld.westnet.com.au)
17:08.02jbalintdfr: is image your app?
17:08.33jbalintI would either a) put 'em in the servlet area via getRealPath() if they are temp files of b) setup a perm directory and put it as a context param or something if they are permanent files
17:09.20*** join/#tomcat pucko_ (n=andreas@81-234-246-21-o933.tbon.telia.com)
17:11.37dfrjbalin: well, I want them to put in the webapp/myPackage/images directory....
17:11.59dfrjbalint: so I can then link them in my stuff via <img src="images/image.jpg"/>
17:12.37dfrjbalint lemme see if geTrealPath is what I need though :)
17:13.05*** join/#tomcat a4akb (n=Akbara@ask10-197.qualitynet.net)
17:13.18jbalintYeah, getRealPath() will give you something like /usr/local/mytomcat/webapps/myappname. Then you append "/images" to that.
17:15.56dfrjbalint: thanks! :)
17:16.12jbalintSure.
17:26.23harpoonjbalint: nice tip .. getRealpath just work out of a PortletContext too :-)
17:26.54harpoonthat may gives me some new possibilities :-)
17:29.18jbalintWell.. just make sure it's justified. It's something that can be abused too. :)
17:29.38jbalintAnd remember that if you are using war/ear and reployed it might go away.
17:30.04harpoonyes i have read read it now...
17:30.13dfrBTW, is there a way to config tomcat not to redeploy from war if there's stuff alraedy in there?
17:30.46harpoonok.. those images and other files we process on are all temp...
17:31.39harpoonso we are using something much more brutal
17:32.00harpoongoing over java.io.tmpdir
17:32.48harpoonbut i'm looking just for a way getting the inital set of files there...
17:33.02harpoonbut ok we have other methods :-)
17:34.41jbalintdfr: That should be the default behaviour.
17:37.44dfrjbalint: really? I'm pretty sure I used to compile things in the webapps/myPackage/ and catalina would load the older version until I deleted webapps/myPackage.war =/
17:38.10Ensiferumdum di dam
17:38.17Ensiferumanyone implemented a custom Real?
17:38.39jbalintdfr: Hrm... wierd. Would be interesting to see that.
17:38.43jbalintEnsiferum: 'Real'????
17:38.50EnsiferumRealm*
17:42.20jbalintAh, hehe. I haven't.
18:05.31*** join/#tomcat valmont (n=chrishol@germany.pspdev.pas.earthlink.net)
18:25.04*** join/#tomcat mahound (n=mahound@87-196-54-28.net.novis.pt)
18:32.22a4akbyo
18:43.56*** join/#tomcat glen_quagmire (n=gq@dsl092-118-166.nyc2.dsl.speakeasy.net)
18:44.17glen_quagmirein tomcat manager, can I just redeploy? instead of undeploy and deploying .war file?
18:44.29glen_quagmirei have updated .war file...and i want to update the production site
18:44.35glen_quagmirewith minimum downtime
18:58.17*** join/#tomcat pitarch_ (n=chatzill@87.219.69.103)
19:07.49*** part/#tomcat glen_quagmire (n=gq@dsl092-118-166.nyc2.dsl.speakeasy.net)
19:12.19*** join/#tomcat vinse (n=vinse@208.253.223.146)
19:14.16*** part/#tomcat Mortuis (n=jmort@bi-02pt1.bluebird.ibm.com)
19:38.09*** part/#tomcat a4akb (n=Akbara@ask10-197.qualitynet.net)
19:59.41*** join/#tomcat SIGFPE (i=djcapeli@hogwarts.lifeafterking.org)
20:09.51*** join/#tomcat pucko_ (n=andreas@81-234-246-21-o933.tbon.telia.com)
20:16.20*** join/#tomcat r07aNd (i=r07aNd@dsl-92-84.utaonline.at)
20:32.20*** join/#tomcat Rizenine (n=RizeNine@159.218.3.30)
20:37.33*** join/#tomcat noah (n=noah@computer.cc.columbia.edu)
20:43.43*** join/#tomcat pucko (n=andreas@81-234-246-21-o933.tbon.telia.com)
20:57.32*** part/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
21:36.53*** join/#tomcat knight (n=knight@ip-12-30-102-190.hqglobal.net)
21:36.57knighthello
21:37.16Ensiferumhello
21:37.27knightI am having problems with tomact
21:37.34Ensiferumyay
21:37.39knightlol
21:38.02knightI am trying to have ONDO sip server work
21:38.16knightI am using ubuntu
21:38.17EnsiferumSIP? :/
21:38.24knightyes
21:38.48knightit uses tomcat and java
21:38.58Ensiferum*gulp*
21:39.12knighthttp://www.brekeke.com/products/products_sip.php
21:39.24knightyou can take a look at it here
21:39.58Ensiferumubuntu
21:39.59Ensiferumurf
21:41.26knightI took a look at logs
21:41.38knightactually catalina.out ile
21:47.22*** join/#tomcat Twilight\ (n=ask@69.84-48-122.nextgentel.com)
21:55.24Ensiferumhmm
21:55.29Ensiferummy driver hack works finally
21:55.31Ensiferumjesus that was painful
22:48.01*** join/#tomcat a4akb (n=Akbara@ask13-227.qualitynet.net)
23:01.59a4akbyo
23:05.09jbalintOI!
23:05.33a4akbsup
23:05.39*** join/#tomcat Fracture (n=Fracture@dsl-202-173-191-84.qld.westnet.com.au)
23:14.03*** join/#tomcat jsisson (n=sissonj@218.185.73.243)

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.