IRC log for #tomcat on 20070518

00:20.05*** part/#tomcat wildeLilli (n=hkml@pD956530A.dip.t-dialin.net)
00:48.52*** join/#tomcat unlord (i=diocles@pool-72-66-3-13.washdc.fios.verizon.net)
00:48.57unlordI've got a welcome-file question
00:53.13unlordhow would I make it so that navigating to any directory does a 302 to the same directory path with /index.htm ?
00:53.37unlorddo I really need to drop an index.jsp into each place htat contains a redirect?
01:17.24unlordthe answer is yes
01:25.41seevashDepends on whether you desire for a client to see directory/index.htm or only directory/.
01:25.42seevashIf the latter, you can use forward to only one index.htm on your server rather than individual ones in every directory.
01:29.20pfnwhy would you want to do a 302 to index.htm?
01:29.22pfnthat's stupid...
01:32.24seevashHe's young and on FIOS. :)
01:33.09lintlockpoorly structured webpages make me want to cry
01:36.26seevashYa, it should always follow a fix convention or at least try to adhere to it.
01:39.57pfnI mean, first of all, index.htm?  .htm?  come on
01:40.02pfnnice indication of windows to start with
01:40.17pfnand the fact that you're pointing out that your index page is HTML
01:40.24pfn(i.e. static page)
01:43.06*** join/#tomcat wsmoak (n=wsmoak@ip68-110-100-131.ph.ph.cox.net)
01:54.44lintlocki will kidney shot the next person that on their home link puts the index.html in the link
01:54.58lintlockwait nm
01:55.01lintlocki had to do that
02:00.35seevashWhat's wrong with home page index.html/
02:01.19*** part/#tomcat codeshepherd (n=codeshep@bb219-74-172-61.singnet.com.sg)
02:03.02*** join/#tomcat ramza3 (n=ramza3@c-24-98-96-151.hsd1.ga.comcast.net)
02:05.19pfnseevash, the fact that you have to spell it out in your uri
02:05.32pfnthe whole reason it's the default page is so that you *don't* have to spell it out
02:06.02seevashI didn't see the last part of his statement.
02:06.24seevashI assumed he was saying having index.html is wrong in the first place.
02:06.31seevashI missed "in the link" part. :)
02:55.38*** join/#tomcat defaultro (n=defa@c-67-173-57-194.hsd1.il.comcast.net)
02:55.46defaultrohi folks, is there a yum package for tomcat?
03:00.23pfnyes, but don't install it
03:18.18*** join/#tomcat codeshepherd (n=codeshep@61.8.208.15)
03:20.03defaultrooh
03:20.05defaultrohi pfn
03:20.15defaultroso I should download the tar.gz instead?
03:20.50defaultrocan you please guide me on how to install tomcat such as a howto link? JDK is installed btw
03:21.29defaultroi remember, I installed it at /opt/jdk.... something
03:29.48pfnthe jdk you can install via the rpm...
03:29.57pfndefaultro, there's a setup guide on tomcat.apache.org
03:29.58pfnread it
03:35.34defaultrook
03:44.59*** join/#tomcat roue (n=roue@68-117-69-70.dhcp.roch.mn.charter.com)
04:07.05*** join/#tomcat [algo] (n=ilia@algo.dialup.corbina.ru)
04:15.51*** join/#tomcat dramman (n=newbie@78.167.233.220.exetel.com.au)
04:17.03drammanI've just upgraded to JBoss 4.2.0, and am having all sorts of trouble deploying my webapp:
04:17.06drammanException sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
04:27.51pfndramman, why don't you ask in #jboss
04:27.54pfnor whatever is appropriate for them
04:33.21drammannot getting any response - perhaps JBoss make everything so hard for you so that you'll buy support...
04:39.34*** join/#tomcat LongBeach (n=mike@AFontenayssB-152-1-9-122.w82-121.abo.wanadoo.fr)
04:40.04pfnI don't think so
04:40.14pfndramman why don't you just find all xml files and grep for ConfigureListener
04:44.04drammanok, I'd tried with "com.sun.faces.config.ConfigureListener", only found the log file
04:44.59drammangenius!  default/deploy/jboss-web.deployer/conf/web.xml
04:48.48pfndamn dude
04:48.53pfnI told you to do that like 6 hours ago
04:49.09pfnmaybe 3, but yeah, same thing  :p
04:49.33drammandidn't make any difference
04:49.38pfnrestarted jboss?
04:50.11drammanyeah
04:50.37pfnyou sure?
04:50.40pfnkeep grepping
04:50.48pfnpastebin the entire error log
04:51.05drammanok - thanks
04:51.24*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
04:54.03drammanhttp://pastebin.ca/494293
04:56.00pfnthe time doesn't look correct
04:56.20pfn2:40?  you replied that it wasn't working at :49
04:56.28pfnand discovered the errant web.xml at :44
04:57.34pfnI dunno, reading that seems to indicate that mojoWeb.war is incorrect
04:59.51drammanI'm an Aussie
05:01.52defaultrobtw folks, this is the jdk I have, jdk1.6.0_01. Which version of tomcat should I use, 5.5 or 6? This is going to be for a prod webserver
05:03.04defaultroand alternatives utility says this, "Current `best' version is /usr/lib/jvm/jre-1.4.2-gcj/bin/java."
05:05.31pfndramman, you should synchronize your clock
05:05.41pfndefaultro, 6.0
05:05.44pfndefaultro, uninstall gcj
05:05.55defaultrowhat is gcj?
05:06.03defaultrodo I have it installed?
05:06.06drammanI can give you another dump at 14:59 if you like - it'll be identical
05:06.50pfndefaultro, I don't know, do you?
05:06.55defaultroI do have 2 listings
05:06.57defaultrolibgcj-4.1.1-30
05:06.57defaultrojava-1.4.2-gcj-compat-1.4.2.0-40jpp.110
05:07.02defaultrowhat are they?
05:07.03pfndramman, and as I already said, it looks like mojoWeb.war is broken, pastebin its web.xml
05:07.07pfndefaultro, "fake" java
05:07.15defaultrooh
05:07.26defaultrowhich of the 2 should I uninstall?
05:07.39defaultrobut what about the jdk in /opt dir?
05:08.03pfndefaultro, uninstall alternatives
05:08.09pfnor make alternatives point to the one in /opt
05:08.09drammanweb.xml: http://pastebin.ca/494304
05:08.18defaultrolet me see
05:08.45defaultrohere is the output
05:08.46defaultro*  1           /usr/lib/jvm/jre-1.4.2-gcj/bin/java
05:08.46defaultro<PROTECTED>
05:08.58defaultroI remember, number 2 is what I selected
05:09.40defaultrolooks good then right since it's pointing to /opt
05:09.50defaultroI don't need to uninstall anything right?
05:10.25pfndefaultro, type java -version
05:10.37pfndramman, are you sure you updated that conf/web.xml ?
05:10.57pfndramman, otherwise, I don't know what to do for you, wait until you get a response from soneone that knows jboss
05:11.44defaultrook
05:12.00defaultrojava version "1.6.0_01"
05:12.17defaultroJava(TM) SE Runtime Environment (build 1.6.0_01-b06)
05:12.17defaultroJava HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode)
05:12.17defaultroThat's the output
05:13.21pfndefaultro, then it's picking up the right jvm
05:13.28defaultrogreat
05:13.30pfndefaultro, you should have been able to figure that out....
05:13.51defaultrosorry, actually, it's my first time to install java
05:14.02defaultroso i'm still a bit confused
05:14.11defaultroso my next step is to install tomcat 6, correct?
05:15.33defaultrooh, i spoke to my officemate this morning, he was asking me if mod_proxy_ajp has load balancing support like the mod_jk does, according to him. Does it?
05:15.34drammanthat was actually default/deploy/jboss-web.deployer/conf/web.xml, not default/conf/web.xml...
05:16.16pfnyes, it does
05:16.39defaultropfn, is that "yes" for my question?
05:17.34lykenyes ajp has load balancing
05:17.39lykenoh and it doesnt suck like mod_jk
05:17.46defaultrocool
05:17.51jasonbmod_proxy_balancer.
05:17.53drammanwhy the $^%$^ doesn't this just work "out of the box"?
05:18.06defaultrooh, that's a different module
05:18.14defaultrois that part of ajp?
05:18.23jasonbdefaultro: It's part of the "mod_proxy_*" suite of modules.
05:18.31defaultrogotcha ;)
05:18.44defaultrook, before I get confused, let me continue reading tomcat 6 installation
05:18.47defaultro:)
05:20.31pfndramman, have you searched the entire jboss installation for that string?
05:20.51drammanyep
05:22.02drammanscrew this, I'm installing Glass Fish
05:22.13defaultroecho $JAVA_HOME points to my /opt/jdk1.6.0_01 is correct
05:24.35defaultrois ANT required by Tomcat?
05:25.47defaultroand also pfn, should I download the tomcat source or binary?
05:31.53pfnbinary
05:31.53pfnant is not required
05:32.13defaultrook
05:37.57defaultroI ran it and this is what I got and it went back to the prompt
05:37.57defaultro[root@web02 ~]# $CATALINA_HOME/bin/startup.sh
05:37.57defaultroUsing CATALINA_BASE:   /opt/apache-tomcat-6.0.13
05:37.57defaultroUsing CATALINA_HOME:   /opt/apache-tomcat-6.0.13
05:37.57defaultroUsing CATALINA_TMPDIR: /opt/apache-tomcat-6.0.13/temp
05:37.58defaultroUsing JRE_HOME:       /opt/jdk1.6.0_01
05:37.58pfnsounds ok then
05:37.59defaultrowow
05:37.59defaultroand ps axw shows this
05:37.59defaultro-> /opt/jdk1.6.0_01/bin/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.l
05:38.19defaultroso I'm running a native version of tomcat and jdk right?
05:38.31lykenthat its running
05:38.37defaultro:) thanks
05:38.46defaultroso what's the next app that I should install?
05:38.50lykengo to :8080 or :8100 (not sure for bsd
05:39.02lykenerr whatever os you're using heh
05:39.17defaultroI see this
05:39.18defaultrotcp        0      0 :::8009                     :::*                        LISTEN
05:39.18defaultrotcp        0      0 :::8080                     :::*                        LISTEN
05:39.23defaultro8080 and 8009
05:39.27jasonbIt's 8080 then.
05:39.43defaultrobut bound to IPV6
05:39.46defaultrolet me try though
05:39.47jasonbhttp://yourmachine:8080/
05:40.13defaultroit does work, trying the url now
05:42.23defaultroit's not working
05:42.49jasonbWhat do the log files say?
05:42.50defaultrolike what I said, it's only bound to IPV6 address and not my IPV4 addres
05:43.09jasonbWhich OS and OS version is this running on?
05:43.16defaultrofrom my laptop, I am not able to established tcp session on port 8080 to the tomcat machine
05:43.26defaultroi'm running fedora core 6
05:43.51defaultrois there any file that we can modify to tell tomcat to also listen on my ipv4 address?
05:44.25defaultrolook here, http://www.nopaste.com/p/aIyq0r4Yc
05:44.33defaultroyou will notice that 8080 is only bound to the IPV6 address
05:44.36jasonbTry running: export JAVA_OPTS="-Djava.net.preferIPv4Stack=true"; $CATALINA_HOME/bin/startup.sh
05:44.55defaultrook
05:45.54defaultrothis is better, I think it will work now
05:45.57defaultrotcp        0      0 0.0.0.0:8080                0.0.0.0:*                   LISTEN
05:46.00defaultro;)
05:46.00jasonbOf course it will.
05:47.48defaultrosomething's not right
05:48.17lykenhehe
05:48.31lykeni blame you!
05:48.39jasonbDoes he have selinux turned on?
05:48.39defaultroit could be
05:48.44defaultrolet me check
05:48.50lykenlol i bet so !
05:50.13lykenlol
05:50.23lyken'i wonder how many contractors it took to make the death star'
05:50.44jasonbheh
05:50.55lykenclerks quote
05:50.56lykenhehe
05:51.00jasonbI just wonder if they got overtime pay, if they had to keep redoubling their efforts!
05:52.08lykenhehe
05:52.31lyken'do you have any idea of the logistics of managing a construction project of that magnitude !'
05:53.42defaultroselinux is enforcing. I'm rebooting now
05:54.27lykenlol
05:54.43defaultro:)
05:55.07defaultroI'm also adding tihs before I reboot, export JAVA_OPTS="-Djava.net.preferIPv4Stack=true"
05:55.28*** join/#tomcat greek (n=greek@81.169.230.221)
05:55.31defaultroit's rebooted
05:55.33defaultro:D
05:56.23defaultroor can we put that opts in startup.sh?
05:56.42defaultroman, this box is so noisy, maybe 75 decibels
06:00.28defaultrostill not working
06:00.47jasonblog files..
06:01.02defaultroI did this
06:01.02defaultronmap -sS -P0 -p8080 192.168.1.101
06:01.07defaultroPORT     STATE    SERVICE
06:01.07defaultro8080/tcp filtered http-proxy
06:01.12defaultrohuh, filtered :(
06:01.18defaultroselinux is already disabled
06:01.23defaultrolet me see if a firewall is running
06:02.10lykenlol
06:02.49defaultroyou know, I'll do ssh tunneling. I just want to see it for now :)
06:04.05defaultroWOW, beautiful screen
06:04.06defaultro:)
06:04.10defaultroit's very fast
06:04.18defaultroIf you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!
06:04.30defaultroI just need to find out what firewall it's blocking my traffic
06:04.51lykenw00t
06:04.57defaultroI clicked status and it prompted me. What should I put in there?
06:05.03defaultrois it the unix root account?
06:05.12lykenyou need add the users to your tomcat-users.xml
06:05.18defaultrook
06:05.32lykenor add a realm and use a database for authentication
06:05.36defaultrook
06:05.43defaultrolet me find the culprit firewall first
06:05.47lykeni highly recommend reading some tutorials on the onlamp website about admin and usage of tomcat
06:05.55defaultrook
06:06.37defaultroah, S08ip6tables :)
06:06.38*** join/#tomcat stork (n=sh2-136@storkey.plus.com)
06:06.41defaultroi'll just turn it off
06:09.09defaultroBAM, I got the firewall fixed
06:09.21defaultroi turned off iptables
06:10.57defaultroso next is to install Apache right with the mod_proxy* modules?
06:12.12lykenindeed although id suggest some reading before hand
06:12.20lykentoo much new knowledge at once can be a bad thing :)
06:12.48defaultrook
06:13.09defaultroit's ok, I will let my officemate do all the migration
06:13.20defaultrohe is running it currently on our solaris box
06:14.22defaultroi'm used to compiling apache but with php, mysql, ldap but not with java. It should be the same right
06:15.06defaultroI read yesterday that mod_proxy_* are built-in to apache which is really good
06:15.14defaultroI don't need to download modules
06:15.34defaultroand also, I always download the modssl, do I still need them?
06:19.44greekHi all.
06:19.50greekI have Kubuntu 6.10, JRE:java-1.5.0-sun-1.5.0.08, Tomcat v6.0
06:19.55greekPlease, tell me how I can add servlet filter programmatically
06:21.59defaultrosample.war app worked :)
06:22.07defaultrobut my ip address changed to localhost
06:22.10defaultroin the url
06:23.05defaultromy bad
06:23.06defaultro:)
06:23.33defaultropfn, thank you very much for all your help
06:23.50defaultrothe binary is awesome!
06:24.09defaultrodoing history > history.log now :P
06:29.23greekplease help me:$
06:29.26greekI am going to write geronimo system module and I wont programmatically add servlet filter when run it module
06:37.37*** join/#tomcat [algo] (n=ilia@algo.dialup.corbina.ru)
06:49.31*** join/#tomcat pappy-__ (n=alex@dslb-084-058-241-022.pools.arcor-ip.net)
07:06.11greekok, please tell me where i can ask it question???
07:18.49*** join/#tomcat CrummyGummy (n=CrummyGu@dsl-244-241-237.telkomadsl.co.za)
07:24.33*** join/#tomcat greek_ (n=greek@81.169.230.221)
07:38.39*** join/#tomcat fix__ (n=fix@cable-87-244-191-199.upc.chello.be)
07:55.03*** join/#tomcat greek_ (n=greek@81.169.230.221)
08:08.21*** join/#tomcat greek (n=greek@81.169.230.221)
08:10.32*** join/#tomcat compair1 (i=ariel@gateway/tor/x-1fd8e7ca1481cf93)
08:27.50*** join/#tomcat vinse (n=vinse@208.253.223.146)
08:33.36*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
09:10.45*** join/#tomcat greek (n=greek@81.169.230.221)
09:35.39*** join/#tomcat a4akb (n=a4akb@221.134.209.144)
09:48.56a4akbyo
10:08.12*** join/#tomcat [algo] (n=ilia@algo.dialup.corbina.ru)
10:08.36*** join/#tomcat yassine (n=yassine@dsl.voicint.com)
10:16.05*** join/#tomcat ElvanorAtWork (n=elvanor@bea75-1-82-234-124-92.fbx.proxad.net)
10:16.24ElvanorAtWorkHello, Clicking Undeploy in Tomcat manager does NOT delete the directory
10:16.30ElvanorAtWorkis that normal?
10:16.45ElvanorAtWork(Tomcat 5.5.23 on Gentoo Linux Java 1.5)
10:45.41*** join/#tomcat CrummyGummy (n=CrummyGu@dsl-244-241-237.telkomadsl.co.za)
11:09.11lykenElvanorAtWork: depends on your server setup
11:09.11ElvanorAtWorkOk
11:09.11ElvanorAtWorkwhere is the setting?
11:09.40lykencheck it in the manual
11:20.36a4akblyken: o.O
11:41.11*** join/#tomcat CrummyGummy (n=CrummyGu@dsl-244-241-237.telkomadsl.co.za)
11:43.24*** join/#tomcat ollah (i=y0z@cm209.delta134.maxonline.com.sg)
11:43.48ollahwhat is tomcat?
11:43.51ollahwhat do it do
11:53.07*** join/#tomcat ollah (i=y0z@cm209.delta134.maxonline.com.sg)
11:53.16ollahwhat channel is this?
12:17.58*** join/#tomcat greek_ (n=greek@81.169.230.221)
12:18.11*** join/#tomcat BCG (i=vam@cm209.delta134.maxonline.com.sg)
12:18.46BCGApache Tomcat/5.0.16
12:19.06BCGwhaT IS TOMCAt
12:21.07BCG0,12[0,1-14?.15¿.0?.15¿.14?0-0,12]15,1
12:22.46*** join/#tomcat greek__ (n=greek@81.169.230.221)
12:32.19*** join/#tomcat prgrmr (n=prgrmr@bzq-82-81-33-245.red.bezeqint.net)
12:45.12*** join/#tomcat BCG (i=vam@cm209.delta134.maxonline.com.sg)
12:46.53BCG14,1-15-0-14(8?14)15¿0?15¿14(8?14)0-15-14-15
12:53.25*** join/#tomcat gregor_k (n=a@p54A1B37B.dip0.t-ipconnect.de)
13:12.12*** join/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
13:14.16sartekhi, i've 6.0.10 with 1.6.0_01-b06 and php 5.2.1, <?php phpinfo(); ?> is working but when i try other php stuff eg <?php echo "foo"; ?> the page is blank, but the output appears in the stderr log, some hint?
13:19.42jwisherclick view source on the html page
13:20.27*** join/#tomcat wsmoak (n=wsmoak@ip68-110-100-131.ph.ph.cox.net)
13:21.03sartekit show the php source
13:22.13jwisheryeah, so php isn't setup properly or you're doing something wrong, did you name the file .php?
13:23.34sartekyes... hmm it seems that now phpinfo isnt working, hehe .. i made a reboot
13:25.30jwisheri thought php isn't recommended to be used from within tomcat?
13:25.38jwisherthere is some security issues there
13:26.04sartekok. now phpinfo is working
13:26.42jwisherpersonally i would just setup lighttpd on another port for php
13:27.39sartekwell, btw i'm wondering why _everyone_ recommends lighttpd.. what's wrong with apache ?:)
13:28.17jwisherapache is bloated
13:28.25jwisherit also has a bad security history
13:29.25sartekok
13:31.41*** join/#tomcat maier (n=maier@p14-97.med.unc.edu)
13:39.06*** join/#tomcat Shu (n=shu@83.21-241-81.adsl-dyn.isp.belgacom.be)
13:39.26ShuHello
13:39.38ShuI need help :d
13:39.44Shu:(
13:40.00ShuDoes tomcat 5.5 works with jdk 6.0 ?
13:40.11ShuPS D:\Progs\apache-tomcat-5.5.23\bin> .\startup.bat
13:40.12ShuThe JAVA_HOME environment variable is not defined correctly
13:40.14ShuThis environment variable is needed to run this program
13:40.17ShuNB: JAVA_HOME should point to a JDK not a JRE
13:40.18ShuPS D:\Progs\apache-tomcat-5.5.23\bin>
13:40.36ShuJAVA_HOME = C:\Program Files\Java\jdk1.6.0\bin
13:41.29Shu.. any help would be much appreciated ... brb :d
13:42.49Nicketry to set JAVA_HOME to C:\Program Files\Java\jdk1.6.0 instead
13:47.53Shutried that
13:47.55Shudidn't work
13:48.09Shuit's supposed to be \bin anyway ...
13:54.15Nickehm.. okey.. I just run it on Linux with java 5, so I don't really know that it can be then
13:56.38Shuokay thanks :d anyone else?
13:58.02ShuI know
13:58.10ShuDAMN POWERSHELL in windows
13:58.19Shuit's not working like cmd prompt
13:58.56Shustartup in 1016ms
13:58.57Shuso that's fine
13:59.07Nickeheh
14:09.19*** part/#tomcat wltjr (n=wltjr@gentoo/developer/wltjr)
14:34.55*** join/#tomcat [algo] (n=ilia@algo.dialup.corbina.ru)
14:36.17*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
14:47.32*** join/#tomcat stork (n=sh2-136@storkey.plus.com)
14:51.13*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
15:16.00*** join/#tomcat Flusher (i=flusher@filer.euroserv.com)
15:16.01Flusherhi
15:32.29*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
15:34.40*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
15:50.05*** join/#tomcat jasonb_ (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
15:54.45*** join/#tomcat wltjr (n=wltjr@gentoo/developer/wltjr)
16:05.59*** part/#tomcat yassine (n=yassine@dsl.voicint.com)
16:10.27*** join/#tomcat a4akb (n=a4akb@dialpool-210-214-50-51.maa.sify.net)
16:11.02*** join/#tomcat fix__ (n=fix@cable-87-244-191-199.upc.chello.be)
16:18.09*** join/#tomcat greek (n=greek@81.169.230.221)
16:19.29*** join/#tomcat fix__ (n=fix@cable-87-244-191-199.upc.chello.be)
16:34.21*** join/#tomcat lintlock (n=look@152.12.31.5)
16:59.45*** join/#tomcat kou_note (n=chocoa@221x249x58x13.ap221.ftth.ucom.ne.jp)
17:07.16*** join/#tomcat kab (n=abarrera@148.229.1.11)
17:37.18*** join/#tomcat thechef (n=signamig@217-162-42-186.dclient.hispeed.ch)
17:37.20thechefhi
17:42.07thechefthe browser sends via GET a Unicode encoded string, but it isn't read correctly by the request object (it reads it as another charset i don't know of). I don't know exactly why it does that because the whole system is a pure utf-8 system, every browser and system that accesses the site is purely utf-8. What may I change?
18:02.28*** part/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
18:09.55thechefAh I found it: URIEncoding as a connector attribute :)
20:17.18*** join/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
20:21.54*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
20:34.24*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
20:37.44*** join/#tomcat maier (n=maier@cpe-065-190-130-225.nc.res.rr.com)
21:05.34*** join/#tomcat maier (n=maier@cpe-065-190-130-225.nc.res.rr.com)
21:07.55*** join/#tomcat dvayanu (n=another@ppp-62-245-210-115.dynamic.mnet-online.de)
21:24.26*** join/#tomcat |seshf| (n=kvirc@p54879B95.dip0.t-ipconnect.de)
21:26.20*** join/#tomcat Blissex2 (n=pcg@82-69-39-138.dsl.in-addr.zen.co.uk)
22:20.45*** join/#tomcat etaylor (n=chatzill@209.10.69.157)
22:26.48*** join/#tomcat OmiKrOn (i=OmiKrOn@unaffiliated/omikron)
22:29.49OmiKrOnHi, I have an an application running within Jboss tomcat container. Now I want to map it in apache via mod_jk, but the problem is this application dies because it redirects the http requests to https
22:29.51OmiKrOnany ideeas?
23:11.42*** join/#tomcat columbo (n=Miranda@pool-71-104-52-62.lsanca.dsl-w.verizon.net)
23:37.08*** join/#tomcat ibot (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
23:37.08*** topic/#tomcat is Stable versions: 6.0.13, 5.5.23 and 4.1.36. Newbies use the official binary from tomcat.apache.org, or an RPM package from http://www.webdroid.org:8080/archives/tomcat-package. Check your Tomcat logs before you ask for an answer. SLOW MOTION CHANNEL (we all have jobs & kids): Ask your question, including your TC, Java, & OS versions, then wait; check back often for answers.
23:44.20pfnOmiKrOn, redirecting to https isn't a problem
23:44.43OmiKrOnyeah but i want to do that withing mod-jk
23:44.51jasonbjbossux  :)
23:44.54pfnit has nothing to do with mod_jk
23:45.06pfnjboss uses tomcat internally for its servlet container anyway
23:45.23OmiKrOne.g http://website:80(apache)--mod_jk--tomcat(_https_ port 8443)
23:49.07*** join/#tomcat ibot (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
23:49.07*** topic/#tomcat is Stable versions: 6.0.13, 5.5.23 and 4.1.36. Newbies use the official binary from tomcat.apache.org, or an RPM package from http://www.webdroid.org:8080/archives/tomcat-package. Check your Tomcat logs before you ask for an answer. SLOW MOTION CHANNEL (we all have jobs & kids): Ask your question, including your TC, Java, & OS versions, then wait; check back often for answers.
23:50.06jasonbpfn: No, and neither does jboss.
23:50.13jasonbpfn: They're both working on it.
23:51.46pfnwow, suckass then, heh
23:52.34jasonbJEE is just huge.
23:52.45jasonbIt takes a long time to write such a thing.
23:55.42pfnof course

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.