irclog2html for #tomcat on 20050519

00:29.39*** join/#tomcat JustinTArthur (~chatzilla@static-151-199-9-6.ROA.east.verizon.net)
00:30.21JustinTArthurHey cool cats. Got a quick question. Do I need the Java System Application Server Platform Edition?
00:30.45JustinTArthurThat is do I need it to deploy JSP/Servlets with Tomcat?
00:33.30JustinTArthurIt comes with the J2EE, so I figured that it would be needed.
00:34.01vinseno it's not needed
00:34.20vinsetomcat is an application server
00:34.53JustinTArthurOh, ok. So I don't really need the J2EE at all, do I?
00:39.50vinsei think tomcat contains all the j2ee libraries it needs
00:40.00vinseyou need an sdk so it can compile servlets
00:40.08vinsebut i think that's it
00:40.10JustinTArthurOk, good deal.
00:40.42aiyaiyaircJustinTArthur >> you ONLY need J2EE if you want EJB's if no EJB's , no J2EE server needed Tomcat = servlets/jsps
00:41.19JustinTArthurGreat, thanks.
00:41.29aiyaiyaircif you are a pretty newb and dont'want to deal w/learning/setting up everythign, netbeans comes w/tomcat preconfigured so when you dev servlets/jsps you can auto-launch
00:41.30aiyaiyaircnp
00:45.09JustinTArthurDoes Tomcat depend on any of the other Jarkata packages?
00:59.23*** join/#tomcat kiorky (~kiorky@cryptelium.net)
01:14.31*** join/#tomcat perdenab_ (~perdenab_@pool-68-236-31-91.phil.east.verizon.net)
03:05.36*** join/#tomcat valmont (~chrisholl@lsanca1-ar8-4-43-220-143.lsanca1.elnk.dsl.genuity.net)
03:11.25*** join/#tomcat valmont_ (~chrisholl@lsanca1-ar8-4-43-220-143.lsanca1.elnk.dsl.genuity.net)
04:39.54JustinTArthurAfter I add a user to the user's XML file, will I need to restart tomcat?
06:07.33crackheadI think you can just reload the webapp
07:28.17*** join/#tomcat levon (~levon@mail.feature-it.de)
07:29.15*** join/#tomcat joered (~chatter@213-140-6-118.fastres.net)
07:39.35*** join/#tomcat harpoon (stueber@client34.rbg.informatik.tu-darmstadt.de)
07:42.23*** join/#tomcat loquace (~seb@aqu33-4-82-233-55-6.fbx.proxad.net)
07:44.34loquacelo
07:55.17*** join/#tomcat levon (~levon@mail.feature-it.de)
08:08.57*** join/#tomcat harpoon (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
08:33.44*** join/#tomcat HughWork (~Hugh@chinook.mxtelecom.com)
08:55.03*** join/#tomcat wahlau (~wahlau@lap215.comtec.e-technik.uni-kassel.de)
08:55.05wahlaure
08:55.33wahlauanyone uses web services with axis here?
08:58.47*** join/#tomcat [MarkT] (~Mark@pcp0010619330pcs.tybout01.de.comcast.net)
09:55.23*** join/#tomcat linuxfreck (~freck@fry.fmi.uni-passau.de)
09:55.31*** join/#tomcat ZiX (~ZiXon@tgx.pp.saunalahti.fi)
10:42.52ZiX-search idol
10:43.11*** part/#tomcat ZiX (~ZiXon@tgx.pp.saunalahti.fi)
11:33.49*** join/#tomcat harpoon (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
12:56.04*** join/#tomcat [MarkT] (~Mark@pcp0010619330pcs.tybout01.de.comcast.net)
13:21.13*** join/#tomcat Specas (ny_135@niujorkas.vtu.lt)
13:21.16*** part/#tomcat Specas (ny_135@niujorkas.vtu.lt)
14:44.00*** join/#tomcat FreemaniaX (~Freemania@ip67-153-106-58.z106-153-67.customer.algx.net)
15:18.23*** join/#tomcat linuxfreck (~freck@p5492AE19.dip0.t-ipconnect.de)
15:41.07*** join/#tomcat trini (~TRINI@CPE00039358ca0a-CM000f9facafb2.cpe.net.cable.rogers.com)
15:41.09triniHello
15:41.27trinican someone tell me how to restart tomcat from the command line? i am new to all of this
15:42.02triniHello?
15:43.21linuxfrecktrini: are you using a windows or unix os?
15:43.34triniSorry, I am on debian i think
15:44.21triniYeah, I am on debian
15:44.23trinias root
15:44.25trinicomand line
15:44.26linuxfreckthe official tomcat distribution comes with startup.sh and shutdown.sh shell scripts
15:44.35triniso just startup.sh?
15:44.37linuxfreckin the bin/ directory
15:44.56linuxfrecknow it depends on how you installed tomcat
15:45.35trinivia the standard instructions which was kinda unclear
15:45.45trinibut it used to work perfectly until someone screwed it up
15:45.56linuxfreckgreat :)
15:46.36trinii am not using the mod_j2k for apache so my apps are on port 8080 on my server
15:46.48trinii hope that sentence made sense
15:46.49harpoontrini: did you install an debian package?
15:47.11triniharpoon, no i downloaded directly from the official site and install from there
15:47.33harpoondebian and java
15:47.37harpoonmea culpa
15:48.22harpoon$TOMCAT_HOME/bin/shutdown.sh
15:48.30harpoon$TOMCAT_HOME/bin/startup.sh
15:48.54triniharpoon, thanks I shut it down
15:48.56triniand started it back
15:49.02trinibut still errors
15:49.12harpoonwhat kind of errors?
15:49.21trininothing on port 8080
15:49.28triniactually wait one sec
15:49.36trinii see a java process using 93% my cpu
15:49.42trinimaybe thats it
15:50.15harpoontomcat need some time to start all processes
15:50.36triniokk .. like five mins?
15:50.58linuxfreckit shouldn't take that much time
15:51.11triniok cooll
15:51.20linuxfreckbut when you restart, make sure that tomcat is really dead before starting it again
15:51.27harpoon50 seconds was the longest time i need
15:51.37triniyeah i killed all the java processes and now i restarted
15:51.45trininow cpu usage is back to normal
15:51.48linuxfreckin my experience, the shutdown mechanism doesn't work that well
15:52.01triniapparently its the same here
15:52.07triniit didnt shutdown properly
15:52.11harpoonuh, the shutdown mechanism works well
15:52.18harpoonbut needing some time too
15:53.02harpoonwait a few seconds after shutting down before restarting
15:54.00triniharpoon, the app was shutdown yesterday and until today it couldnt come back online
15:54.20trinionly after i killed -9 the offending java process then it came back up cleanly
16:06.19harpoonok
16:06.24harpoonstrange
16:07.54*** join/#tomcat wahlau (~wahlau@lap215.comtec.e-technik.uni-kassel.de)
16:30.40*** part/#tomcat wahlau (~wahlau@lap215.comtec.e-technik.uni-kassel.de)
17:15.44*** join/#tomcat harpoon (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
17:17.04*** join/#tomcat a4akb (a4akb@62.215.38.221)
17:33.29*** join/#tomcat harpoon (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
17:39.48*** join/#tomcat harpoon (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
17:40.39*** join/#tomcat harpoon (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
17:41.16*** join/#tomcat ploed (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
17:41.31*** join/#tomcat FreemaniaX (~Freemania@ip67-153-106-58.z106-153-67.customer.algx.net) [NETSPLIT VICTIM]
17:41.31*** join/#tomcat vinse (vinse@c-67-169-181-84.hsd1.ca.comcast.net) [NETSPLIT VICTIM]
17:41.31*** join/#tomcat teite (shu@sun-shu.ision.net) [NETSPLIT VICTIM]
17:49.13*** part/#tomcat a4akb (a4akb@62.215.38.221)
18:31.05*** join/#tomcat __dave___ (~dave@Kitchener-HSE-ppp3574690.sympatico.ca)
18:31.13__dave___hey guys
18:32.45__dave___i was using apache2 and mod_jk2 before...  now i'm using apache2 and mod_jk 1.2.13.  where can i find examples of using apache2+mod_jk+virtual hosts since my old httpd.conf doesn't work with mod_jk
18:40.31*** join/#tomcat levon (~levon@mail.feature-it.de)
18:53.21*** join/#tomcat jasonb (noneoyerbi@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
19:23.27*** join/#tomcat johannita (~jhoalince@ppp-104-124.telesat.com.co)
19:28.05*** join/#tomcat valmont (~chrisholl@lsanca1-ar8-4-43-220-143.lsanca1.elnk.dsl.genuity.net)
20:43.01*** join/#tomcat Grany (~Gr@193.226.63.35)
20:44.36*** join/#tomcat linuxfreck (~freck@p549294AF.dip0.t-ipconnect.de)
20:56.19*** part/#tomcat Grany (~Gr@193.226.63.35)
21:01.22*** join/#tomcat FreemaniaX (~Freemania@ip67-153-106-58.z106-153-67.customer.algx.net)
21:39.02*** join/#tomcat joered (~chatter@213-140-6-118.fastres.net)
22:45.18*** join/#tomcat TechSupport (~Milkman@hack118.plus.com)
22:45.40Milkman_argh
22:45.43*** part/#tomcat Milkman_ (~Milkman@hack118.plus.com)
22:46.24*** join/#tomcat PhillS (~Milkman@hack118.plus.com)
22:47.05PhillSCan anyone suggest a good set of documentation for setting up apache 1.3, mod_jk and tomcat5 please/
23:11.24*** join/#tomcat perdenab_ (~perdenab_@pool-68-236-31-91.phil.east.verizon.net)
23:11.37*** part/#tomcat PhillS (~Milkman@hack118.plus.com)
23:13.22*** join/#tomcat ohsix (ohsix@bc111222.bendcable.com)

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.