Displaying 20 results from an estimated 2000 matches similar to: "Starting tomcat on bootup"
2005 Oct 17
1
Tomcat 4 on Centos 4.1
I use OpenNMS and this is how I install it. So far it's worked every time
(6 installs). Make sure you open up your IPTables as needed. Let me know
how it goes.
--Todd
--------------
Installing DAG RPM Repository
nano -w /etc/yum.repos.d/dag.repo
[dag]
name=Dag RPM Repository for RHEL
baseURL=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
rpm --import
2010 May 07
1
Apache Tomcat/5.5.23
I have a new instllation of tomcat on centos. My $CATALINA_HOME is
/usr/share/tomcat5 and tomcat is running.
http://localhost:8080 brings up the tomcat page & one of the option is
"Administration". I would like to use this web interface and even give some
of the test webapp users ability to restart tomcat.
According to the home page, users are defined in
2010 Mar 15
2
Tomcat 5.23 help - http://hostname:8080 is an empty page.
I installed tomcat 5.23 from the yum install of centos5.3 and have started
tomcat on port 8080 . The http://hostname:8080 shows a blank page. In a
standard Tomcat distribution, the default application is located in the ROOT
directory /var/lib/tomcat5/webapps: From centos installation, this directory
is empty. Please help us to bring up the apache-tomcat installation page.
tomcat5.conf has the
2006 Jul 17
1
AW: executable on /etc/rc.local doesn't start
Do you have any logfile output? First check whether the environment
(JAVA_HOME for example) is set before calling
/usr/apache-tomcat-5.5.17/bin/startup.sh. For example
<<<< snip
#!/bin/bash
export JAVA_HOME=/opt/jdk1.5.0_05_x86_64
bin/startup.sh
>>>> snip
-----Urspr?ngliche Nachricht-----
Von: centos-bounces at centos.org [mailto:centos-bounces at centos.org] Im Auftrag
2005 Sep 22
13
Recommendation On Ping And Alert Tool
A bit off topic, but I keep looking for an answer to this question and
coming up with nothing... so I thought I would go to the gurus. :-)
Can anyone recommend a good package for pinging other devices and sending
an email/alert when they go down? I'm aware of all kinds of more complex
things with GUIs and a zillion other bells and whistles we aren't looking
for, but we just want a simple
2008 Jan 06
1
tomcat still sees jvm version 1.4.2 in Cent OS 5
i chose to install tomcat during the OS install as well as java....however, since I needed to use a different jvm, i used the method described in http://wiki.centos.org/HowTos/JavaOnCentOS for Sun jdk 1.5.0_13 and it worked fine as I can tell, as using the alternatives --config java command, i see both 1.4.2 and 1.5.0 versions and choosing the 1.5.0 version yields the right version when doing a
2009 Mar 30
0
Problem with Tomcat
Hi,
Tomcat was running well and suddenly stop of working.
I am using tomcat5-5.5.23-0jpp.7.el5_2.1 on Centos 5.2
/etc/tomcat5/tomcat5.conf looks like as follows:
JAVA_HOME="/usr/lib/jvm/java"
CATALINA_HOME="/usr/share/tomcat5"
JASPER_HOME="/usr/share/tomcat5"
CATALINA_TMPDIR="/usr/share/tomcat5/temp"
2017 May 04
2
running tomcat as non-root user.. (/var/run pidfile issue)
hey folks, we are migrating our tomcat setup over to centos 7. Im
converting init-scripts over to systemd services and whatnot.. One thing
that Ive noticed is that my systemd startup script cant seem to write to
/var/run as a non-root user to drop a pidfile.. If I create a directory
in /var/run owned by my user, it gets wiped out on reboot.
Ive searched and found this
2009 Dec 02
2
Tomcat authentication via PAM (or other system methods)?
Is there a way to coax java services running under tomcat to use the
system authentication methods set up through PAM? In my case, this would
be users in the local passwd file or through smb to a windows domain.
I've added mod_auth_pam to get this effect with apache but would like to
also handle java web services.
--
Les Mikesell
lesmikesell at gmail.com
2010 Feb 23
3
Tomcat does not end process.
Hi all,
I have got some problems with my tomcat installation
when I execute command
# bin/shutdown.sh
It does not close the process that is running the tomcat.
Can any body please give me some idea; what is happening with the process.
Regards,
Vijay Shanker Dubey
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jul 31
3
yum remove 'tomcat*'?
On CentOS 5, why does 'yum remove tomcat*' remove all of the openoffice
packages?
--
Les Mikesell
lesmikesell at gmail.com
2020 Apr 28
4
Tomcat or what on CentOS 8?
Hi,
We're running some web apps on CentOS 6 on Tomcat 6 shipped by the
distribution.
As time goes by we'd like to move on to CentOS 8 and Tomcat 9 or whatever
is appropriate.
My question is, what do others use now that Tomcat is not shipped anymore
with CentOS?
Do you run some JBoss/WildFly instead or still running Tomcat?
And, how do you install/manage those installations. Do you
2005 Feb 14
3
tomcat where ?
hi,
Where i can download tomcat in rpm format (latest version) ?
Thanks
2023 Jun 21
1
Tomcat 7 in CentOS 7.9
I know Tomcat 7 has reached the EOL.
Still it is available as the only option for Tomcat in the CentOS 7.9
repository.
How can I know whether security backports are available in CentOS 7 for all
packages related to Tomcat 7? Are those rpm packages still safe?
Thanks in advance!
Andrea Grillini
2009 Jun 16
2
OT - Tomcat CLASSPATH issue
if this is ignored then fair enough as its not really the place for it
but if anyone has seen this it would be good to know
tomcat is 6.0.18
CLASSPATH is set in /etc/sysconfig/<appname> and this IS getting used as
_some_ configuration items are being picked up from /etc/<appname> but
the issue is when default setting from within the webapp are not being
overwritten by settings in
2013 Mar 02
2
Tomcat query from complete newbie
I'm a complete tomcat beginner -
(I installed it on my CentOS-6.3 server this morning.)
According to the web-interface on port 8080
tomcat is running fine.
Basically, I want to allow a Java program I have written
(which works well) to be run over the internet.
This is to test students understanding of Turing machines.
The student has to enter a short "program"
(consisting of 20-80
2012 Jan 17
2
Java+Tomcat on CentOS 6.x
So whats good practice for installing Java/JDK and Tomcat for EL6 these
days? The base repository included Tomcat6.6 is built with GCJ which
I'd rather avoid. I'm fine with using OpenJDK ... Do most folks just use
the Apache tarball for Tomcat and install it in a user directory or
/opt/something ?
--
john r pierce N 37, W 122
santa cruz ca
2011 Mar 26
2
Verify tomcat config
I'm going to retire an old RHEL3 server and move the services to CentOS5.
In particular, the web server is giving me a headache. On the old box, there's
a hacked-up httpd/mod_jk/tomcat setup, and CentOS is perfect for the new
box because the required components are included and the whole setup "just
works" straight from installation.
There seems to be surprisingly little
2008 Sep 11
3
Tomcat with squid username/password
Hi,
I am trying to help my friend on this
------------------------------------------------------------------------
--
Hi,
I have an application deployed on tomcat 5.5 with java 1.6.0_07.
Occasionally the application needs to connect through our proxy to the
outside to collect patches.
I've added the following options to the JAVA_OPTS and restarted tomcat.
-Dhttp.proxyUser
2019 Dec 13
2
tomcat package and repo for centos8
Hi all,
sadly there is no epel tomcat package so far.
As per
https://bugzilla.redhat.com/show_bug.cgi?id=1745960
there is no progress for three months.
Is there any other third party repository which builds tomcat for
centos/rhel 8?
Thx
Rainer