RE: startup parameters in tomcat on windows 2000 server

2005-08-19 Thread Longson, Robert
Tomcat uses commons daemon to run as a service. tomcat5w.exe is really prunmgr.exe and tomcat5.exe is prunsrv.exe Instructions for configuring prunmgr.exe and prunsrv.exe are here: http://jakarta.apache.org/commons/daemon/procrun.html Robert --

Re: Startup class in Tomcat 5.x

2005-06-15 Thread David Smith
The servlet spec is your friend: http://www.jcp.org/en/jsr/detail?id=154 Among other things, SRV.10 of the spec describes the use of event listeners like javax.servlet.ServletContextListener for handling events like when a webapp starts or stops. Completely portable to all servlet 2.4 spec co

RE: startup script not working

2005-03-02 Thread Caldarale, Charles R
> From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: RE: startup script not working > > ok..the errors are away by commenting out. You really can't comment those lines out. As I said before, you must use the proper JRE/JDK or the Compat.zip package. No shortcuts here.

RE: startup script not working

2005-03-02 Thread David Tonhofer, m-plify S.A.
You need to upgrade to the latest commons-logging. See: You still seem to have logging 1.0.2 =:-o Make sure that you have the packages at the version described in t

RE: startup script not working

2005-03-02 Thread Bedrijven.nl
service everything is ok, but I won't do that because i want to set up multiple instances with the use of catalina_base Maarten -Oorspronkelijk bericht- Van: David Tonhofer, m-plify S.A. [mailto:[EMAIL PROTECTED] Verzonden: Wednesday, March 02, 2005 5:49 PM Aan: Tomcat Users List

RE: startup script not working

2005-03-02 Thread David Tonhofer, m-plify S.A.
Try commenting out the listeners in server.xml: Or upgrade the JMX package --On Wednesday, March 02, 2005 5:22 PM +0100 "Bedrijven.nl" <[EMAIL PROTECTED]> wrote: Caused by: java.lang.NoSuchMethodError: javax.management.ObjectName.quote(Ljava/ lang/String;)Ljava/lang/String; at

RE: startup script not working

2005-03-02 Thread Caldarale, Charles R
> From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: RE: startup script not working > > Caused by: java.lang.NoSuchMethodError: > javax.management.ObjectName.quote(Ljava/lang/String;)Ljava/lang/String; It looks like you're trying to use Tomcat 5.5.7 with a 1.4 JDK. You

RE: startup script not working

2005-03-02 Thread Bedrijven.nl
dea??? -Oorspronkelijk bericht- Van: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Verzonden: Wednesday, March 02, 2005 5:14 PM Aan: Tomcat Users List Onderwerp: RE: startup script not working > From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: startup script not working &g

Re: startup script not working

2005-03-02 Thread Jason Bainbridge
On Sun, 2 May 2004 17:01:44 +0200, Bedrijven.nl <[EMAIL PROTECTED]> wrote: > Hi, > > I am downloading distribution Tomcat 5.5.7.zip and unzip it. When I try to > run the startup script the CMD prompt window show up, throw an error and > closes automatically. So Anyone know what the error could be?

RE: startup script not working

2005-03-02 Thread Caldarale, Charles R
> From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: startup script not working > > When I try to run the startup script the CMD prompt window show up, throw > an error and closes automatically. The startup.bat script does little other than kick off catalina.bat. You can run catalina.bat

RE: startup script not working

2005-03-02 Thread java
I don't know about Tomcat 5.5 specifically, but in Tomcat 5.0, startup.bat calls catalina.bat which calls setclasspath.bat. You'll see it runs the following, and if it can't find any of the files (probably because your JAVA_HOME is a JRE and not a JDK), it'll call "exit" and close your window: if

RE: Startup

2005-02-28 Thread Caldarale, Charles R
> From: Mieke Banderas [mailto:[EMAIL PROTECTED] > Subject: Re: Startup > > And how much faster is Tomcat 5.5.7 compared to old Tomcat 3.2/3.3? I don't know of any direct comparisons between 5.5.x and 3.3.x, probably because no one really cares much about 3.3.x anymore. I&

Re: Startup

2005-02-28 Thread Mieke Banderas
Caldarale, Charles R said: >5.5.7 is also noticeably faster than 5.0.30, even on the 1.4.2 JRE. And how much faster is Tomcat 5.5.7 compared to old Tomcat 3.2/3.3? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: Startup

2005-02-27 Thread Caldarale, Charles R
> From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] > Subject: Re: Startup > > I didn't say it cannot work. It can, but it has been stripped of APIs > that are provided with 1.5.0, which are not present in 1.4.2. > Which is why you need that "compat.zip", rig

