IRC log for #tomcat on 20080207

00:02.21*** join/#tomcat defaultro (n=de@c-67-175-26-131.hsd1.il.comcast.net)
00:03.29defaultrohey folks, do I also need to install an SSL certificate on Tomcat? My officemate is out of country right now. I was able to install the cert though on Apache
00:03.55defaultrohow do I check if our tomcat is doing SSL?
00:20.15Zack1403you should have to do it on tomcat as well
00:22.49Zack1403you googled tomcat ssl?
00:27.12lykenwhat version of tomcat ?
00:27.37lykeneither wway this doc looks right
00:27.41lykenhttp://www.digicert.com/ssl-certificate-installation-tomcat.htm
00:53.58jasonbIf anyone follows that, they'll end up with a non-working, mostly configured HTTPS connector.
00:55.08jasonbIf only they had validated it by trying out their own directions, they would have known it was wrong.
00:55.15jasonb(like most Tomcat docs out there on the web)
00:56.03jasonbIt says to set keypass="your_keystore_password", which is wrong.  It should really say keystorePass="your_keystore_password".
00:59.23lykenlols
00:59.35lykenand im a tard for not reading it furhter
01:03.32*** join/#tomcat clajo04_ (n=clajo04@cpe-74-66-81-11.nyc.res.rr.com)
02:17.52jasonbThat's what's funny about web documentation.  If someone finds web tech docs about a subject they know little about, they basically always assume the author of the web doc knows all about it, and would certainly not post, say, configuration directions that just plain don't work.
02:18.29jasonbBut, anyone who ever read the online docs about mod_jk is painfully aware that this is just not the case.
02:37.44lykenheh
02:43.58*** topic/#tomcat by jasonb -> Stable versions: 6.0.16, 5.5.26 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.
02:45.39MHSLisnt it 6.0.14?
02:48.11jasonbNope!
02:48.27jasonbhttp://archive.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/
02:56.24*** join/#tomcat pandaren (n=pandaren@61.171.13.107)
03:09.35defaultrothanks Zack, lyken. I just got back here
03:10.14defaultroI'm looking at the link now
03:12.30*** join/#tomcat internat85 (n=nf@dsl-58-6-125-95.qld.westnet.com.au)
03:13.33defaultroi'm a bit afraid to touch the tomcat
03:17.12defaultroWhat does OV mean in OV certificate?
03:23.42jwishertbh I pretty much just read the official documentation when I setup ssl
03:24.07jwisherwas also guided by the sample config code in default web.xml
03:24.27jwisherwhere is the change log for 6.0.16?
03:26.58*** join/#tomcat conga (n=abcdef@68-184-35-129.dhcp.oxfr.ma.charter.com)
03:27.03congacan someone help me
03:27.09congahttp://rafb.net/p/D1zUzd14.html
03:27.11congawhat is wrong
03:27.55jasonbAnyone wanting to install the Tomcat 6.0.16 official release binaries on Fedora, Red Hat, or other RPM-based distros may now download my new RPM package here: http://www.webdroid.org:8080/archives/tomcat-package/tomcat-6.0.16-0.noarch.rpm
03:28.14congajasonb, can you help me
03:28.21Aeticonga
03:28.32conga:)
03:28.35Aetiecho $JAVA_HOME
03:28.46conga/opt/java/
03:28.53congathis is my jdk is installed
03:29.02Aetiwhat version?
03:30.02congajava version "1.6.0_03"
03:30.02congaJava(TM) SE Runtime Environment (build 1.6.0_03-b05)
03:30.02congaJava HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)
03:30.27defaultrohey folks, i can't get in. http://localhost:8080/admin
03:30.41defaultrothis is what it says, HTTP Status 404 - /admin/
03:30.55Aetiis tomcat a new installation for you conga?
03:31.19congayea
03:31.35Aetiremovie tomcat5 and install tomcat6
03:32.01defaultrohow do I find out the the admin directory?
03:32.16congaAeti, tomcat 5 have problem with jsp?
03:32.21Aetiit's just localhost:8080
03:33.06defaultroif I do that, I see our webpage
03:33.48defaultroand I'm sure that Tomcat is the one that is responding
03:34.12defaultroIf I get 404 error, at the bottom, this is what I have -> Apache Tomcat/6.0.14
03:35.23Aeticonga: it's not that it doesn't, but tomcat 6 is a better build with some fixes
03:36.31congaoh
03:36.41congamy distro only come with tomcat 5
03:36.50Aetiwhat distro?
03:36.54congaarch
03:37.29Aetidamn, i would download sdk5 and use in conjuntion with tomcar 6.0.14
03:37.47MHSLdefaultro, are you using tomcat 5.5 or 6?
03:38.30Aeticonga: http://java.sun.com/javaee/downloads/index.jsp
03:38.50defaultro6
03:38.54Aetidownload top link j2ee sdk5 update 4
03:39.07defaultroah, here is what I can do to check if our tomcat is doing ssl
03:39.22defaultrowhen Tomcat is running on SSL, what port does it listen to?
03:39.52MHSLdefaultro, there is no admin web app, only manager
03:40.02MHSLdefaultro, check your server.xml
03:40.05congathanks Aeti :)
03:40.05defaultroAnd also, our machine is running Apache and also Tomcat. I've got the SSL working on Apache now and my webbrowser is not complaining anymore, so that's good
03:40.14Aetiyw
03:40.22defaultrowhat do I check on server.xml? I opened it earlier and don't see something related to SSL
03:40.56MHSLdefaultro, obviously the connector part
03:41.03defaultrooh, I just see this, <Connector port="8080" />
03:41.08defaultrono other connectors
03:41.13defaultrobut a bunch of lines after that
03:41.18MHSLthere should be something like this <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
03:41.21Aetidefaultro: ssl default port for tomcat is 8443
03:42.00Aetibut you need to uncomment it in server.xml
03:42.01MHSLdefaultro, you dont need to set up ssl on tomcat anymore if you've got tomcat and apache connected using mod_jk and apache has been configured with ssl
03:42.20MHSLdefaultro, because that connector is only used if you connect to tomcat directly
03:42.21defaultroah, looks good then. I didn't see that port
03:42.33defaultrohere is the server.xml
03:42.36defaultronopaste it
03:43.09defaultrohttp://www.nopaste.com/p/aNTxBVgu5
03:43.43defaultroMHSL, it's good. I'm only concerned about if SSL was both setup on Apache and Tomcat. Looks like my officemate only did it on Apache
03:44.04defaultroso looks like I've done it correctly on Apache
03:44.28defaultroMHSL, maybe, my officemate set up modjk
03:44.33defaultrolet me check
03:44.57defaultroBAM, you are correct, LoadModule jk_module modules/mod_jk.so
03:45.28defaultroI'm really wondering though why the padlock icon in our browser is not showing up anymore on my webbrowser
03:46.02MHSLdefaultro, btw, defining context in server.xml is a bad idea
03:46.14defaultroMy boss showed to me his browser and he went inside a secure site. We didn't see the secure LOCK icon. However, it got shown beside the area where we put website names
03:46.38defaultroMHSL, he set that up. Which part is that?
03:47.21defaultrois this the one you are referring to,  Context path
03:47.22MHSLdefaultro, in your server.xml the context element
03:47.34defaultrok
03:47.45defaultroso looks like, we're all set
03:48.25defaultroThank you so much folks :)
03:49.05MHSLdefaultro, yes, you better take all those contexts declaration out from server.xml
03:50.08congahey
03:50.15congajdk is point to JAVA_HOMe right?
03:50.30congaAeti, you still around?
03:51.10MHSLdefaultro, if you need your ajp connector to use SSL, you may need to add scheme="https" secure="true" redirectPort="443" on your ajp connector
03:51.12defaultroMHSL, I will tell him once he gets back
03:51.19defaultrook
03:51.29MHSL(if that how it works, because i've never tried that)
03:51.47MHSLjasonb, am i correct?
03:51.48defaultrowhat's going to happen if the context gets removed?
03:52.20MHSLdefaultro, you put the context on a different context file, so you can reload, remove, add contexts anytime without having to restart tomcat
03:52.25Aeticonga whats up
03:52.32defaultrok
03:53.07defaultrois Tomcat just like PHP? I really am interested with it
03:53.33MHSLdefaultro, tomcat is a server, php is a web scripting language
03:53.39defaultrooh
03:53.51defaultroso what web pl does tomcat use? jsg?
03:53.55defaultrojsp?
03:54.04lykenjsp/servlets
03:54.09lykenwhy do you not know this ?
03:54.10defaultrook
03:54.10MHSLdefaultro, to build web application and deploy it under tomcat you develop your web app using java
03:54.11Aetiit's a servlet container and jsp
03:54.27defaultrolyken, it's because i'm very new to tomcat
03:54.34lykenwhat you using it for ?
03:54.36defaultroi just see tons of .jsp files on our directory
03:54.40MHSLyou may want to read the doc then
03:54.42defaultrook
03:54.47lykenor buy the book
03:54.51congaAeti, JAVA_HOME is point to jdk right?
03:54.53defaultrook
03:54.55congawhat about JRE?
03:54.59lykenTomcat The Definitive Guide : 2nd Edition
03:55.03lykenfrom orielly's
03:55.04Aetiyou don't too set JRE
03:55.17defaultroSo basically, once the Tomcat is up, I can forget about it and then concentrate on JSP?
03:55.23Aetijava_home is set to base directory you installed sdk5
03:56.10congai removed my jre
03:56.39Aetidid you install sdk5?
03:57.06conganope,
03:58.05Aetiinstall sdk5 to /opt/javasdk5
03:58.19Aetiinstalled tomcat6.0.14 to /opt/tomcat6
03:58.21Aetithen
03:58.39Aetiexport JAVA_HOME=/opt/javasdk5
03:58.50Aetiexport CATALINA_HOME=/opt/tomcat6
03:59.03Aetithen start tomcat like this
03:59.14Aeti./opt/tomcat6/bin/startup.sh
03:59.40Aetimake sure your fire wall isn't blocking port 8080
03:59.45defaultroam I comparing apples to apples if I compare Tomcat and .Net?
03:59.59Aeti.NET is gaycrosoft :P
04:00.08defaultrohahaha :D
04:00.32congawhat is JDK location Aeti ?
04:00.49defaultroJust don't know what I should study? I'm thinking of looking for a new job mid this year
04:00.50congawhy it asked me when i install java_ee_sdk-5_04-linux-nojdk.bin
04:01.39defaultropeople around me are telling me to study C# and .Net but don't know if they're going to give me nice job
04:02.05defaultrowhat are your advice folks?
04:02.15defaultroi'm a studious person
04:02.18lykendefaultro: thing is
04:02.29pfnuse what has job opportunities in your area
04:02.30lyken.net will get you money and usually lots of it, nice job? probably not
04:02.42defaultroah, ok
04:02.47pfnso will java
04:02.48pfnor perl
04:02.49lykenlike being a windows sysadmin
04:02.49pfnor C
04:02.51pfnetc.
04:03.00Aeticonga
04:03.01lykenyou hate your life, but you get paid a lot
04:03.20defaultroi do perl and little c, php and unix scripting as well
04:03.36defaultroi also do vb, activex and MSSQL
04:03.43pfntomcat is completely unrelated to .ne
04:03.44pfnt
04:03.46defaultrobut i don't like them anymore
04:03.47Aeticonga: https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=java_ee_sdk-5_04-oth-JPR@CDS-CDS_SMI
04:04.01Aetithats sdk5 with jdk6
04:04.09Aetithats the one you need
04:04.17defaultroso looks like I should study Java? Will it give me more money?
04:04.57congaoh stupid me i choose the one without jdk
04:04.57congalol
04:04.57Aetilol
04:04.57Aetinp
04:04.57pfneither way will give you a similar amount of money
04:04.57defaultrook
04:05.01congathanks Aeti :)
04:05.05Aetinp man
04:05.57defaultroso java.sun.com is good enough for a start?
04:24.42congaAeti, why when i start up tomcat it set like this Using JRE_HOME:       /opt/java
04:24.51conga./startup.sh
04:24.51congaUsing CATALINA_BASE:   /opt/tomcat6
04:24.51congaUsing CATALINA_HOME:   /opt/tomcat6
04:24.52congaUsing CATALINA_TMPDIR: /opt/tomcat6/temp
04:24.52congaUsing JRE_HOME:       /opt/java
04:32.33congabrb reboot
04:34.59*** join/#tomcat acidjnk (i=acid@p5B3F2F83.dip0.t-ipconnect.de)
04:38.10*** join/#tomcat conga (n=abcdef@68-184-35-129.dhcp.oxfr.ma.charter.com)
04:51.03*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
04:54.26congaproblem solved!!!!!!!!!!!!!!! yay
04:54.38congajsp works like a charm, thank you Aeti
05:58.03*** join/#tomcat Ranger (n=ranger8z@58.25.93.43)
06:05.36*** join/#tomcat thesasa (n=sasa@c-76-21-127-0.hsd1.ca.comcast.net)
06:31.12*** part/#tomcat Ranger (n=ranger8z@58.25.93.43)
06:31.37*** join/#tomcat Ranger (n=ranger8z@58.25.93.43)
07:26.21*** join/#tomcat olought (n=olought@76.24.46.108)
07:54.05*** part/#tomcat defaultro (n=de@c-67-175-26-131.hsd1.il.comcast.net)
08:49.09*** join/#tomcat pandaren (n=pandaren@61.171.143.97)
08:55.19*** join/#tomcat vikumar (n=Vimal@nat/redhat-in/x-e038e302c48cd54e)
09:23.45*** join/#tomcat Tappy (n=ben@cpc3-norw3-0-0-cust926.pete.cable.ntl.com)
09:56.27*** join/#tomcat eradicus (n=9d5fd332@gateway/web/ajax/mibbit.com/x-c15adda09eba10cb)
09:57.29eradicushi where can I find tomcat's server.properties? (5.5, jdk 1.5, windows xp sp2)
09:58.46eradicushi where can I find tomcat's server.properties? (tomcat 5.5.17, jdk 1.5, windows xp sp2)
10:05.22*** part/#tomcat eradicus (n=9d5fd332@gateway/web/ajax/mibbit.com/x-c15adda09eba10cb)
10:37.07*** join/#tomcat internat85 (n=nf@dsl-58-6-125-95.qld.westnet.com.au)
10:38.03*** join/#tomcat tijn (n=tijn@77.222.64.84)
10:39.55*** join/#tomcat tijn (n=tijn@77.222.64.84)
11:34.01*** join/#tomcat ChristophB (i=cburschk@ip-208-113-154-11.dreamhost.com)
11:40.22ChristophBHi, I'm running Tomcat 6.0.14 with JDK 1.6.0 on XP Professional SP2. Tomcat runs in Eclipse, and I added the contents of webapps/ so the default home page is accessible on /. However, /manager/html throws a SecurityException after logging in...
11:44.29*** join/#tomcat martaaa (n=ponzonim@OL91-36.fibertel.com.ar)
11:45.17martaaahi, i have windows xp, eclipse 3.3, tomcat 5.5... i had this error when trying to run a strutTest: log4j:WARN No appenders could be found for logger (servletunit.struts.MockStrutsTestCase).
11:45.17martaaalog4j:WARN Please initialize the log4j system properly.
11:45.17martaaathis one was in the console
11:45.17martaaaand this one in junit console:
11:45.17martaaajunit.framework.AssertionFailedError: The /WEB-INF/web.xml was not found.
11:49.07martaaaanybody can help me?
12:05.33MHSLmartaaa, for the log4j warning, do you have log4j.properties under your WEB-INF/classes folder? for the assertionfailederror, do you have web.xml under WEB-INF?
12:07.02martaaai have web.xml under web-inf
12:07.08martaaabut i dont have log4j.properties
12:08.25martaaawhat should i write on it?
12:18.08martaaagreat, i find on internet the way to create the log4j.properties and this error dissapears
12:18.37martaaabut the other one... any suggestions MHSL?
12:20.40martaaajunit.framework.AssertionFailedError: The /WEB-INF/web.xml was not found.
12:20.41martaaaat servletunit.struts.MockStrutsTestCase.getActionServlet(MockStrutsTestCase.java:344)
12:20.41martaaaat servletunit.struts.MockStrutsTestCase.tearDown(MockStrutsTestCase.java:130)
12:24.36MHSLmartaaa, if you said that you have web.xml under WEB-INF, then that error doesnt really make any sense
12:26.38martaaaI know, but it appears... errors are often non-declarative
12:31.08MHSLhave you tried to search google?
12:32.34martaaayes, of course, there are some questions like mine on forums but with no answer or an answer that is not satisfactory
12:36.07*** part/#tomcat sbeh (i=sbeh@serverstaff.de)
13:17.34*** join/#tomcat spuz (n=chatzill@217.33.98.4)
13:22.44tijnwhat is the advantage or disadvantage of setting "connection_pool_size="  ?
13:40.19*** join/#tomcat jstephan (n=jstephan@vpndfki-2.net.uni-saarland.de)
14:01.54*** join/#tomcat petvirus (i=cc9b1072@gateway/web/ajax/mibbit.com/x-cf4dbc0a97ef66b3)
14:25.16*** join/#tomcat copland (n=wiirobby@72.236.106.194)
14:27.53coplandI followed the instructions for setting up standalone SSL with Tomcat edited my server.xml to uncomment and just left it the defualts as in the example on the tomcat ssl help webpage. I then restarted tomcat but it is not working on the the default ssl port of 8443.  TC 5.5 Java 1.5.0.6 OS Windows2003
14:29.26martaaahi, i have windows xp, eclipse 3.3, tomcat 5.5... i had this error when trying to run a strutTest: java.lang.NoClassDefFoundError: org/apache/struts/tiles/DefinitionsFactoryException and the thing is that im not working with tiles!!!
14:34.37puckomartaaa: that's a struts problem. if I were you I'd ask in a struts-forum or channel.
14:35.24puckocopland, exactly what goes wrong? you need to specify more detailed what you want and what the issues are. Use a pastebin to show error messages/execpetions
14:35.28coplandNever mind fix my problem the keystore was somewhere other then where it was supposed to be
14:35.29martaaain #struts nobody answer
14:36.03martaaaI thought maybe u could know
14:40.49coplandpucko: I was not seeing anything in my logs and then after a couple of restarts I found the error and it all fixed now.  Now on to exchange issues god exchange can be a pain... off to la la land
14:44.15*** join/#tomcat prgrmr (n=prgrmr@bzq-79-181-118-124.red.bezeqint.net)
14:44.50*** join/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
14:50.11*** join/#tomcat martaaa (n=ponzonim@OL91-36.fibertel.com.ar)
14:51.23*** join/#tomcat martaaa (n=ponzonim@OL91-36.fibertel.com.ar)
14:51.27puckomartaaa, I don't know struts channel as I don't use struts myself. I would ask in their mailinglist I think
14:54.06tijnCan anyone give me a hand with connection_pool_size?
14:55.59martaaaok, thanks
15:00.07*** join/#tomcat djanowski (n=djanowsk@55-24-17-190.fibertel.com.ar)
15:00.50djanowskii'm trying to start solr... and this is what i get
15:00.50djanowskiconf_setup.sh: file conf/setenv.local is missing, but no corresponding conf/setenv.local.sample file was found to repair it!
15:08.18randrewdjanowski: you are using a non-standard tomcat distro
15:09.27djanowskirandrew, ouch
15:09.28djanowskiyum list | grep tomcat
15:09.28djanowskitomcat5.i386                             5.5.23-0jpp.3.0.2.el5  installed      
15:09.28djanowskitomcat5-common-lib.i386                  5.5.23-0jpp.3.0.2.el5  installed      
15:09.29djanowskitomcat5-jasper.i386                      5.5.23-0jpp.3.0.2.el5  installed      
15:09.29djanowskitomcat5-jsp-2.0-api.i386                 5.5.23-0jpp.3.0.2.el5  installed      
15:09.30djanowskitomcat5-server-lib.i386                  5.5.23-0jpp.3.0.2.el5  installed      
15:09.32djanowskitomcat5-servlet-2.4-api.i386             5.5.23-0jpp.3.0.2.el5  installed      
15:09.34djanowskistruts-webapps-tomcat5.i386              1.2.9-4jpp.5           base            
15:09.36djanowskitomcat-native.i386                       1.1.12-1.el5           epel            
15:09.38djanowskitomcat5-admin-webapps.i386               5.5.23-0jpp.3.0.2.el5  updates        
15:09.40djanowskitomcat5-jasper-javadoc.i386              5.5.23-0jpp.3.0.2.el5  updates        
15:09.42djanowskitomcat5-jsp-2.0-api-javadoc.i386         5.5.23-0jpp.3.0.2.el5  updates        
15:09.44djanowskitomcat5-servlet-2.4-api-javadoc.i386     5.5.23-0jpp.3.0.2.el5  updates        
15:09.46djanowskitomcat5-webapps.i386                     5.5.23-0jpp.3.0.2.el5  updates
15:09.48djanowskisorry about that
15:10.19djanowskithis is what i have: http://pastie.caboo.se/148677
15:13.11randrewdjanowski: it looks like the missing script probably only contains comments: http://www.koders.com/noncode/fidBF2AD0660B02EB1896EF02BBBF090098E48F189F.aspx
15:14.48randrewdjanowski: packagers seem to have made some questionable decisions
15:16.08djanowskirandrew, oh, thanks. i'll place a file in there and see how it goes. thanks a lot
15:16.50randrewk
15:19.44djanowskirandrew, touching the file did the trick. can't believe it. i hate yum. thanks!
15:29.51*** join/#tomcat Tappy (n=ben@cpc3-norw3-0-0-cust926.pete.cable.ntl.com)
16:18.12*** join/#tomcat Quiddity (n=steve@ng1.cptxoffice.net)
16:57.40*** join/#tomcat JeffATL (n=JeffATL@nsc69.38.125-241.newsouth.net)
17:02.31*** join/#tomcat jasonb (n=jasonb@75.144.23.117)
17:07.57JeffATLjdk1.6.0_04, centos 5.1, tomcat 5.5.23.  starting the tomcat5 service opens ports 8080 and 8009, but browsing shows no welcome page, just blank page - am suspecting that tomcat can't find java
17:09.49*** part/#tomcat barnum (i=pt@disgruntled.sysadmins.com)
17:10.10JeffATLhm, seems i was right - in tomcat5.conf it says 'JAVA_HOME="/usr/lib/jvm/java"' - ain't no such on this machine
17:11.27JeffATLthere is a /usr/lib/jvm but no /usr/lib/jvm/java
17:14.18JeffATLthe comment in tomcat5.conf there says "# Where your java installation lives" - what should i look for to find where that would be?
17:21.38*** part/#tomcat spuz (n=chatzill@217.33.98.4)
17:23.26wltjrjasonb: any idea who the admin for the tomcat-dev ml is? all my recent postings are being rejected as spam :( score of 6.2 for some odd reason
17:24.36wltjrjasonb: or anyone in particular I should email? was going to maybe email Remy or Mark
17:25.33wltjrjasonb: I was replying to your email about no ANN email for the release :), just committed to tree FYI =)
17:32.11*** join/#tomcat InsomniaCity (n=insomnia@raptor.ukc.ac.uk)
17:32.29*** join/#tomcat Ksz (n=Heaven@akd158.neoplus.adsl.tpnet.pl)
17:32.33Kszhello
17:32.41Kszi have uncommeted ssl part in my server.xml
17:32.54Kszand after starting it , tomcat does not bind into 8443 port
17:33.00Kszany clue why?
17:33.23InsomniaCityHi! I'm getting 408 ("The client did not produce a request within the time that the server was prepared to wait") errors on a webapp I have deployed in tomcat 5.5.23... and I've no idea why - it used to work just fine. Can anyone help?
17:38.14*** join/#tomcat thesasa (n=sasa@c-76-21-127-0.hsd1.ca.comcast.net)
17:43.22andytkzs - check logs.  
17:45.45pfnwltjr, look at the scores and it'll say what you hit
17:49.22Kszandyt in logs i dont have anythink like :8443
17:49.32Kszit only binds to 8080
17:50.50andytsure, but startup should still be giving some clue
17:54.47Kszwhat to look for?
17:55.37Kszi should just uncomment it
17:55.49Kszin server.xml or should i do smth else?
17:56.01wltjrpfn: I can't tell, only scores I see seem to have come from gentoo's smtp server
17:56.05wltjrpfn: http://rafb.net/p/YhcTmY42.html
17:59.47jasonbwltjr: I beat ya!  :)
18:02.39wltjrjasonb: yeah because it wasn't announced :)
18:02.40jasonbwltjr: I'm not real sure who to contact about the mailing list rejecting posts..  ISTR an email alias named "infrastructure@apache.org"..  you might try that.  Or, maybe Yoavs.
18:02.53jasonbwltjr: It sure was announced on their home page!
18:02.55wltjrjasonb: emailed Remy and Mark, migth try infra
18:03.27jasonbwltjr: I saw they had 6.0.16 up for download on the Tomcat home page, so I consider that officially released.
18:04.21wltjrjasonb: yeah but no email, or news release on it
18:04.49wltjrsure I don't care either, just a way for those who need to know to be informed without having to stop by the site to check
18:04.52pfnwltjr, boo, the receiving end doesn't say which filters it hit
18:05.14wltjrlike edtftpj doesn't announce their release really, or at least I am not aware if they are, and I have to stop by their site every now and then, a big PITA
18:05.49wltjrpfn: yeah really sucks, I have nothing useful to provide as to why, or know if it's something I can correct on this end
18:07.30wltjremailed infra as well, hopefully someone will get back to me or correct, otherwise no more posts from me :) worse case can use another email account
18:08.27wltjrjasonb: I still have my 1+ yr history of having 0 day releases of Tomcat in tree :) so beating me once is nothing, it's the long run that matters
18:09.36wltjrhaha, my email to infra bounced :)
18:10.00wltjrsame damn spam score :( looks like I will have to rely on Remy and Mark, their emails didn't come back
18:11.36jasonbYeah.
18:22.12*** join/#tomcat j (n=j@xithor.demon.co.uk)
18:23.28*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
18:33.06*** join/#tomcat kjkoster5489 (n=kjkoster@kjkoster.org)
18:54.35*** join/#tomcat tadamski (n=tadamski@74.94.194.205)
18:56.17*** join/#tomcat donny_ (n=donny@64.190.42.246)
18:56.32tadamskiI'm using tomcat 5.5.9, java1.6, running windows xp
18:57.46tadamskiIs there a way to give the application an Alias so I can browse to http://localhost/application/ as opposed to http://localhost/application-1.2.3.4/
18:59.15tadamskibasically I have a .war and can connect to the servlet via servlet-mapping with a url, but the application name includes a version number that I would like to avoid in the url
19:12.07*** part/#tomcat djanowski (n=djanowsk@55-24-17-190.fibertel.com.ar)
19:33.11andytwhat was your war called?
19:38.02*** join/#tomcat JeffATL (n=JeffATL@nsc69.38.125-241.newsouth.net)
19:39.28*** join/#tomcat DanteTHB (n=dantethb@Mc607.m.pppool.de)
19:39.41JeffATL<PROTECTED>
19:43.36DanteTHBhi i ve got a problem with tomcat v5.0.24 hibernate mysql -> Cannot open connection; i try to access the db from a servlet, could anybody help?
19:46.34randrewDanteTHB: that's a very undesireable version of tomcat to use
19:46.42randrewJeffATL: one abov
19:46.51JeffATLrandrew: thx
19:47.40DanteTHBrandrew, sorry i know, but its within the openlaszlo project
19:52.09JeffATLand is the "manage" webapp already part of a tomcat install?
19:56.19JeffATLdoesn't seem so on centos...
19:57.34randrewJeffATL: it would need to be in server.xml, or exist as a directory under appBase (which is "webapps" by default)
19:57.47*** join/#tomcat kjkoster5489 (n=kjkoster@kjkoster.org)
20:00.04JeffATLrandrew: ok - it is definitely not under .../webapps
20:05.59*** part/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
20:16.46*** join/#tomcat Tappy (n=ben@cpc3-norw3-0-0-cust926.pete.cable.ntl.com)
20:35.20JeffATLthis is highly confusing - i installed tomcat5-admin-webapps on centos 5.1 thinking that i would end up with a /var/lib/tomcat5/webapps/manage, but all i got was a .../webapps/balancer!
20:40.33*** join/#tomcat nagano (n=chatzill@azz2.internetdsl.tpnet.pl)
20:57.51*** join/#tomcat rconnell (n=rconnell@143-195-0-72-tgs.3menatwork.com)
20:58.20rconnellHow should multiple url-patterns be declared in the web.xml for a servlet-mapping?
20:59.44jasonbI believe you can only do that if your webapp is declared as a Servlet 2.5 webapp.  But, if so, you can simply specify multiple url-pattern container tags.
21:01.10rconnellThe schema wont accept multiple <url-pattern>/a</url-pattern><url-pattern>/b</url-pattern>
21:01.25rconnellWithin the <servlet-mapping> element.
21:04.25jasonbHow did you declare the web.xml file, servlet 2.5 or what?
21:04.33jasonbAnd, which version of Tomcat?
21:04.48*** join/#tomcat npm (n=npm@cpe-75-83-171-237.socal.res.rr.com)
21:06.52rconnell2.4/5.5
21:16.01jasonbThat's why.
21:22.12*** join/#tomcat Covener (n=covener@apache/committer/covener)
21:22.36*** join/#tomcat fatgoose (n=fg@76-10-149-199.dsl.teksavvy.com)
21:22.42fatgoosehi
21:22.55CovenerI'm seeing a status line come back from a tomcat server as: 'HTTP/1.1 10' -- busted application?
21:23.10fatgooseI had an application running on a sun application server
21:23.17fatgooseI want to move to tomcat
21:23.29fatgoosebut I got that erreor: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
21:23.42fatgooseany idea?
21:33.10*** join/#tomcat thesasa (n=sasa@c-67-180-85-187.hsd1.ca.comcast.net)
21:36.00rconnellWould anyone know why I am unable to get a Cookie after it has been added to the response? I set a cookie in a struts action then check it in a servlet but the cookie is not available.  I can see the cookie created successfully when showing cookies in firefox.
21:36.14*** part/#tomcat Covener (n=covener@apache/committer/covener)
21:41.02*** join/#tomcat Fra (n=chatzill@82.84.128.124)
22:09.04*** join/#tomcat Quiddity (n=steve@ng1.cptxoffice.net)
22:16.33*** join/#tomcat insomniaway (n=insomnia@80.99.232.226)
22:39.47*** join/#tomcat jwisher (n=jwisher@87-194-191-78.bethere.co.uk)
23:02.04*** join/#tomcat victori_ (n=victori@cpe-75-80-141-237.san.res.rr.com)
23:23.28*** join/#tomcat Sebboh (n=hobbes@ip68-96-139-5.om.om.cox.net)
23:24.47Sebbohhi.  Tomcat 6.0.14, Java 6, Debian.  Can I make some sort of alias similar to the alias directive in Apache, or similar to a simple Rewrite rule?  Here's my issue:
23:25.54pfnno
23:27.14SebbohI have some CSS in my context that refers to some images that are in the context.  However, this is problematic because that CSS is static content..  The url is /myApplication/images/logo.jpg ..  But, now we have an extra developer so (and this might have been a bad move) I made two contexts: mine.myApplication and his.myApplication..
23:27.18*** join/#tomcat randrewj (n=raj-user@user-160u629.cable.mindspring.com)
23:27.59Sebbohso /myApplication/images/logo.jpg is a 404. :(
23:28.33Sebbohuh, no? :(
23:42.07*** part/#tomcat randrewj (n=raj-user@user-160u629.cable.mindspring.com)
23:49.02*** part/#tomcat fatgoose (n=fg@76-10-149-199.dsl.teksavvy.com)

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