Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-28 Thread Shankar Unni
NoKideen wrote: is there anybody know how to do this ? Running Tomcat as Non-Root under Linux listen for port 80 Google is your friend: http://www.google.com/search?q=linux+port+80+non-root - To unsubscribe, e-mail: [EMAI

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-28 Thread Paul Singleton
NoKideen wrote: is there anybody know how to do this ? Running Tomcat as Non-Root under Linux listen for port 80 Ask your Linux admin to disable the "privileged port" nonsense, which only has value on a multiaccess server, and which alwasy undermines security by unnecessarily encouraging runnin

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Pete Stevens
On Tue, 27 Sep 2005, Joost de Heer wrote: > NoKideen said: > > is there anybody know how to do this ? > > Running Tomcat as Non-Root under Linux listen for port 80 > > 80 is a privileged port (< 1024) and you need root-rights to bind to a > privileged port. > > If the problem is that you don't hav

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread David Smith
a.k.a. Commons-Daemon (http://jakarta.apache.org/commons/daemon/) Works beautifully. --David Andrés Glez. wrote: > Use jsvc. > > - Original Message - From: "NoKideen" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, September 27, 2005 6:13 PM > Subject: Running Tomcat as Non-Root under Linux

RE: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Phillip Qin
Create a normal user $TOMCAT_USER /bin/su $TOMCAT_USER -- $CATALINA_HOME/bin/startup.sh Owner is root, group is $TOMCAT_USER. -Original Message- From: NoKideen [mailto:[EMAIL PROTECTED] Sent: September 27, 2005 12:14 PM To: tomcat-user@jakarta.apache.org Subject: Running Tomcat as Non-R

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Joost de Heer
NoKideen said: > is there anybody know how to do this ? > Running Tomcat as Non-Root under Linux listen for port 80 80 is a privileged port (< 1024) and you need root-rights to bind to a privileged port. If the problem is that you don't have access to root, ask the admin to implement sudo. Joost

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Andrés Glez .
Use jsvc. - Original Message - From: "NoKideen" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 27, 2005 6:13 PM Subject: Running Tomcat as Non-Root under Linux listen for port 80 is there anybody know how to do this ? Running Tomcat as Non-Root under Linux listen for port 80 I'd

RE: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Peter Crowther
> From: Peter Crowther > That way, Linux can run as a non-root user but still see requests > arriving on port 80. Sorry. Brain fade. Replace 'Linux' with 'Tomcat' in the above. - Peter - To unsubscribe, e-mail

RE: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Peter Crowther
> From: NoKideen [mailto:[EMAIL PROTECTED] > Subject: Running Tomcat as Non-Root under Linux listen for port 80 > > is there anybody know how to do this ? Use the port redirection facilities in Linux (the details vary depending on your kernel, but ipchains or iptables is a good place to start if

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread George Sexton
essor P4. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Zaki, Karim R UTCHQ [mailto:[EMAIL PROTECTED] > Sent: Friday, September 02, 2005 11:02 AM > To: Tomcat Users List > Subject: RE: Running Tomcat 5

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Zaki, Karim R UTCHQ
ally doesn't do any real work...so when the code starts to do something useful, we go into over a minute of load time per page. I did a ping test to the database involved and the average ping time is 300 microseconds, so I don't think it's network related. -Original Message

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Zaki, Karim R UTCHQ
AIL PROTECTED] Sent: Friday, September 02, 2005 12:15 PM To: 'Tomcat Users List' Subject: RE: Running Tomcat 5.0.28 in server mode What does really slow mean? That's a subjective assessment, not a quantititative value. How many requests per second? George Sexton MH Software, Inc. http:/

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread George Sexton
What does really slow mean? That's a subjective assessment, not a quantititative value. How many requests per second? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Zaki, Karim R UTCHQ [mailto:[EMAIL PROTECTED] > Sent: Frida

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Zaki, Karim R UTCHQ
r@jakarta.apache.org Subject: Re: Running Tomcat 5.0.28 in server mode Dear Karim, Please provide relevant peaces of your server.xml so we can get a chance to help you or have a look here http://jakarta.apache.org/tomcat/articles/performance.pdf you may already finde whats causing your prob

Re: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Yassine ELassad
Dear Karim, Please provide relevant peaces of your server.xml so we can get a chance to help you or have a look here http://jakarta.apache.org/tomcat/articles/performance.pdf you may already finde whats causing your problem there Greetings YEL... directBOX Reply

RE: running tomcat on port 80

2005-06-21 Thread Mandar Vaidya
Permission denied means you are running it with non-root user. Normal user can not bind to port 80. Thanks, Mandar -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 12:47 PM To: tomcat-user@jakarta.apache.org Subject: running tomcat on port 80

Re: running tomcat on port 80

2005-06-21 Thread Anoop kumar V
Or it is possible that something else is running on port 80 - possibly a webserver. U can use the netstat command to check/verify this. HTH, Anoop On 6/21/05, Raghupathy,Gurumoorthy <[EMAIL PROTECTED]> wrote: > Is it unix / linux box ? Then yo need to be root when you start tomcat > > -Ori

RE: running tomcat on port 80

2005-06-21 Thread Fredrik Liden
Shouldn't be any problems. Are you sure there are not other programs bound to 80? Try netstat -a in the dos window. -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 9:47 AM To: tomcat-user@jakarta.apache.org Subject: running tomcat on port 80 Hi

RE: running tomcat on port 80

2005-06-21 Thread Raghupathy,Gurumoorthy
Is it unix / linux box ? Then yo need to be root when you start tomcat -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 17:47 To: tomcat-user@jakarta.apache.org Subject: running tomcat on port 80 Hi, Can I run Tomcat 5.0 on port 80? I do not want my vi

Re: Running tomcat on Debian Sarge

2005-06-09 Thread pacea
nd build my own. > >> > >>-Original Message- > >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >>Sent: June 9, 2005 6:09 AM > >>To: Tomcat Users List > >>Subject: Re: Running tomcat on Debian Sarge > >> > >> &g

Re: Running tomcat on Debian Sarge

2005-06-09 Thread blijblijblij
package. I simply download source from apache and build my own. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: June 9, 2005 6:09 AM To: Tomcat Users List Subject: Re: Running tomcat on Debian Sarge Debian has a Tomcat 4.1 (4.1..31-3 to be exact) package

RE: Running tomcat on Debian Sarge

2005-06-09 Thread pacea
EMAIL PROTECTED] > Sent: June 9, 2005 6:09 AM > To: Tomcat Users List > Subject: Re: Running tomcat on Debian Sarge > > > Debian has a Tomcat 4.1 (4.1..31-3 to be exact) package for the "Sarge" > distribution. The Sarge distribution is now the official "stable&q

RE: Running tomcat on Debian Sarge

2005-06-09 Thread Phillip Qin
My sites are running debian + apache 2 + tomcat 5.0.28. Take a look at www.shareowner.com and https://www.investments.shareowner.com/lciponline. Connect refused has lots of reasons. For example, apache config, tomcat config, jk config etc. -Original Message- From: blijblijblij [mailto:[

RE: Running tomcat on Debian Sarge

2005-06-09 Thread Phillip Qin
I have never installed any debian-tomcat/apache package. I simply download source from apache and build my own. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: June 9, 2005 6:09 AM To: Tomcat Users List Subject: Re: Running tomcat on Debian Sarge Debian has a

Re: Running tomcat on Debain Sarge

2005-06-09 Thread pacea
Need to clarify my previous posting. Debian has the jk2 connector package, not Blackdown. Also - the Debian-Tomcat installation listens on port 8180 instead of the default 8080.

Re: Running tomcat on Debian Sarge

2005-06-09 Thread pacea
Debian has a Tomcat 4.1 (4.1..31-3 to be exact) package for the "Sarge" distribution. The Sarge distribution is now the official "stable" release. If you're OK with Tomcat 4.1 and you're running Sarge, you can edit /etc/apt/sources.list: (omit all quotation marks) "deb http://mirrors.kernel.or

Re: Running tomcat on Debian Sarge

2005-06-09 Thread Ronald Klop
Just install the Tomcat jars and read the Tomcat docs. We are running Tomcat on Debian also. And probably Debian has got some packages of tomcat. Ronald. On Wed Jun 08 23:13:06 CEST 2005 Tomcat Users List wrote: All, Anybody here who knows a foolproof site for setting up tomcat under debia

Re: Running tomcat on Debian Sarge

2005-06-09 Thread Oto Bossert
Yoo, What dit you do untill now? Do you have a firewall? Greetings O. On 6/8/05, blijblijblij <[EMAIL PROTECTED]> wrote: > All, > > Anybody here who knows a foolproof site for setting up tomcat under > debian?! I'm an newbie when it come to tomcat on linux, but I really > would like this to wor

RE: Running Tomcat on multiple processors on Windows 2003

2005-04-19 Thread Caldarale, Charles R
> From: Chris Hyzer [mailto:[EMAIL PROTECTED] > Subject: RE: Running Tomcat on multiple processors on Windows 2003 > > ... so if we can get to 100% CPU usage on both CPUs with > one tomcat running under load, that would be great. How about trying a simple two-thread Java prog

RE: Running Tomcat on multiple processors on Windows 2003

2005-04-19 Thread Chris Hyzer
> Chris, >When running top you can toggle displaying > individual threads by hitting > H. >Also, you can see threads using ps with the -m > switch. > Jim T. OK thanks, that is useful for visibility into threads vs processes. But I would think that if the CPU usage in "top" is 50% when on

RE: Running Tomcat on multiple processors on Windows 2003

2005-04-19 Thread Trice, Jim
Subject: Re: Running Tomcat on multiple processors on Windows 2003 > Huh? The Sun 1.3, 1.4, and 5.0 JVMs use all 32 of the CPUs on our > systems quite nicely. What may be going on is that some administrator > has set Windows' CPU affinity to restrict all threads of a given > pr

RE: Running Tomcat on multiple processors on Windows 2003

2005-04-19 Thread Caldarale, Charles R
> From: Chris Hyzer [mailto:[EMAIL PROTECTED] > Subject: Re: Running Tomcat on multiple processors on Windows 2003 > > I thought Java used native threads by default, or at > least green threads on top of native threads > (one-to-one), so Im not sure how this fits in...

Re: Running Tomcat on multiple processors on Windows 2003

2005-04-19 Thread Chris Hyzer
> Huh? The Sun 1.3, 1.4, and 5.0 JVMs use all 32 of the CPUs on our > systems quite nicely. What may be going on is that some administrator > has set Windows' CPU affinity to restrict all threads of a given > process to a single CPU. > > - Chuck We have a recent and up2date Linux Redhat instal

RE: Running Tomcat on multiple processors on Windows 2003

2005-04-18 Thread Caldarale, Charles R
> From: Chris Hyzer [mailto:[EMAIL PROTECTED] > Subject: Re: Running Tomcat on multiple processors on Windows 2003 > > I dont know of an answer to that one. I think it is > impossible unless you have a JVM that will use 4 > procs... Sun doesnt seem to do this. Huh? The Sun

Re: Running Tomcat on multiple processors on Windows 2003

2005-04-18 Thread Chris Hyzer
> > 1.What can he do to enable Tomcat to make use of > all 4 processors? I dont know of an answer to that one. I think it is impossible unless you have a JVM that will use 4 procs... Sun doesnt seem to do this. > > 2.If a single instance of Tomcat can't make use of > multiple > proce

RE: Running Tomcat from a CD-Rom

2005-03-01 Thread Allistair Crossley
First thing that comes to mind are the startup scripts .. you'll need to comment out the parts that search for CATALINA_HOME in the system environment, so that it defaults to the current directory on the CD. Next thing I can think of is the fact that Tomcat creates files in the work directory (c

Re: running tomcat using sablevm

2005-02-18 Thread Dalibor Topic
wipro.com> writes: > > Where could I find the changes which you merged. Please help me out as I > need it to fix my sablevm problem. I got them from GNU classpath's CVS so I assume you should still be able to find them there. You may need to patch sablevm for it to work, but as I don't hack o

Re: running tomcat using sablevm

2005-02-18 Thread Remy Maucherat
On Fri, 18 Feb 2005 16:48:36 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Where could I find the changes which you merged. Please help me out as I > need it to fix my sablevm problem. I think you should give up on sable at the moment. I have never heard of anyone doing anthing Tomca

RE: running tomcat using sablevm

2005-02-18 Thread varsha.agrawal
Where could I find the changes which you merged. Please help me out as I need it to fix my sablevm problem. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dalibor Topic Sent: Friday, February 18, 2005 4:34 PM To: tomcat-user@jakarta.apache.org Subject: Re: running

Re: running tomcat using sablevm

2005-02-18 Thread Dalibor Topic
Remy Maucherat gmail.com> writes: > No idea about Sable, but Kaffe from CVS works, as long as you help it > by adding stuff in the classpath (commons-logging-api.jar and > jmx.jar). Basically it doesn't read the manifest which are in JARs > yet. > I've just merged in some code from GNU Classpa

Re: running tomcat using sablevm

2005-02-18 Thread Remy Maucherat
On Fri, 18 Feb 2005 09:54:30 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > Has anyone tried running tomcat using sablevm (JVM). I am trying to run > tomcat but it fails. It gives ClassDefNot Found error. I don't know how > to go about running the tomcat. > > Any suggestions

RE: running tomcat using sablevm

2005-02-18 Thread varsha.agrawal
oing wrong. Regards. ---Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 11:13 AM To: Tomcat Users List Subject: Re: running tomcat using sablevm I hadnt tried SableVM. It may be that CLASSPATH settings Tomcat passes to VM is not properly pa

Re: running tomcat using sablevm

2005-02-17 Thread Antony Paul
> Yeah I was able to run the tomcat suing sun JVM, but not with this > particular jvm. > > -Original Message- > From: Antony Paul [mailto:[EMAIL PROTECTED] > Sent: Friday, February 18, 2005 10:41 AM > To: Tomcat Users List > Subject: Re: running tomcat using sablevm &g

RE: running tomcat using sablevm

2005-02-17 Thread varsha.agrawal
Yeah I was able to run the tomcat suing sun JVM, but not with this particular jvm. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 10:41 AM To: Tomcat Users List Subject: Re: running tomcat using sablevm Were you able to run it in Sun or

Re: running tomcat using sablevm

2005-02-17 Thread Antony Paul
> -Original Message- > From: Parsons Technical Services [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 18, 2005 10:07 AM > To: Tomcat Users List > Subject: Re: running tomcat using sablevm > > Give more details and maybe someone can help. > > OS Versi

RE: running tomcat using sablevm

2005-02-17 Thread varsha.agrawal
Technical Services [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 10:07 AM To: Tomcat Users List Subject: Re: running tomcat using sablevm Give more details and maybe someone can help. OS Version JVM version Tomcat Version Snip from logs with error Doug - Original Message

Re: running tomcat using sablevm

2005-02-17 Thread Parsons Technical Services
Give more details and maybe someone can help. OS Version JVM version Tomcat Version Snip from logs with error Doug - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, February 17, 2005 11:24 PM Subject: running tomcat using sablevm Hello, Has anyone tried running tomcat u

Re: Running Tomcat from jsvc

2004-10-27 Thread [EMAIL PROTECTED]
Kevin Offet wrote: Hi, to help cut through the apparent confusion, all you need to do is: 1) change ownership (recursively) of your tomcat install dir to ( if your user account that will run tomcat is called for example "tomrunner" ) tomrunner.tomrunner. 2) change to that user and decompress and

Re: Running Tomcat from jsvc

2004-10-26 Thread Kevin Offet
Hi, to help cut through the apparent confusion, all you need to do is: 1) change ownership (recursively) of your tomcat install dir to ( if your user account that will run tomcat is called for example "tomrunner" ) tomrunner.tomrunner. 2) change to that user and decompress and build jsvc (in the

Re: Running Tomcat from jsvc

2004-10-26 Thread [EMAIL PROTECTED]
Wolfgang Hackl wrote: Hi Volkmar, did you check the file system permissions of your $CATALINA_HOME directory? As I can see from my installations, server.xml has read and write permissions exclusively for its owner. My conclusion is that the directory must belong to the user, will run the service

Re: Running Tomcat from jsvc

2004-10-26 Thread Wolfgang Hackl
[EMAIL PROTECTED] wrote: When I start Tomcat using $CATALINA_HOME/bin/startup.sh everything works fine. But now I want to run Tomcat as a daemon under a non-root user. [...] The log (line 626)[3] is telling me that "server.xml" couldn't be loaded, but it didn't tell why. Hi Volkmar, did you check

Re: Running Tomcat from jsvc

2004-10-26 Thread [EMAIL PROTECTED]
Shapira, Yoav wrote: Hi, You have to start the jsvc as root, then it changes the effective user ID to non-root. Hi, That's exactly what I did, and according to the log (line 1, line 685), the user has been changed. Did I misunderstand something? Of course, before that, I had tried to start that s

RE: Running Tomcat from jsvc

2004-10-26 Thread Shapira, Yoav
Hi, You have to start the jsvc as root, then it changes the effective user ID to non-root. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: news [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] >Sent: Tuesday, October 26, 2004 11:07 AM >To: [EMAIL PROTECTED] >S

Re: Running tomcat 5.0 as a service in Windows OS

2004-10-12 Thread Shankar Unni
Pramod Jain wrote: a) with tomcat5w.exe, I go to startup tab and enter: start -config "C:\abc\my_server.xml" b) In Windows Services editor I go to Apache-Tomcat -> Properties -> Start Parameters and enter: start -config "C:\abc\my_server.xml" Don't use double-quotes - those will be passed liter

Re: Running Tomcat 5.5.1 With J2SE Version 1.3

2004-09-08 Thread Remy Maucherat
On Wed, 8 Sep 2004 13:35:24 +0200, Evgenij Galperin <[EMAIL PROTECTED]> wrote: > Hi all, > > i'm trying to run Tomcat 5.5.1 with JDK 1.3.1_06 (compat package is properly > installed). When I try to start it, it won't start up, in console I get this message: > > Anyone any idea??? Tomcat 5.5 wil

RE: Running Tomcat 5 Headless

2004-08-23 Thread D'Alessandro, Arthur
Add this to your JAVA_OPTS -Djava.awt.headless=true Normally, when rendering graphics, java will try to use the graphics engine. If no X-windows is installed, it fails to render things that use AWT. This parameter tells java not to use the system graphics engine. -Original Message- Fro

Re: Running Tomcat as service on Win2000 Server

2004-07-14 Thread Jacob Kjome
rver? Please in step by step explanation... Thanks a lot!!! -Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 5:28 AM To: Tomcat Users List Subject: RE: Running Tomcat as service on Win2003 Server Web Edition will not run any 'Enterprise'

Re: Running Tomcat as service on Win2000 Server

2004-07-14 Thread Ty Mercer
From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 15, 2004 5:28 AM > To: Tomcat Users List > Subject: RE: Running Tomcat as service on Win2003 Server > > Web Edition will not run any 'Enterprise' Applications (from MS at > least). I've tried SQL 2

Re: Running Tomcat as service on Win2003 Server

2004-07-14 Thread Ty Mercer
:[EMAIL PROTECTED] > Sent: Wednesday, July 14, 2004 2:50 PM > To: Tomcat Users List > Subject: Re: Running Tomcat as service on Win2003 Server > > wha The actual limitations are max number of cpu's, disk size and > memory, not applications. > > I have no issu

RE: Running Tomcat as service on Win2003 Server

2004-07-14 Thread Birt, Jeffrey
ROTECTED] Sent: Wednesday, July 14, 2004 2:50 PM To: Tomcat Users List Subject: Re: Running Tomcat as service on Win2003 Server wha The actual limitations are max number of cpu's, disk size and memory, not applications. I have no issues with any type of program not loading on a web edition

Re: Running Tomcat as service on Win2003 Server

2004-07-14 Thread Ty Mercer
wha The actual limitations are max number of cpu's, disk size and memory, not applications. I have no issues with any type of program not loading on a web edition install of 2k3 over one of Standard or Enterprise 2k3. The error log that Tomcat generates is going to provide more information t

RE: Running Tomcat as service on Win2003 Server

2004-07-14 Thread Birt, Jeffrey
What version of Win2003 sever are you running, Standard, Web Edition? Web edition is made only to serve web pages. Some software won't even LOAD on it. Jeff Birt Electronics Engineer Integrated Systems Facility University of Missouri - Rolla 573.341.6058 -Original Message- From: Bui, B

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-26 Thread Bob White
I have still not succeeded in getting jsvc daemon to run under Linux as user tomcat. All files under CATALINA_HOME are owned by the user tomcat. All files have been tried with 750 and 777 permissions. This does not solve the problem. I have noticed that jsvc looks up a JRE JVM rather than the d

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-21 Thread Parsons Technical Services
denied. Just thinking of all possibilities. I think I did a >chmod -R 750 tomcat5 on my main tomcat directory. Doug - Original Message - From: "Bob White" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, May 21, 2004 5:45

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-21 Thread Bob White
I have set everything in the entire $CATALINA_HOME directory tree to be owned by user tomcat, group tomcat. I even tried setting them to user.root and put tomcat in the root group. Still, Tomcat cannot write to the work dir. When I try to run jsvc as user root, I get a java.lang.reflect.Invocati

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-20 Thread Parsons Technical Services
Bob, It sounds like a permissions problem. Check the settings in the context for "workdir=..." If you have set this, then you must ensure that your tomcat user has rights to that directory also. Read through the following to see if you missed anything in your setup: http://marc.theaimsgroup.c

RE: Running tomcat 5.18 as a service under Windows 2003

2004-02-10 Thread Shapira, Yoav
Howdy, >No! Additional analysis reveals that if run by the command line, calling >shutdown will not always kill the window executing Tomcat. We do get a lot >of messages about how Catalina is shutting down, but the window will not go >away until I Ctrl-C inside of it. At that time, the window

RE: Running tomcat 5.18 as a service under Windows 2003

2004-02-10 Thread Brian . Scott
;Tomcat Users List" <[EMAIL PROTECTED]> .com>cc: Subject: RE: Running tomcat 5.18

RE: Running tomcat 5.18 as a service under Windows 2003

2004-02-10 Thread Brian . Scott
uot; <[EMAIL PROTECTED]> .com>cc: Subject: RE: Running tomcat 5.18

RE: Running tomcat 5.18 as a service under Windows 2003

2004-02-10 Thread Shapira, Yoav
Howdy, Does it only happen when running as a service? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 10, 2004 1:51 PM >To: [EMAIL PROTECTED] >Subject: Running tomcat 5.18 as a service under Windows

Re: Running Tomcat 4.1.2.7 from Service vs DOS

2004-01-14 Thread PamelaGardiner
cc: Subject: Re: Running Tomcat 4.1.2.7 from Service vs DOS 01/13/2004 10:03

Re: Running Tomcat 4.1.2.7 from Service vs DOS

2004-01-13 Thread David Ramsey
I don't know the reason but amongst other things to research are which JVM you end up using in either scenario. It appears that the default with Sun's JDK is that starting from a CMD.EXE prompt results in the client JVM being selected by default, whereas starting as a service uses the server JVM in

Re: Running tomcat on Solaris. Stops when exiting the console

2003-12-10 Thread Bill Barker
t; To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 2:18 AM Subject: RE: Running tomcat on Solaris. Stops when exiting the console > Hi Guys > > I'm really stuck on this one. Can anybody shed some light on it? Sorry for > the

RE: Running tomcat on Solaris. Stops when exiting the console

2003-12-10 Thread Donie Kelly
Hi Guys I'm really stuck on this one. Can anybody shed some light on it? Sorry for the double post... Thanks Donie -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: 09 December 2003 15:23 To: Tomcat Users List (E-mail) Subject: Running tomcat on Solaris. Stops when e

Re: RUNNING Tomcat startup script, AND/OR TOMCAT.BAT

2003-11-15 Thread Harry Mantheakis
Hello > I am not getting it when it comes to the tomcat.bat file.Windows 98 > In the file I have this. > > set _CP=%CP% > set _TOMCAT_HOME=C:\Tomcat > > I do not know what to type in to replace the following line. > set _CLASSPATH=%CLASSPATH% I cannot help you with that - hopefully someone else

RE: Running tomcat with JRE + tools.jar

2003-09-29 Thread Stefan Lasiewski
> -Original Message- > From: Ted Weatherly [mailto:[EMAIL PROTECTED] > Sent: Friday, September 19, 2003 4:54 PM > To: [EMAIL PROTECTED] > Subject: Running tomcat with JRE + tools.jar Hello from around the corner! > I know you're supposed to run tomcat using the SDK but I want > to avoid

Re: running tomcat on port 443 as non-root

2003-09-23 Thread Remy Maucherat
Damian Egli wrote: Hello I have to run Tomcat standalone as user e.g tomcat (non-root) on port 443. But the server doesn't start (not able to bind port 443). With 8443 everything works fine. Why can't tomcat do that like apache ? Because Java wasn't designed to allow that. There are solutions whi

Re: running tomcat on port 443 as non-root

2003-09-23 Thread Eugene Lee
On Wed, Sep 24, 2003 at 08:33:32AM +0200, Damian Egli wrote: : : I have to run Tomcat standalone as user e.g tomcat (non-root) on port 443. : But the server doesn't start (not able to bind port 443). : With 8443 everything works fine. : : Why can't tomcat do that like apache ? In order to bind t

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-03 Thread Thomas Kellerer
Jon Skeet schrieb: Just out of curiosity: I'm wondering why you want to do that? The overhead of the JDK over JRE isn't that big and disk space isn't usually a problem. We distribute the JRE in our installation. I know these days you're allowed to distribute tools.jar (and javac.exe?) but the J

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-03 Thread Bill Barker
Yeah, well, it won't work with 3.3.0 (it will exhibit the intestinal behavior that you describe :). After the 3.3.0 release the Velocity people lobbied for a non-JSP Servlet-container, so with 3.3.1, we (with non-default options) gave it to them. "Jon Skeet" <[EMAIL PROTECTED]> wrote in message

RE: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
> Actually, removing Jasper from 3.3.1(a) is about the same as > for 4.1.x: You > just comment out the JspInterceptor element in server.xml, > and voila: you've > got a JSP-less Servlet-Container. I tried that at the time - I can't remember which version, I'm afraid - and if I didn't have Jas

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Bill Barker
Actually, removing Jasper from 3.3.1(a) is about the same as for 4.1.x: You just comment out the JspInterceptor element in server.xml, and voila: you've got a JSP-less Servlet-Container. Ok, to be helpful, for 4.1.x, you need to comment out all references to JspServlet in $CATALINA_HOME/conf/web.

RE: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
> Just out of curiosity: I'm wondering why you want to do that? > > The overhead of the JDK over JRE isn't that big and disk > space isn't usually a problem. We distribute the JRE in our installation. I know these days you're allowed to distribute tools.jar (and javac.exe?) but the JRE we distr

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Thomas Kellerer
Jon Skeet schrieb: I'm trying to run Tomcat 4.1 (currently 4.1.27) without needing a full JDK. I don't need any JSP stuff whatsoever, just servlets. Does anyone know of a page explaining how to remove Jasper from Tomcat, or fancy explaining it here? I couldn't find anything in the archive (with

RE: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
> I don't think you need to do anything. But you probaly want > to do this: > - remove $CATALINA/common/lib/jasper-compiler.jar > - in $CATALINA/conf/web.xml - comment out boht jasper/jsp references > > If you don't use precompiled jsp's > - remove $CATALINA/common/lib/jasper-runtime.jar > > You

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Tim Funk
I don't think you need to do anything. But you probaly want to do this: - remove $CATALINA/common/lib/jasper-compiler.jar - in $CATALINA/conf/web.xml - comment out boht jasper/jsp references If you don't use precompiled jsp's - remove $CATALINA/common/lib/jasper-runtime.jar You might not need $CATA

RE: Running Tomcat off a CD

2003-08-29 Thread Joao Medeiros
allows for others to interact with your desktop as well. Anyways, just another option for you to think about :-) /JM -Original Message- From: epyonne [mailto:[EMAIL PROTECTED] Sent: 29 August 2003 21:49 To: Tomcat Users List Subject: Re: Running Tomcat off a CD MessageIf you can get a

Re: Running Tomcat off a CD

2003-08-29 Thread epyonne
MessageIf you can get access to a laptop (I thought most schools have that or am I wrong?), you can install everything on it and then do your demo thru a Proxima projector. If you cannot get a laptop, you can use a portable USB2 hard-drive. That should work. Hope this helps. - Origina

Re: Running Tomcat off a CD

2003-08-29 Thread Justin Ruthenbeck
Rob, This came up fairly recently (last week?) and there was substantial discussion about the gotchas involved in doing this. Check the archives for more info. Amongst others, http://www.mail-archive.com/[EMAIL PROTECTED]/ justin At 12:45 PM 8/29/2003, you wrote: Tomcat 4.1.24 / WINXP SP1

RE: Running Tomcat on JRocket

2003-08-28 Thread Collins, Jim
: 28 August 2003 16:04 To: Tomcat Users List Subject: RE: Running Tomcat on JRocket Howdy, It shouldn't matter that you're using tomcat 4.0.x, or 4.1.x, or 5.1.x, etc. What is the problem you had when starting tomcat? Yoav Shapira Millennium ChemInformatics >-Original Messa

RE: Running Tomcat on JRocket

2003-08-28 Thread Shapira, Yoav
, 2003 10:48 AM >To: 'Tomcat Users List' >Subject: RE: Running Tomcat on JRocket > >Hi Yoav, > >I tried that and couldn't start Tomcat. Does it matter that I am using >4.0.6? > >Regards > >Jim. > >-Original Message- >From: Shapira,

RE: Running Tomcat on JRocket

2003-08-28 Thread Collins, Jim
Hi Yoav, I tried that and couldn't start Tomcat. Does it matter that I am using 4.0.6? Regards Jim. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 15:03 To: Tomcat Users List Subject: RE: Running Tomcat on JRocket Howdy, Assuming you

RE: Running Tomcat on JRocket

2003-08-28 Thread Shapira, Yoav
2003 10:16 AM >To: [EMAIL PROTECTED] >Subject: Re: Running Tomcat on JRocket > >Hi. > >I'm using Jrockit with Tomcat under Linux. Only a problem: The getMessage() >from the SocketException is "read" (using coyote connector) , while Tomcat >is >waiting an

Re: Running Tomcat on JRocket

2003-08-28 Thread Mauricio Nuñez
Hi. I'm using Jrockit with Tomcat under Linux. Only a problem: The getMessage() from the SocketException is "read" (using coyote connector) , while Tomcat is waiting another string for the same exception, then under a normal socket timeout, tomcat logs a error(with full stackTrace ) instead of

RE: Running Tomcat on JRocket

2003-08-28 Thread Shapira, Yoav
Howdy, Assuming you mean J:Rockit (the BEA JVM), just install JRockit and set your JAVA_HOME environment variable to point at the JRockit installation directory rather than the Sun JVM directory. You don't need to modify tomcat in any way. Yoav Shapira Millennium ChemInformatics >-Original

Re: running tomcat from CD

2003-08-21 Thread Jon Barber
samckins wrote: Thanks for all the help. I will have access to a writ able drive and will direct outputs accordingly. Well, maybe not Have a look at the Knoppix Linux project. This is a Linux distro that runs from CD, and sets up RAM disk for write operations. I've always wanted to set u

RE: running tomcat from CD

2003-08-21 Thread samckins
Thanks for all the help. I will have access to a writ able drive and will direct outputs accordingly. -Original Message- From: Halstead, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 1:55 PM To: Tomcat Users List Subject: RE: running tomcat from CD Thus the request for

RE: running tomcat from CD

2003-08-21 Thread Halstead, Chris
Thus the request for clarification on what our good friend Scott means by 'completely'. If access to writable disk is not available, the whole shootin' match is off... I think we agree, we just said it in different ways ;-) -chris > > Howdy, > Note, however, that all FileLoggers have a confi

RE: running tomcat from CD

2003-08-21 Thread Jeff Tulley
322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com >>> [EMAIL PROTECTED] 8/21/03 10:34:51 AM >>> How do I access the archives? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 10:32 AM To: Tomca

RE: running tomcat from CD

2003-08-21 Thread samckins
How do I access the archives? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 10:32 AM To: Tomcat Users List Subject: Re: running tomcat from CD And this was discussed a few times in the archives! -Tim Shapira, Yoav wrote: > Howdy, &g

  1   2   3   >