irclog2html for #tomcat on 20050702

00:07.04*** join/#tomcat manic (~manic@p5489415E.dip.t-dialin.net)
00:14.08marcoaureliojasonb: and a "ant prepare-release package-tgz" ends the jobs! Tomcat 5.5-dev up and running. Very good instructions, tks!
00:39.12*** join/#tomcat valmont (~chrisholl@lsanca1-ar8-4-43-220-108.lsanca1.elnk.dsl.genuity.net)
01:00.27*** join/#tomcat loktar__ (EatMyShort@ems01.your-freedom.de)
01:13.11*** join/#tomcat gsnerf (~|gsnerf|@dsl-082-082-188-026.arcor-ip.net)
01:13.37gsnerflo
01:20.16gsnerfas i understood it tomcat is a complete standalone server
01:20.48gsnerfis there a way to install it... well "plugin-like" into apache?
01:21.37gsnerfor can i use the server for "normal" php/html pages also?
01:22.13gsnerfwant to try a bit with the whole servlet-technology but don't wanna have multiple servers running on the system
02:10.25*** join/#tomcat gsnerf (~|gsnerf|@dsl-082-082-188-026.arcor-ip.net)
02:52.23*** join/#tomcat miltonh26 (~milton@210.245.99.130)
03:27.23*** part/#tomcat swimagx (~swimmer@50-208.bbned.dsl.internl.net)
03:47.11*** join/#tomcat jasonb (noneoyerbi@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
03:59.31*** part/#tomcat miltonh26 (~milton@210.245.99.130)
04:17.33*** join/#tomcat bongoking (~trillian@adsl-69-109-180-91.dsl.pltn13.pacbell.net)
04:19.09*** part/#tomcat bongoking (~trillian@adsl-69-109-180-91.dsl.pltn13.pacbell.net)
04:36.26*** join/#tomcat swamp_ig (~swamp_ig@203-59-59-203.dyn.iinet.net.au)
04:46.15*** join/#tomcat bongoking (~trillian@adsl-69-109-180-91.dsl.pltn13.pacbell.net)
05:00.25*** join/#tomcat loktar2 (EatMyShort@ems02.your-freedom.de)
06:08.05*** join/#tomcat loquace (~seb@aqu33-4-82-233-55-6.fbx.proxad.net)
06:09.12loquacehello
06:10.20*** join/#tomcat linuxfreck (~freck@p5492A754.dip0.t-ipconnect.de)
06:10.58puffHow's it hanging?
06:25.23*** part/#tomcat bongoking (~trillian@adsl-69-109-180-91.dsl.pltn13.pacbell.net)
08:06.25*** join/#tomcat bit` (~bitmix@0-1pool45-25.nas5.eugene1.or.us.da.qwest.net)
09:00.29*** join/#tomcat loktar__ (EatMyShort@ns20322.ovh.net)
09:06.50*** join/#tomcat Cyis (undrgrid@theone.undergrid.net)
09:08.20Cyisanyone have Axis 1.2.1 working with Tomcat 4.1.31? having a problem getting it to load the webapp
09:11.32linuxfreckwhat error messages do you get?
09:13.31Cyisfirst sign of problems in the log file is after StandardManager[/axis]: Seeding of random number generator has been completed... then there is a StandardContext[/axis]: Error configuring applciation listener of class org.apache.axis.transport.http.AxisHTTPSessionListener java.lang.ExceptionInInitializerError
09:14.34Cyislooking down the stack to the "Caused by:" entry it says java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassLoader)
09:14.59Cyisall the other webapps are loading fine
09:23.01*** join/#tomcat manicman (~manic@p5489415E.dip.t-dialin.net)
10:18.24Cyishmm... seems to be something to do with the security manager as if I start tomcat without security manager it works but some security functions fail
10:27.38*** join/#tomcat am (~am@81-178-192-248.dsl.pipex.com)
10:35.45*** join/#tomcat Magnifikus (~vst@muedsl-82-207-252-157.citykom.de)
10:43.29Magnifikuswhere to put the quartz.properties file in an webapp dir?
10:55.20loquacebrb
11:17.37*** join/#tomcat loktar__ (EatMyShort@ns20322.ovh.net)
11:35.47*** join/#tomcat DaveCC8 (~Dave@82.152.156.190)
11:37.02DaveCC8Anyone here using tomcat on Gentoo? The latest build is broken (misconfigured I guess). I'm thinking of just downloading from the apache site and building manually. Anyone tried this? (I remember trying to set up tomcat a year or so ago and it was a nightmare!)
11:38.18linuxfreckDaveCC8: this is java, just get the binary distribution
11:38.43linuxfreckyou can't optimize much when compiling java source code to bytecode
11:39.40DaveCC8linuxfreck: Yes, I meant get the original tomcat bundle from apache instead of the broken Gentoo package.
11:40.11linuxfreckit's not too difficult to setup
11:41.41DaveCC8linuxfreck: It was a year or so ago. The last ebuild (Gentoo package) I used just worked out of the box. But latest release is broken (it ran, but wouldn't serve any pages so I removed it).
12:05.12*** join/#tomcat silverwolf (~silverwol@cpe.atm2-0-51103.0x50a3e74e.naenxx8.customer.tele.dk)
12:08.02DaveCC8Man that's wierd, the only response I can get out of Tomcat is "HTTP/1.1 400 No Host matches server name localhost". Even though localhost is in /etc/hosts. Does Tomcat not use a resolver - do I have to add every host that will access Tomcat into some XML config file?!
12:10.29linuxfreckjava uses the normal resolver mechanism
12:11.22DaveCC8Apparently not ;-)
12:12.20linuxfreckmaybe there is a typo in your hosts file?
12:12.55linuxfreckbut I'm quite sure that the problem is caused by something outside tomcat
12:12.59DaveCC8Nope - "ping localhost" works fine. The server also have DNS configured and working.
12:15.00DaveCC8I'm starting to get Deja-vu here ;-) I remember the last time I had to configure Tomcat it took all day - why don't they include a working default config so you cat at least test that the server is running?
12:15.31linuxfreckthey do, it always worked for me :)
12:15.43DaveCC8Lucky you ;-)
12:15.47linuxfreckand for 99% of all users, else we would have more people complaining here :)
12:15.58DaveCC8I don't even want it - it's for another developer.
12:16.47linuxfreckheh
12:17.02DaveCC8Resin worked out of the box, but for some reason he needs Tomcat. <sigh>
12:17.36DaveCC8Yeah, I'll change the entire server over to make Tomcat work ;-))
12:18.13*** join/#tomcat loktar (EatMyShort@ems01.your-freedom.de)
12:19.07Big_BozzI'm using Tomcat on Gentoo btw - sorry haven't followed the discussion - whats the problem?
12:19.21DaveCC8Big_Bozz: It's broke ;-)
12:19.32Big_BozzDaveCC8: What version are you using? and what error is it giving?
12:19.38linuxfreckyou didn't change the server.xml file, did you?
12:19.59DaveCC8Big_Bozz: Just get the single error: HTTP/1.1 400 No Host matches server name localhost
12:20.35DaveCC8linuxfreck: No changes to server.xml (or any config file) It seems to start up ok, but then it's about as much use as Sadam Hussein at a peace rally...
12:20.36Big_BozzDaveCC8: Hm, doesn't sound like it is running or you have not configured a Host for localhost in server.xml
12:20.52Big_BozzDaveCC8: what does catalina.out say?
12:21.40Big_BozzDaveCC8: What version have you installed?
12:22.02DaveCC8Catelina.out has loads of log entries like this: "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................"
12:22.12DaveCC8(Not very helpful ;-)
12:22.51DaveCC8I have tomcat-5.0.28-r4 installed.
12:23.31Big_BozzDaveCC8: How do you start it?
12:23.45DaveCC8Big_Bozz: /etc/init.d/tomcat-5 start
12:24.17Big_BozzDaveCC8: Hm.. I'm actually using r2, but not sure it should make a difference.
12:24.44DaveCC8It is running, but either the resolver is borked, or the Gentoo ebuild has some serious configuration error (I wish the maintainers would actually test things sometimes)
12:25.02Big_BozzDaveCC8: Try checking /etc/tomcat-5/default/server.xml to see if the <Host> directive is configure for localhost.
12:25.33DaveCC8Yep, it's there.
12:26.24*** join/#tomcat loktar (EatMyShort@ems01.your-freedom.de)
12:26.25Big_BozzDaveCC8: Try tailing catalina.out  when you restart the application and see if it reports anything useful. Also try tailing localhost.log
12:27.16DaveCC8Big_Bozz: It does log a warning "No appenders could be found for logger" but I don't think that affects it.
12:27.35Big_BozzDaveCC8: yeah, that doesn't affect it.
12:30.04DaveCC8I just renamed the /etc/tomcat-5 directory before restart to check that it was reading the config, and it errors when it can't find server.xml so it must be reading the server.xml file. It's obviously just ignoring the Host directive...
12:30.54Big_BozzDaveCC8: so when you go to http://localhost:8080 it gives you the HTTP 400 error?
12:31.24DaveCC8Yep.
12:32.19Big_BozzDaveCC8: Very strange.
12:33.07DaveCC8Big_Bozz: Yeah - I think I'll just dump this and reinstall resin. The guy will have to adapt whatever it is he's written to work on that (it installs and works fine)
12:33.22Big_Bozzhttp://bugs.gentoo.org/show_bug.cgi?id=94649
12:33.25Big_Bozzthere you go
12:34.16Big_BozzHmm. I think I was a bit too quite there.
12:34.37Big_Bozzquick that is.
12:34.52DaveCC8Big_Bozz: No, that's not the problem ;-)
12:35.34Big_Bozzhttp://forums.gentoo.org//viewtopic-t-302584-highlight-tomcat.html?sid=109e6bcbc1635d73ab850804a408264e
12:37.24*** join/#tomcat loktar (EatMyShort@ns20322.ovh.net)
12:38.25DaveCC8Big_Bozz: Ah, so it is a broken ebuild. I'll have to install an old version (I still have the old ebuild from last year in the cache I think ;-)
12:40.24DaveCC8Heh! Yep, I have tomcat 5.0.19 from February last year ;-))
12:44.37DaveCC8Aha! The old version works fine. Thanks guys!
12:50.44*** join/#tomcat loktar (EatMyShort@ns20322.ovh.net)
12:52.12*** join/#tomcat [Si]Toad (~Siliconto@babylon.plus.com)
12:52.43[Si]Toadhi - ho do I go about processing different extensions, i.e index.aaa
12:52.54[Si]Toadas a jsp
13:00.56linuxfreck[Si]Toad: in your web.xml: <servlet-mapping> <servlet-name>jsp</servlet-name> <url-pattern>*.aaa</url-pattern></servlet-mapping>
13:01.15linuxfreckyou may also want to add it to your welcome-file-list
13:01.43[Si]Toadcool - thanks - ive done the welcome part - will take a look at your sugestion
13:01.44*** join/#tomcat loquace (~seb@aqu33-4-82-233-55-6.fbx.proxad.net)
13:02.55loquacere
13:08.26[Si]Toadlinuxfreck, im getting a 404 - fick - Im gonna tinker about with it more - thanks again
13:10.08*** join/#tomcat bit`` (~bitmix@0-2pool35-115.nas5.eugene1.or.us.da.qwest.net)
13:10.50*** join/#tomcat harpoon (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
13:16.16*** part/#tomcat [Si]Toad (~Siliconto@babylon.plus.com)
14:50.26kiorkyyopyop
14:50.34kiorkyanyone not dead?
14:50.48kiorkyi dont succeed in making a connection pool in tomcat
14:50.49kiorkyhttp://pastebin.ca/16713
14:51.05kiorkyhere is my conf, my web.xml and my servlet code.
14:51.12kiorkyif anyone can help :)
15:20.53*** join/#tomcat FreemaniaX (~Freemania@pcp0011117215pcs.elkrdg01.md.comcast.net)
15:20.53*** join/#tomcat a4akb (a4akb@ask14-142.qualitynet.net)
15:31.30*** join/#tomcat FreemaniaX (~Freemania@pcp0011117215pcs.elkrdg01.md.comcast.net)
15:40.47loquacebb
15:51.05*** join/#tomcat akb (a4akb@as13-148.qualitynet.net)
16:00.40*** join/#tomcat kiorky (~kiorky@cryptelium.net)
16:41.47*** join/#tomcat julio_ (~julio@201.128.33.251)
16:46.32akbIts scuby dooby dooby scuby dooby dooby melopey
16:46.39akbSing along with me
16:46.54akbIts.. scuby dooby dooby m l o p
16:57.55*** join/#tomcat bongoking (~trillian@adsl-69-109-180-91.dsl.pltn13.pacbell.net)
16:58.03*** part/#tomcat bongoking (~trillian@adsl-69-109-180-91.dsl.pltn13.pacbell.net)
17:02.32*** join/#tomcat loktar (EatMyShort@ns20324.ovh.net)
17:14.27*** join/#tomcat kiorky (~kiorky@cryptelium.net)
17:17.37*** join/#tomcat Wibble- (bob@213.78.74.250)
17:18.13Wibble-hi :) I was wondering if there is any way to find out the path of the exploded WAR I'm running in?
17:23.37*** join/#tomcat Magnifikus (~vst@muedsl-82-207-252-157.citykom.de)
17:35.00*** part/#tomcat akb (a4akb@as13-148.qualitynet.net)
17:50.24*** join/#tomcat kiorky (~kiorky@cryptelium.net)
18:01.45*** join/#tomcat manicman (~manic@p54896AE4.dip.t-dialin.net)
18:17.38*** join/#tomcat linuxfreck (~freck@p5492A754.dip0.t-ipconnect.de)
19:21.16*** join/#tomcat loquace (~seb@aqu33-4-82-233-55-6.fbx.proxad.net)
19:22.29loquacere
19:23.03*** join/#tomcat [Si]Toad (~somemail@babylon.plus.com)
19:23.46[Si]Toadhi- im new to tomcat, must the jsp/applications I write be placed in the ROOT folder, cant I place them one level up?
19:25.51linuxfreckyou can place them anywhere and setup your context accordingly, [Si]Toad
19:26.31War2In the default install, ROOT would be the location where you'd place you jsps, if you want them to be accessible via http://<whatever>/my.jsp  . You can, of course, change the locations, etc. in the config files.
19:27.46[Si]Toadwell i have successfully hocked up Apache to use tomcat, the only problem is, i can only pull jsp files under /ROOT/
19:28.59[Si]Toadwill it be possible to have the jsp files in my /www/ directory somewhere else, how can I change the context linuxfrek, can I still access admin on another context?
19:30.13[Si]ToadWar2, linuxfreck, generally when you guys develope servlets,beans etc.. how do you deploy them?
20:15.48linuxfreck[Si]Toad: sorry, I was distracted by a phone call
20:16.02linuxfreck[Si]Toad: but I use several mechanisms
20:16.41linuxfreck[Si]Toad: I either upload the .war file using the tomcat manager or put the webapp in its directory and add a context descriptor
20:31.26*** join/#tomcat loktar2 (EatMyShort@ns20322.ovh.net)
21:30.59InsomniaCityAre there any free alternatives to the MyEclipse IDE for developing servlets/JSP in Eclipse?
21:32.00*** join/#tomcat joered (~chatter@213-140-6-118.fastres.net)
21:32.54linuxfreckthere is lomboz and the eclipse webtools, InsomniaCity
21:35.23InsomniaCitydoes it work well with the Sysdeo Tomcat launcher plugin?
21:36.56linuxfreckdon't know
21:38.02InsomniaCityok, I'll give it a whirl on a fresh install
21:40.23InsomniaCitywhat do you use, out of interest?
21:40.58linuxfreckI use the lomboz plugin
21:41.33InsomniaCitycool.. unfortunately I seem to have chosen the slowest mirror on the planet
21:41.44linuxfreckheh
21:50.38InsomniaCityand the EMF download page sucks
22:14.57InsomniaCityI didn't work :(
22:15.10InsomniaCityI don't see the Lomboz stuff to add to the perspective after I've installed it
22:59.55loquacegn
23:44.03*** join/#tomcat bit` (~bitmix@0-1pool45-146.nas5.eugene1.or.us.da.qwest.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.