Re: Startup

2005-02-27 Thread Nikola Milutinovic
Caldarale, Charles R wrote: From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Subject: Re: Startup While 5.5.7 can be made to run on JDK (not JRE) 1.4.x, it is not intended for 1.4 series. I suspect that would be news to the developers. The 5.5 branch runs perfectly fine on the 1.4.2 JRE

RE: Startup

2005-02-26 Thread Caldarale, Charles R
> From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] > Subject: Re: Startup > > While 5.5.7 can be made to run on JDK (not JRE) 1.4.x, > it is not intended for 1.4 series. I suspect that would be news to the developers. The 5.5 branch runs perfectly fine on the 1.4.2 JRE (t

Re: Startup

2005-02-26 Thread Bill Barker
"patrick et michelle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi there, I'm a newcomer in Web technology and I need to understand how to > configure Tomcat 3.3 > In fact, I can see that the servlets examples offered with tomcat are > located in > tomcat\jakarta-tomcat-3.3.

Re: Startup

2005-02-26 Thread Nikola Milutinovic
patrick et michelle wrote: Hi there, I'm a newcomer in Web technology and I need to understand how to configure Tomcat 3.3 First of all, current versions are 5.0.30 and 5.5.7 (for JDK 1.5.0, or actually JRE 1.5.0). While 5.5.7 can be made to run on JDK (not JRE) 1.4.x, it is not intended for 1

RE: startup error

2004-06-28 Thread FRANCOIS Dufour
try to add java_home environement variable pointing to your jdk instalation directory (drive leter:\folder that\ hold your jdk) then add catalina_home pointing to your tomcat folder (drive leter:\folder that\ hold your tomcat container should work im running 4.0 on my server it runs prety well h

Re: RE: startup error

2004-06-28 Thread Giuseppe Briotti
> Hi, > when in your command prompt and you execute echo %CATALINA_HOME% > do you > actually see c:\tomcat being printed? > Because I don't think that %CATALINA_HOME%=c:\tomcat is going > to work. > > Should be something like SET CATALINA_HOME=c:\tomcat > > greetz > Hans Of course Hans, you're

Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote: Now I am getting different errors: the variable value when opening the window is: Variable Name: %CATALINA_HOME% Variable Value: C:\tomcat this is what displays... C:\>%CATALINA_HOME% 'C:\tomcat\bin\' is not recognized as an internal or external command, operable program or

RE: startup error

2004-06-28 Thread Hans
Hi, your startup script might not be correct. It can be found, however the script tells you, the CATALINA HOME is not set, but it is. Correct the error in the startup script or fix the inconsistency in your output: Variable Value: C:\tomcat this is what displays... C:\>%CATALINA_HOME% 'C:\tomcat

RE: startup error

2004-06-28 Thread Mendo, Anthony J.
Now I am getting different errors: the variable value when opening the window is: Variable Name: %CATALINA_HOME% Variable Value: C:\tomcat this is what displays... C:\>%CATALINA_HOME% 'C:\tomcat\bin\' is not recognized as an internal or external command, operable program or batch file. so if I

Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote: thanks but no joy. I had that. ? So you open a command window and enter C:> echo %CATALINA_HOME% and get what? What version of Win* are you running? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://web

RE: startup error

2004-06-28 Thread Hans
hanks but no joy. I had that. -Original Message- From: Giuseppe Briotti [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Re: startup error > But where am I suppost to point? > my install is: > c:\tomcat > Thus for you %CATALINA_HO

RE: startup error

2004-06-28 Thread Mendo, Anthony J.
thanks but no joy. I had that. -Original Message- From: Giuseppe Briotti [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Re: startup error > But where am I suppost to point? > my install is: > c:\tomcat > Thus for you %CATALI

Re: startup error

2004-06-28 Thread Giuseppe Briotti
> But where am I suppost to point? > my install is: > c:\tomcat > Thus for you %CATALINA_HOME% = C:\tomcat G -- Giuseppe Briotti [EMAIL PROTECTED] "Alme Sol, curru nitido diem qui promis et celas aliusque et idem nasceris, possis nihil urbe Roma visere maius." (Or

Re: startup error

2004-06-28 Thread Woodchuck
hi, i would recommend you do the first technique, which is to set an environment variable in windows called CATALINA_HOME. the value in your case would be "c:\tomcat" (without the quotes) do you know how to do this? (which operating system are you using?) --- "Mendo, Anthony J." <[EMAIL PROTE

Re: Startup Problems

2004-05-10 Thread David Smith
May 10, 2004 11:02:30 AM org.apache.catalina.core.StandardHost start INFO: XML validation disabled May 10, 2004 11:02:31 AM org.apache.commons.digester.Digester endElement SEVERE: End event threw exception I would say from the excerpt above you have an error in your server.xml file in one of your

Re: startup dosent work anymore since updated on xp!

2004-02-20 Thread Martin Gainty
o/proddocs/call.asp quoi penser? Marty Gainty - Original Message - From: "FRANCOIS Dufour" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 10:22 AM Subject: Re: startup dosent work anymore since updated on xp! > > well its look

Re: startup dosent work anymore since updated on xp!

2004-02-20 Thread FRANCOIS Dufour
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 shift goto setArgs :doneSetArgs call "%EXECUTABLE%" start %CMD_LINE_ARGS% :end [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: "SMaric" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROT

Re: startup dosent work anymore since updated on xp!

2004-02-20 Thread SMaric
Try opening the bat file using Notepad If you see some 'un-printable' chars, then you need to close the file open it in wordpad save it close it If this is the problem You will need to do this for several of the bat files throughout the tomcat directory tree use Explorer to search for *.bat & wor

Re: Startup scripts not executable?

2004-02-18 Thread Antonio Fiol Bonnín
Roy Smith wrote: I downloaded Tomcat-5.0.18 onto my Mac OSX-10.3.2 system. The scripts in $CATALINA_HOME/bin (startup.sh, catalina.sh, etc) all got unpacked without the execute bit set. I had to do "chmod +x *.sh" to get things to work. Is this a bug? You probably downloaded the zipped ver

Re: Startup scripts not executable?

2004-02-18 Thread Giuseppe Briotti
No, sometimes this problem occours (it is also reported in several HowTo's related to Apache and Cocoon :- G > == > Date: Wed, 18 Feb 2004 16:09:16 -0500 > From: Roy Smith <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: Roy Smith <[EMAIL PROTECTED]> > Subject: Star

RE: Startup error Tomcat 4.

2003-11-21 Thread Shapira, Yoav
Howdy, How did you install tomcat? You used GNU tar if you expanding a tarball, right? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Bruchem, A. van (Alexander) [mailto:[EMAIL PROTECTED] >Sent: Friday, November 21, 2003 9:57 AM >To: '[EMAIL PROTECTED]' >Subject: St

RE: startup error

2003-06-12 Thread Angus Mezick
the other way around. --Angus > -Original Message- > From: Sandra Williams [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 5:48 AM > To: Tomcat Users List > Subject: Re: startup error > > > Hi, > > Thanks. I added the code as you suggested and n

RE: startup error

2003-06-12 Thread Shapira, Yoav
Howdy, It looks like you're passing a Throwable to something that expects a subclass, Exception. Check you index.jsp page to make sure you pass exceptions, or throws exception, or whatever you do to get the handlePageException method doesn't give it a Throwable. Yoav Shapira Millennium ChemInfor

Re: startup error

2003-06-12 Thread Sandra Williams
lt;[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 12, 2003 1:35 PM Subject: Re: startup error > Hi, > > mmh, no idea, sorry. After adding the additional > rows into web.xml, every of my jsps run smoothly. > > Did you elemi

Re: startup error

2003-06-12 Thread Daniel Ost
gt; - Original Message - > From: "Daniel Ost" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > <[EMAIL PROTECTED]> > Sent: Thursday, June 12, 2003 10:28 AM > Subject: Re: startup error > > > > Hi, > > > &g

Re: startup error

2003-06-12 Thread Sandra Williams
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 12, 2003 10:28 AM Subject: Re: startup error > Hi, > > you have to set a additional parameter in the > {CATALINA-HOME}/conf/web.xml file. > > Add in the jsp - servlet sect

Re: startup error

2003-06-12 Thread Daniel Ost
Hi, you have to set a additional parameter in the {CATALINA-HOME}/conf/web.xml file. Add in the jsp - servlet section the following: fork false CU Daniel --- Sandra Williams <[EMAIL PROTECTED]> schrieb: > Hi, > > I've just installed jakarta-tomcat-4

RE: Startup error

2003-06-06 Thread Luc Foisy
I bet the workstation install worked because it installed Netscape or Mozilla in the newer versions. So it is in fact the compatibility rpm, thanks -Original Message- From: Tim Shaw [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 3:42 PM To: Tomcat Users List Subject: Re: Startup

Re: Startup error

2003-06-06 Thread John Turner
I didn't encounter it with RH 9, but I think I did a custom install. John On Thu, 05 Jun 2003 20:41:34 +0100, Tim Shaw <[EMAIL PROTECTED]> wrote: FWIW. RH 8.0 'Server' install also had this problem. I had to install 'compat-libstdc++-7.3-2.96.110.i386.rpm' by hand (off the installation CDs). W

Re: Startup error

2003-06-06 Thread Tim Shaw
FWIW. RH 8.0 'Server' install also had this problem. I had to install 'compat-libstdc++-7.3-2.96.110.i386.rpm' by hand (off the installation CDs). Workstation install was fine (already did it I guess. Looks like RH 9 has the same quirk? tim Luc Foisy wrote: Nobody can point me in the right dir

RE: Startup error

2003-06-06 Thread Luc Foisy
Nobody can point me in the right direction? Would this be the right RPM to fix this? libstdc++-3.2.2-5.i386.rpm OR this? glibc-2.3.2-11.9.i686.rpm (this package supplies libc.so.6, that that what I need) I am lost here, every other install of tomcat that I have done was fine. I am thinking when I

RE: Startup Errors & Apache crash

2003-05-31 Thread Allen Williams
? Where would jk2 be exiting from? I know there must be simple configuration problem here. TIA, -- Allen > -Original Message- > From: Allen Williams [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 9:24 PM > To: Tomcat Users List > Subje

RE: Startup Errors & Apache crash

2003-05-31 Thread Allen Williams
NT dialogue pops up. TIA, -- Allen > -Original Message- > From: Jason Bainbridge [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 8:41 PM > To: Tomcat Users List > Subject: Re: Startup Errors & Apache crash > > > Okay last try before h

Re: Startup Errors & Apache crash

2003-05-31 Thread Jason Bainbridge
Allen > > > -Original Message- > > From: Jason Bainbridge [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 30, 2003 8:13 PM > > To: Tomcat Users List > > Subject: Re: Startup Errors & Apache crash > > > > On Sat, 31 May 2003 08:10, Allen Willi

RE: Startup Errors & Apache crash

2003-05-31 Thread Allen Williams
age- > From: Jason Bainbridge [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 8:13 PM > To: Tomcat Users List > Subject: Re: Startup Errors & Apache crash > > > On Sat, 31 May 2003 08:10, Allen Williams wrote: > > I have this in my jk2.properties: > >

Re: Startup Errors & Apache crash

2003-05-31 Thread Jason Bainbridge
On Sat, 31 May 2003 08:10, Allen Williams wrote: > I have this in my jk2.properties: > > shm.file=g:/ApacheGroup/Apache2/logs/jk2.shm > > and it exists. > Hmmm starting to get beyond my realm of expertise... Stab in the dark... You haven't got Tomcat already running do you? It shouldn't be... Al

RE: Startup Errors & Apache crash

2003-05-31 Thread Allen Williams
t Users List > Subject: Re: Startup Errors & Apache crash > > > Does this file file=${serverRoot}/logs/jk2.shm exist? Create a > blank one for > it if it doesn't and also maybe try referencing the path and not use the > server variable. > > J. > > On Sat, 31 May

Re: Startup Errors & Apache crash

2003-05-31 Thread Jason Bainbridge
Does this file file=${serverRoot}/logs/jk2.shm exist? Create a blank one for it if it doesn't and also maybe try referencing the path and not use the server variable. J. On Sat, 31 May 2003 07:33, Allen Williams wrote: > Here I am again: > > Apache 2, Tomcat 4, WinNT > > Upon startup, I get a d

RE: Startup Problem - Newbie

2003-05-28 Thread Mark Irvine LCGI
Hi, Thanks for the relpy. Probably a stupid question but what do the Mbean tags do? Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 May 2003 09:33 To: [EMAIL PROTECTED] Subject: RE: Startup Problem - Newbie comment the Mbean tags in the server.xml

RE: Startup Problem - Newbie

2003-05-28 Thread graghupathy
comment the Mbean tags in the server.xml and restart and you should be fine ... :) -Original Message- From: Mark Irvine LCGI [mailto:[EMAIL PROTECTED] Sent: 28 May 2003 09:24 To: [EMAIL PROTECTED] Subject: Startup Problem - Newbie Hi, When I try to start Tomcat using the Start and Stop

Re: startup order for applications

2003-02-27 Thread Ben Souther
I did try setting the order of context tags. I assume that Catalina looks in server.xml before autodeploying apps from the webapps directory. Thanks. On Thursday 27 February 2003 05:00 pm, Will Hartung wrote: > > From: "Ben Souther" <[EMAIL PROTECTED]> > > Sent: Thursday, February 27, 2003 12

Re: startup order for applications

2003-02-27 Thread Craig R. McClanahan
On Thu, 27 Feb 2003, Will Hartung wrote: > Date: Thu, 27 Feb 2003 14:00:03 -0800 > From: Will Hartung <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: startup order for applications

Re: startup order for applications

2003-02-27 Thread Will Hartung
> From: "Ben Souther" <[EMAIL PROTECTED]> > Sent: Thursday, February 27, 2003 12:54 PM > Subject: startup order for applications > I've got two applcations. The first is an Axis webservice application and > the second is a servelet/jsp app that consumes services from the first. > > I would like to

Re: startup issue (invalid CEN header)

2003-02-21 Thread Andre Jay Meissner
hi, did that, complete fresh binaries - same error. huh... any suggestions what I could try else? thanks so much in advance, *Jay > looks like one of your libraries (prob in server/lib or common/lib) is > corrupted. > simply try to replace them with fresh binaries. > > Filip > > -Original

RE: startup issue (invalid CEN header)

2003-02-19 Thread Filip Hanik
looks like one of your libraries (prob in server/lib or common/lib) is corrupted. simply try to replace them with fresh binaries. Filip -Original Message- From: Andre Jay Meissner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 2:18 PM To: Tomcat Users List Subject: startup

Re: Startup/shutdown script

2003-02-18 Thread QA Tester
Thanks for the script. It works great on my Redhat 8 system. - Original Message - From: "Oscar Carrillo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 8:55 AM Subject: Re: Startup/shutdown script >

RE: Startup/shutdown script

2003-02-18 Thread Luc Foisy
Here is what I have (I have removed and added some info to the output to make it a little more understandable): File: -rwxr-xr-x1 root root /etc/init.d/tomcatd #!/bin/bash # # # description: Startup script for Tomcat server # # source function library . /etc/init.d/functions CLASSPATH

Re: Startup/shutdown script

2003-02-17 Thread Oscar Carrillo
messages > > > > > > > > > > > > > > > > > > I cannot figure out what the problem could be > > > > > > > > > Simo > > > > > > > > > > > > > > > > > > >

Re: Startup/shutdown script

2003-02-16 Thread jmong
Instead of #!/bin/bash could you try #!/bin/sh also you can try to capture the pid during startup and if its still alive you can forcefully kill it when you shut it down ./startup.sh > /dev/null 2>&1 & echo $! > $TOMCAT_HOME/logs/tomcat.pid shutdown.. ./shutdown.sh if [ $? != 0 ]; then

RE: startup script

2003-02-13 Thread Raible, Matt
Here's how I've done it: http://tinyurl.com/5s4x HTH, Matt > -Original Message- > From: Jon Roberts [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 8:55 AM > To: Tomcat Users > Subject: startup script > > > Does anybody have an /etc/init.d style startup script for tomca

Re: Startup parameters

2003-01-17 Thread Nathan McMinn
ED]> Sent: Friday, January 17, 2003 4:37 PM Subject: RE: Startup parameters Setting the parameters in Catalina.bat would not work if you run Tomcat as a service since you service is calling tomcat.exe directly and not startup.bat or Catalina.bat. But to test out before you start the s

RE: Startup parameters

2003-01-17 Thread Hari Venkatesan
Setting the parameters in Catalina.bat would not work if you run Tomcat as a service since you service is calling tomcat.exe directly and not startup.bat or Catalina.bat. But to test out before you start the service you can put the values in CATALINA_OPTS = -Xms128m -Xmx258 etc and run Catalina.b

Re: Startup parameters

2003-01-17 Thread David Hemingway
Put the following in your catalaina.bat, I have this set just underneath where CATALINA_BASE, JAVA_HOME, and CATALINA)HOME are set. CATALINA_OPTS="-server -Xmx512m -Xms128m" regards, Dave PS all startup parameters get put in under CATALINA_OPTS - Original Message - From: "Nathan McMinn"

RE: Startup parameters

2003-01-17 Thread Hari Venkatesan
Take a look at the following site. It gives you a feeler of how to do it. Once you run the batch file, it updates the Win2000 registry entries for you. From there you can play with it. http://www.mattkelli.com/tech/tomcat/ntservice.htm But the only catch running tomcat as service with the start

Re: Startup parameters

2003-01-17 Thread Lajos Moczar
Set CATALINA_OPTS = "-Xmx256" or whatever you want. Either set it in your environment or at the top of catalina.bat (that's what I do). Lajos Nathan McMinn wrote: OK, one quick question that I'm sure anybody here but me can answer. I am running Tomcat as a service on windows 2000 server. I wa

Re: Startup Error

2003-01-09 Thread Nathan McMinn
DOH! thanks - Original Message - From: "Donie Kelly" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 7:41 AM Subject: RE: Startup Error > Try removing the servlet.jar from you WEB-INF/

RE: Startup Error

2003-01-09 Thread Donie Kelly
Try removing the servlet.jar from you WEB-INF/lib directory as it's already in the tomcat/common/lib directory Donie -Original Message- From: Nathan McMinn [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 13:47 To: Tomcat Users List Subject: Startup Error First, thanks to everyone for al

RE: Startup problems

2002-12-17 Thread Arnaud HERITIER
Don't you have a web app with an invalid header in its web.xml ?? > -Message d'origine- > De : Aleksandr Shneyderman [mailto:[EMAIL PROTECTED]] > Envoyé : lundi 16 décembre 2002 17:59 > À : Tomcat User List > Objet : Startup problems > > > > I get the following error on the startup: > > St

RE: startup classes in tomcat 4.1.12

2002-11-29 Thread P Sasidhar
Hi David, Thanks for your help.it got solved. sasi -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: Friday, November 29, 2002 4:17 PM To: [EMAIL PROTECTED] Subject: Re: startup classes in tomcat 4.1.12 P Sasidhar writes: > Hi, > >

Re: startup classes in tomcat 4.1.12

2002-11-29 Thread David Brown
P Sasidhar writes: Hi, Can any one tell me how to configure start up classes in tomcat 4.1.12 server sasi Hello sasi, what r u trying to do? need more info: is tc running? if tc is running, what happened? what url did u invoke? have u checked ur logs? what more can u

RE: startup classes in tomcat 4.1.12

2002-11-29 Thread Reynir Hübner
Sure, there are few possibilities. One is to make a ServletContextListener, with this you can start up what ever class you like when the application starts. Another one is to make servlet and have its load-on-startup parameter set in web.xml For example if I have a servletcontextListener called

RE: Startup Problem - Win2K - How To Get Stacktrace?

2002-11-21 Thread Douglas Reames
Thanks Lance, Your comments helped jog my memory. The startup routine is looking for the InputSource class file from the xml package. Now I have a starting point. Regards, Douglas Reames At 08:45 AM 11/21/2002 -0600, you wrote: Tomcat doesn't require Ant unless you are building it. Have you

RE: Startup Problem - Win2K - How To Get Stacktrace?

2002-11-21 Thread srinath narasimhan
02 09:46 To: 'Tomcat Users List' Subject: RE: Startup Problem - Win2K - How To Get Stacktrace? Tomcat doesn't require Ant unless you are building it. Have you looked at the log files in CATALINA_HOME\logs for any ideas. The other option is to open a command window, cd to CATALIN

RE: Startup Problem - Win2K - How To Get Stacktrace?

2002-11-21 Thread Lance Smith
Tomcat doesn't require Ant unless you are building it. Have you looked at the log files in CATALINA_HOME\logs for any ideas. The other option is to open a command window, cd to CATALINA_HOME\bin and run startup. regards, Lance Smith -Original Message- From: Douglas Reames [mailto:[EMAIL PR

Re: Startup classes in Tomcat.

2002-11-20 Thread Martin Jacobson
Justin Ruthenbeck wrote: Write a servlet that calls each of the startup classes you need to run and set it up in your web.xml. Maximum portability, minimum work. justin At 06:23 PM 11/19/2002, you wrote: Hi All, I am using tomcat 4.1. I am a newbie to tomcat. We are off-loading most of our s

Re: Startup classes in Tomcat.

2002-11-19 Thread Justin Ruthenbeck
Write a servlet that calls each of the startup classes you need to run and set it up in your web.xml. Maximum portability, minimum work. justin At 06:23 PM 11/19/2002, you wrote: Hi All, I am using tomcat 4.1. I am a newbie to tomcat. We are off-loading most of our stuff from weblogic to tomca

Re: Startup Bootstrap error message

2002-10-22 Thread garrett smith
You brought up a good point. I sometimes have a stupid error in web.xml and this is not logged in the logfile. I would appreciate better logging mechanism for tomcat-start-up. --- Michael Langan <[EMAIL PROTECTED]> wrote: > Hello. > > Apologies for bringing up perhaps the oldest error in the bo

Re: startup as www

2002-10-07 Thread Kent Perrier
On Mon, Oct 07, 2002 at 09:10:05AM -0400, chad kellerman wrote: > but since I moved it to RH 7.3 it prompts for a password. Does anyone > know a way aroung this? I would like the tomcat server to run as user > www and not prompt for a password. Run the script as root. Kent -- To unsubscribe,

Tomcat startup fails after re-startup

2002-10-01 Thread Rozanne Stoman
Hi, I have installed Tomcat4.0.4 (a later version also, with similar results), on Microsoft XP. I followed the basic installation instructions, namely setting the JAVA_HOME and CATALINA_HOME environment variables (system, not user env. variables), adding C:\tomcat4\common\lib\servlet.jar;.; to th

Re: Startup-Problems: Tomcat 4.0.4 binary on Linux w/J2SDK 1.3.1

2002-09-02 Thread Kilian
Tim Funk wrote: > 1) A java process in linux shows up many times with ps or top (because > of multiple threads) > 2) See logs/catalina.out for an error message. There is propably a > misconfig in server.xml or another run time error the tomcat cannot > recover from. In any case the logs/catalin

Re: Startup-Problems: Tomcat 4.0.4 binary on Linux w/J2SDK 1.3.1

2002-09-01 Thread Tim Funk
1) A java process in linux shows up many times with ps or top (because of multiple threads) 2) See logs/catalina.out for an error message. There is propably a misconfig in server.xml or another run time error the tomcat cannot recover from. In any case the logs/catalina.out captures stdout/stde

Re: startup/shutdown Tomcat on Linux

2002-08-26 Thread micael
sh startup.sh sh is the shell. At 10:04 PM 8/25/2002 -0700, you wrote: >How do you start and shutdown Tomcat on Linux? > >I'm (obvioulsy) a windows person. I am attempting to get my app running on >Linux. From the /bin directory I attempted to call "shutdown.bat". This >didn't work so I resta

RE: startup/shutdown Tomcat on Linux

2002-08-26 Thread Chris Campbell
a process like "/usr/java/j2sdk1.4.0/bin/java -classpath /usr/local/tomcat/bin/bootstrap.jar:/usr/java/j2sdk1.4.0/lib." etc then tomcat is running. > -Original Message- > From: neal [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 26, 2002 2:59 PM > To: Tom

RE: startup/shutdown Tomcat on Linux

2002-08-26 Thread Chris Campbell
or if it is an option you might want to install the 4.0.4 rpm, it seems to install the rc.d scripts for you automatically > Just use the ".sh" counterparts to the ".bat" files you used > on Windows. > > If you want Tomcat to start when the system comes up (or, to use some > jargon, enters th

Re: startup/shutdown Tomcat on Linux

2002-08-25 Thread Yousef Shemisa
Neal, Assuming you're running a bash-like (sh, bash, ksh) shell then you would execute the Linux analogs of shutdown.bat or startup.bat, which are named shutdown.sh and startup.sh respectively. So you would type the following from the console (no brackets in actual input): [cd $CATALINA_HOME /bi

RE: startup/shutdown Tomcat on Linux

2002-08-25 Thread neal
ECTED]] Sent: Sunday, August 25, 2002 10:21 PM To: [EMAIL PROTECTED] Subject: Re: startup/shutdown Tomcat on Linux Neal, Just use the ".sh" counterparts to the ".bat" files you used on Windows. If you want Tomcat to start when the system comes up (or, to use some jargon, ent

Re: startup/shutdown Tomcat on Linux

2002-08-25 Thread Randall R Schulz
Neal, Just use the ".sh" counterparts to the ".bat" files you used on Windows. If you want Tomcat to start when the system comes up (or, to use some jargon, enters the proper "run level") you should find someone at your site who's familiar with Linux configuration. This can be handled manually

RE: startup problem

2002-05-29 Thread John Niven
> -Original Message- > From: Sharifuddin Ahmed [mailto:[EMAIL PROTECTED]] > Sent: 29 May 2002 17:41 > To: [EMAIL PROTECTED] > Subject: startup problem > > > hello everyone i was wondering if anybody can help me.I have jdk1.3 > installed in C:\program files\jdk1.3\bin > > In tomcat.bat

RE: startup problem

2002-05-29 Thread Whitcomb, Roger
The JAVA_HOME doesn't need the \bin at the end, just the path to the "root" of the Java installation: SET JAVA_HOME=c:\Program Files\jdk1.3 Roger Whitcomb Computer Associates Senior Software Engineer Development Phone: +1 408 965 8653 FAX: +1 408 965 8805 [EMAIL PROTECTED]

RE: startup question

2002-05-28 Thread Edam Cheeseman
>I was reading a howto that emphasiszes that tomcat >needs to be started before apache. Is this really >true and if yes then why? I was able to run some >servlets by starting apache first. >Thanks, >Neil >-- >To unsubscribe, e-mail: >[EMAIL PROTECTED]> >For additional c

Re: startup and shutdown on Windows

2002-05-23 Thread Mohammed Omar
Thanks Chris for your pointer . it works well now , it was shutdown :))) Thanks - Original Message - From: "Chris Campbell" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 11:30 AM Subject: RE: sta

RE: startup and shutdown on Windows

2002-05-23 Thread Chris Campbell
> There is no process running on 8080 nor process running on > the shutdown port . then it would seem that the server is already shutdown... what error message do you get when you call startup? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Startup problem

2002-04-24 Thread Oscar Buse
Hoi, On Wed, 24 Apr 2002, Tomcat Users List wrote: > Hi, > > I Installed tomcat 4.0.3 on Solaris 8. At startup I see the following > in catalina.out: > > Starting service Tomcat-Standalone > Apache Tomcat/4.0.3 > PARSE error at line 1 column 44 > org.xml.sax.SAXParseException: The markup in th

RE: Startup Message

2002-03-22 Thread Andy Eastham
Dcatalina.home="%CATALINA_HOME%" -Djava.io.tmpdir="%CAT ALINA_HOME%\temp" org.apache.catalina.startup.Bootstrap start Sorry if this caused anyone alarm. Andy > -Original Message- > From: Andy Eastham [mailto:[EMAIL PROTECTED]] > Sent: 22 March 2002 11:42 > To: Tomcat U

RE: Startup Message

2002-03-22 Thread Gurmeet
List Subject: RE: Startup Message Gurmeet, As you have not attached a Apache_log.2002-03-22.txt, I assume it's the apache-tomcat service that is not starting, and is failing before it gets chance to start logging (unless of course you've deliberately disabled it. Try starting Tomca

RE: Startup Message

2002-03-22 Thread Andy Eastham
2002 11:02 > To: Tomcat Users List > Subject: RE: Startup Message > > > Andy, > > there does not seem to be any error with the log files. > Anyway I have attached these here. > > Gurmeet > > -Original Message- > From: Andy Eastham [mailto:[EMAIL PROTEC

  1   2   >