search for: catalina_home

Displaying 12 results from an estimated 12 matches for "catalina_home".

2010 Aug 11
0
Re: [fcrepo-user] Autostart-Script
...your_file_name on > (not 100% sure about this command, I''m on Debian :-) ) > > Hope this helps, > > regards > > R > > --- > > #!/bin/bash > > RETVAL=$? export JAVA_HOME=/opt/java export JDK_HOME=/opt/jdk > export FEDORA_HOME=/var/fedora export > CATALINA_HOME=$FEDORA_HOME/tomcat export JAVA_OPTS=''-Xmx512M > -Xms128M -XX:MaxPermSize=256M -Dfile.encoding=UTF-8 > -Djavax.net.ssl.trustStore=/var/fedora/server/truststo re > -Djavax.net.ssl.trustStorePassword=tomcat'' export > PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$FEDORA_HOME/serve...
2005 Oct 17
1
Tomcat 4 on Centos 4.1
....tar.gz cp jakarta-tomcat-4.1.31.tar.gz /usr/local cd /usr/local tar -zxvf jakarta-tomcat-4.1.31.tar.gz rm *.gz chown -R tomcat:tomcat /usr/local/jakarta-tomcat-4.1.31 ln -s jakarta-tomcat-4.1.31 tomcat nano -w /etc/sysconfig/iptables Add port 8080 service iptables restart nano -w /etc/profile Add: CATALINA_HOME=/usr/local/tomcat echo $CATALINA_HOME nano -w /etc/rc.d/init.d/tomcat ADD CONTENT: -----START CUT----- #!/bin/sh # # Startup script for the Jakarta Tomcat Java Servlets and JSP server # # chkconfig: - 85 15 # description: Jakarta Tomcat Java Servlets and JSP server # processname: tomcat # pidfile:...
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 d...
2010 Mar 15
2
Tomcat 5.23 help - http://hostname:8080 is an empty page.
...: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 following settings CATALINA_HOME="/usr/share/tomcat5" JASPER_HOME="/usr/share/tomcat5" CATALINA_TMPDIR="/usr/share/tomcat5/temp" JAVA_ENDORSED_DIRS="/usr/share/tomcat5/common/endorsed" I see the following in /usr/share/tomcat5 after installtion. Why is webapps folder empty? drwxr-xr-x 2 tom...
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" JAVA_ENDORSED_DIRS="/usr/share/tomcat5/common/endorsed" JAVA_OPTS="$JAVA_OPTS -Dcatalina.ext.dirs=$CATALINA_HOME/shared/lib:$CATALINA_HOME/common/lib" TO...
2012 May 21
2
Tomcat5 with Oracle/Sun jdk on CentOS 5.8
...this jvm /usr/bin/rebuild-jar-repository: error: Could not find jaas Java extension for this JVM /usr/bin/rebuild-jar-repository: error: Some detected jars were not found for this jvm [ OK ] Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR: /usr/share/tomcat5/temp Using JRE_HOME: /usr/bin/dtomcat5: line 343: /usr/lib/jvm/java/bin/java: No such file or directory Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR: /usr/share/tomcat5/temp...
2006 May 03
3
Starting tomcat on bootup
I just installed Tomcat and when I run the chkconfig -add tomcat, it tells me that tomcat does not support chkconfig. Suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060502/a84cc5cb/attachment-0003.html> -------------- next part -------------- A non-text attachment was scrubbed...
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
...bin:/root/bin i have tried restarting tomcat many times to no avail and there isn't anything that useful in its logs besides the info about tomcat native library....what gives here?: ---------------------tomcat log---------------------------- Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR: /usr/share/tomcat5/temp Using JRE_HOME: /usr/lib/jvm/java-1.5.0-sun-1.5.0.13/jre Created MBeanServer with ID: -9skw1s:fb3cloan.0:app2:1 6-Jan-08 12:53:52 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native...
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
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***
2010 Oct 30
12
Anyone successfully ran JRuby 1.5.3, Rails 3, Tomcat6
Hi, I''ve been trying to get JRuby 1.5.3 with Rails 3 to run on the Tomcat6 server with little success. Has anyone been able to do this? If so, what issues did you have to overcome to get this to work? Also, is this a combination that you would recommend for a production site, or is it all too new and untested? The latest issue I''m stuck on right now is with the mysql-connector-