Thank you.
setting the LD_ASSUME_KERNEL=2.2.5 in the user profile works.
-Original Message-
From: Lerias, Hugo [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 11:57 AM
To: Lerias, Hugo; Tomcat Users List
Subject: RE: Tomcat on linux : IBM JDK 1.3.1 -
Take a look at this
Hi,
>Nothing gets written to the log file.
>Catalina.out is created and the process seems to start
>when I issue the grep command.
Are the tomcat ports bound?
You may wish to set debug="99" on the various containers in server.xml
to maybe get more debugging information.
Yoav Shapira
This e-
Take a look at this post:
http://www.linux-sxs.org/programming/ibm-java.html#APPENDIX_A
Cheers,
Hugo
-Original Message-
From: Lerias, Hugo
Sent: Mittwoch, 10. März 2004 17:55
To: 'Tomcat Users List'
Subject: RE: Tomcat on linux : IBM JDK 1.3.1 -
Are you trying to use IBM
Are you trying to use IBM jdk 1.3 on red hat 9?
Hugo
-Original Message-
From: Asif Chowdhary [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 10. März 2004 17:42
To: [EMAIL PROTECTED]
Subject: Tomcat on linux : IBM JDK 1.3.1 -
Hi,
I am installing tomcat on RH9.
Tomcat version is 4.1.27 and
Nothing gets written to the log file.
Catalina.out is created and the process seems to start
when I issue the grep command.
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 11:51 AM
To: Tomcat Users List
Subject: RE: Tomcat on linux : IBM
Asif Chowdhary wrote:
Hi,
I am installing tomcat on RH9.
Tomcat version is 4.1.27 and the file is jakarta-tomcat-4.1.27.tar.gz
The installation works with JDK 1.4
but tomcat does not start when I try to use JDK 1.3.1
The browser returns the message Unable to connect to localhost with
http://lo
Hi,
>but tomcat does not start when I try to use JDK 1.3.1
>The browser returns the message Unable to connect to localhost with
>http://localhost:8080/.
What do the logs say?
Yoav Shapira
This e-mail, including any attachments, is a confidential business communication, and
may contain infor
I'm running tomcat 5x on Red Hat 7.2 and Red Hat 9. The tomcat binary comes with a
script at:
$CATALINA_HOME/bin/catalina.sh
To run tomcat as a service, create a script, let's call it 'tomcatservice', and put it
at:
/etc/init.d/tomcatservice
Make it executable, keep it owned by root. As
On Mon, 29 Sep 2003 06:42, Joao Medeiros wrote:
> Hi folks,
>
> I've decided to start doing some testing on Tomcat under Linux for which
> I have installed Redhat 8 which is now up and running, downloaded the
> JSDK for Linux which is also setup and downloaded the Tomcat files but
> before I go ahe
Howdy,
I would just use the latest stable binaries (4.1.27 currently), instead
of an RPM. But YMMV...
FYI, we use tomcat for all our sites, including clusters, and including
ones that use to run on Weblogic in production...
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>
Custom build for what, exactly? Performance equal to your WebLogic
cluster? What evidence do you have that a similarly configured Tomcat
cluster will not have similar performance? Have you tried a Tomcat cluster?
John
[EMAIL PROTECTED] wrote:
Hi everyone,
Not that this list seems to need i
]
Sent: Saturday, June 28, 2003 9:23 AM
To: Tomcat Users List
Subject: Re: Tomcat on Linux HOWTO
Michael Cardon wrote:
>I have compiled a HOWTO using Linux 8.0, Tomcat 4.1.24, and mod_jk2.
>
>I hope this will help some people.
>
>I would also like to hear from anyone with any sugg
Michael Cardon wrote:
I have compiled a HOWTO using Linux 8.0, Tomcat 4.1.24, and mod_jk2.
I hope this will help some people.
I would also like to hear from anyone with any suggestion on how I could
improve the setup I've done. I'm always learning
Thanks.
http://www.cardon.biz/docs/tomcat/
t
> it really matters past initial installation.
>
> John
>
> > -Original Message-
> > From: Michael Finney [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, December 18, 2002 2:38 PM
> > To: Tomcat Users List
> > Subject: RE: Tomcat on Linux trainin
ial installation.
John
> -Original Message-
> From: Michael Finney [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 18, 2002 2:38 PM
> To: Tomcat Users List
> Subject: RE: Tomcat on Linux training
>
>
> The point of the training is for a person in charge of
&
pps, etc. the
> actual OS platform is
> pretty irrelevant until you get into production and
> have to consider things
> like resource usage, stability, etc.
>
> John
>
> > -Original Message-
> > From: Michael Finney [mailto:[EMAIL PROTECTED]]
> > Sent: Wedn
is
pretty irrelevant until you get into production and have to consider things
like resource usage, stability, etc.
John
> -Original Message-
> From: Michael Finney [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 18, 2002 2:31 PM
> To: Tomcat Users List
> Subject
Thank you all. Yes the list is great, Of course,
some people learn better in a classroom setting. I
will share this knowledge with my friend and see if
the person learns better via books, mail messages, or
classrooms.
Does the book specifically cover Linux deployments and
management?
>From s
To: 'Tomcat Users List'
Subject: RE: Tomcat on Linux training
I've been reviewing "Professional Apache Tomcat" from Wrox Press the last
few days, it's pretty good. Other than that, I would say this list. :)
John
> -Original Message-
> From: Mic
I've been reviewing "Professional Apache Tomcat" from Wrox Press the last
few days, it's pretty good. Other than that, I would say this list. :)
John
> -Original Message-
> From: Michael Finney [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 18, 2002 1:55 PM
> To: Tomcat Users Li
Unix processes don't in general start new windows unless designed to -
you can do "xterm -e &" if you want to have stdout /
stderr in another window, but most people prefer to background
appservers and capture output to a log file.
Ian Verga wrote:
>Has anyone used Tomcat on linux environmen
At 1:56 PM -0500 11/20/01, Sergey Snovsky wrote:
>Hello!
>
>I'd like to ask some advice on how to best run Tomcat on Linux --
>how can I make Tomcat start
>at the init time (possibly using chkconfig or something similar) and
>how do I make Tomkat run as the Tomcat user/group -- what files
>unde
Hi Sergey,
you can use "sudo -u tomcat /path-to-the-dist-dir/bin/startup.sh" to start
the instance up as another user. However, this restricts the ports to above
1024, because other than apache, tomcat does not have the feature to start
up as root, gain the socket for port 80 and change the user
: 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
>-Original Message-
>From: Barthélémy TEHAM [mailto:[EMAIL PROTECTED]]
>Sent: Saturday, April 28, 2001 10:45 AM
>To: [EMAIL PROTECTED]
>Subject: Re: Tomcat on Linux RH7 installation help
>
>
>--- Mark Howell <[EMAIL PROT
>Did you install the apache RPM, or compile from source or binary tgz?
>
>The RPM system will only know about apache if you installed it
>as an rpm
>file.
>
>try:
>$ rpm -q apache
>to see if rpm thinks apache is installed.
Redhat 7.0 came with a EAPIfied Apache since it's in fact Apache
use mod_
--- Mark Howell <[EMAIL PROTECTED]> a écrit : > Did you install the apache
RPM, or compile from source or binary tgz?
>
> The RPM system will only know about apache if you installed it as an rpm
> file.
Apache RPM is install by default in RH7
if $>rpm -q apache return the name of package apache."
Did you install the apache RPM, or compile from source or binary tgz?
The RPM system will only know about apache if you installed it as an rpm
file.
try:
$ rpm -q apache
to see if rpm thinks apache is installed.
-Mark
[EMAIL PROTECTED]
On Sat, 28 Apr 2001, Paul Titze wrote:
> Hi,
>
> I'm ru
Hi,
Have you got Sun's JDK, or another JDK, version 1.3??? If not, try
installing that instead.
Regards,
Adam.
Adam Fowler
Second year Computer Science undergraduate
University of Wales, Aberystwyth
Carroll College, WI, USA(2000-2001)
web: http://gucciboy.dyndns.org/aff9
e-mail: [EMAIL PRO
Hi there,
I've been able to get things running, thanks to you guys.
I've installed the XFree86-lib...rpm package. When I tried to start
tomcat after this one I got one error which was of the same kind, I was
missing a libc++. library. The only thing I had to do was make a
symbolic link f
Here is what I use in tomcat.sh :-)
...
if [ "$DISPLAY" = "" ] ; then
export DISPLAY=":1.0"
/usr/bin/X11/Xvfb :1 -screen 0 1x1x24 -fn fixed -fc fixed -fp
"/usr/lib/X11/fonts/misc:/usr/lib/X11/fonts/100dpi" &
fi
export TOMCAT_OPTS="-Xmx128M -Xms128M"
Hope it will help ;-)
EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 11:55 AM
Subject: Re: Tomcat on linux without X
>
> Hello Morten,
>
> "Morten \(hetnet\)" <[EMAIL PROTECTED]> writes:
>
> > Is this possible?
>
Hello Morten,
"Morten \(hetnet\)" <[EMAIL PROTECTED]> writes:
> Is this possible?
> I've installed an old P60 with 420Mb HD with Linux. Obviously I do not want
> to install the entire X Windows system on this box as it simply is to large.
> But now I'm trying to run tomcat and it complains abo
I've installed JDK1.3 and tomcat 3.2.?.
But I get the following message when I try to start tomcat:
Using classpath:/ jakarta-tomcat-3.2.1/ lib/ ant.jar:/
jakarta-tomcat-3.2.1/ lib/ jasper.jar:/ jakarta-tomcat-3.2.1/ lib/
jaxp.jar:/ jakarta-tomcat-3.2.1/ lib/ parser.jar:/ jakarta-tomcat-3.2.1/
li
; To: Tomcat-User
> Subject: Re: Tomcat on Linux
>
>
> Hi Kevin,
>
> Are you using the apache connector ? If so, then set up
> apache to run
> as nobody, or httpd (it probably is already) and set the connector
> port above 1024. Then you'll be able to
Ports numbered below 1024 are "special". You can only use them as root.
# -Original Message-
# From: Kevin Jones [mailto:[EMAIL PROTECTED]]
# Sent: Wednesday, December 06, 2000 7:15 PM
# To: Tomcat-User
# Subject: Tomcat on Linux
#
#
# From a Linux newbie!
#
# What's the best way of
Hi Kevin,
Are you using the apache connector ? If so, then set up apache to run
as nobody, or httpd (it probably is already) and set the connector
port above 1024. Then you'll be able to run tomcat under a normal user
account, and the connector will provide your li
Sure, just set the user and group directives in httpd.conf and httpd
won't have priveleges beyond that user.
Paul
Cato Førrisdahl wrote:
>
> Kevin Jones wrote:
>
> > >From a Linux newbie!
> >
> > What's the best way of getting Tomcat to run on port 80 on Linux (without
> > running it as root)?
Kevin Jones wrote:
> >From a Linux newbie!
>
> What's the best way of getting Tomcat to run on port 80 on Linux (without
> running it as root)?
> I've re-configured Apache to run on 8080, I can start Tomcat as su on 80,
> but I'd like it to run on my account on 80.
>
> [snip]
I believe that po
38 matches
Mail list logo