General :: Difference Between Tomcat.og And Catalina.out ?

May 13, 2010

I know that tomcat is the higher level server, and catalina is the servlet container. What is the difference between tomcat.log and catalina.out? Which one would tell if tomcat was down, which one would tell if catalina was down, and what is the difference?

View 1 Replies


ADVERTISEMENT

Software :: Touch: Cannot Touch `/usr/share/apache-tomcat-6.0.32-src/logs/catalina.out': No Such File Or Directory

May 31, 2011

I want to install tomcat so i followed the steps mentioned in below link: [URL] After going through the steps i checked for

Code:

./startup.sh

but it showed me the error

Code:

touch: cannot touch `/usr/share/apache-tomcat-6.0.32-src/logs/catalina.out': No such file or directory
/usr/share/apache-tomcat-6.0.32-src/bin/catalina.sh: line 372: /usr/share/apache-tomcat-6.0.32-src/logs/catalina.out: No such file or directory

when i went through my "/usr/share/apache-tomcat-6.0.32-src/" there was no "logs" folder so i tried

Code:

find / -name catalina.out

but it returned nothing.BTW i have installed "apache-tomcat-6.0.32-src", "java-1.6.0". Please if any one could look into the problem and provide me the solution to error mentioned above and why there is no "logs" directory in "/usr/share/apache-tomcat-6.0.32-src/".

View 5 Replies View Related

General :: Catalina.Out File Has Binary Data After Rotate

Feb 14, 2011

I manually rotated my catalina.out file, and now the file jumps to 30+Mb and when I try to view it, less tells me it might be a binary file. It sure appears to have binary data in it, about 30meg of it.

I did the rotate via a copy:
copy catalina.out to another file
cat /dev/null > catalina.out

I have tried using echo:
echo "" > catalina.out
...also with the same result.

This application isn't something I can just bounce when necessary. It kind of appears that the original file is still there - sort of. But is it not readable text anymore.

SunOS 5.10
tomcat 5.5.26 (version required by app vendor)

View 2 Replies View Related

OpenSUSE :: Tomcat6 - Missing Catalina.sh ?

Dec 31, 2009

I have installed Tomcat6 succesfully from Yast. Now im wondering where is catalina.sh file located ?

Tomcat is running fine, but i'm needing that startup script for deploying web service directly from Netbeans IDE.

The default init script is found from /etc/init.d/tomcat6, so is catalina.sh included to this installation ?

I'm using Opensuse 11.2

View 4 Replies View Related

Ubuntu Servers :: Eclipse And Tomcat Are Running But Can't See Tomcat In The Eclipse

Sep 1, 2010

I installed eclipse and tomcat with package manager. Eclipse and tomcat are running but i can't see tomcat in the eclipse. I just see 'Basic' folder. That is a screenshot [URL]

View 1 Replies View Related

General :: Tomcat Behind An Apache

Jan 20, 2011

I am trying to set up an Apache frontend server followed by a Tomcat server. Tomcat needs to run as an https service. I will have two services, both accessible independently, if desired.This login module is a webapp, running inside Tomcat.

Question:
Do I configure the Tomcat on port 8443 (I want to run it as a non-root) and do nothing with Apache or do I run on the standard port 8080 and configure Apache?
If Tomcat, is it server.xml? (connector?)
If Apache, is it httpd.conf?

View 1 Replies View Related

General :: Apache Tomcat Administration?

Jan 23, 2010

Anyone who can help me with good tutorials to learn Apache tomcat Administration? any ebook or material?

View 1 Replies View Related

General :: Installing Apache Tomcat 5.5.29

May 11, 2010

I succesfully extract it and run it. This code is shown

Problems: [url]

View 6 Replies View Related

General :: Tomcat 7.0 Setup Fails?

Aug 5, 2011

I am trying to install tomcat on my centos 5.6 box(vm) and it is giving me failure for make operation.

[panther@localhost unix]$ make
(cd native; make all)
make[1]: Entering directory
`/home/panther/apache-tomcat-7.0.19/bin/commons-daemon-1.0.6-native-src/unix/native'
gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU="i386" -Wall -Wstrict-prototypes

[Code].....

View 3 Replies View Related

General :: Command Shortcut To ./startup.sh Tomcat?

Sep 19, 2011

Every time I need to start or stop Tomcat, I am navigating to:

/Tomcat_Dir/bin

and once I am in the folder I enter:

./Startup.sh

And to stop the server, I navigate to the same directory and enter:

./Shutdown.sh

I was wondering if there was a way in Linux to alias the above described process, so that from any location in the filesystem, I can simply type in something like

StartTomcat or StopTomcat to perform the Startup and Shutdown of the web-server?

View 2 Replies View Related

General :: Httpd Vs Tomcat In Dynamic Content?

Jan 13, 2010

I'm developing some small application runs on tomcat 6This web application just query data from MySQLBut I'm concern about performanceHow can I check how many request It can serve as well ?I'm thinking about to change the application to runs on httpd (will write in PHP)Normally, how many request httpd can handle for simple database query ?

View 5 Replies View Related

General :: Configure Tomcat On Port 8443?

Apr 27, 2010

I am trying to configure tomcat on port 8443 using the following document [URL] instead of changing the port to 433 i kept it as 8443.i set the ip tables as follows

/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 8443 -j ACCEPT
/sbin/iptables -A INPUT -i eth0 -s 10.200.2.0/24 -p tcp --destination-port 8443 -j ACCEPT
service iptables save

restarted the tomcat service tomcat works on http://10.200.2.191:8080/ but it doesn't on https://10.200.2.191:8443 i did a little investigation of my own using nmap and found that the port 8443 is not open instead of making changes in the firewall table

View 1 Replies View Related

General :: Set Include Tomcat Lib In My Fedora 13 Path?

Aug 18, 2010

I am having problems getting my fedora 13 system to recognize my apache tomcat lib which contains lots of jar files needed to compile servlets and jsp based Java programs; i have set the classpath env variable code...

View 2 Replies View Related

General :: Start Tomcat Using Command Prompt?

May 9, 2011

Friends currently we are accessing tomcat manager using web page ]

http://localhost:8080 ,

is it possible to start the tomcat manager using command prompt!

View 4 Replies View Related

General :: Manually Starting Tomcat On Ubuntu?

Dec 9, 2010

I have installed tomcat6 on Ubuntu. It starts it automatically at the startup. I do not want it to start automatically, I want to start it manually because I use same 8080 port for different servers. If tomcat is already started on 8080, it becomes problem.

How do I stop Ubuntu from not starting tomcat automatically at startup.

View 2 Replies View Related

General :: Start The Tomcat Server Remotely?

Aug 5, 2010

I am trying to start remote tomcat server, it's not working as expected. I like to mansion that..I am able to stop tomcat server remotly. Below command i am using

ssh -t remoteserver sudo sh /opt/tomcat/6.0.29/apache-tomcat/bin/catalina.sh start
ssh -t remoteserver sudo sh /opt/tomcat/6.0.29/apache-tomcat/bin/startup.sh

Both are not working..when i run this script locally it's working file

same way when i run tomcat stop command it's working fine.
ssh -t remoteserver sudo sh /opt/tomcat/6.0.29/apache-tomcat/bin/catalina.sh stop
ssh -t remoteserver sudo sh /opt/tomcat/6.0.29/apache-tomcat/bin/shutdown.sh

I check log file also..when i am executing tomcat start there is no log entry in log file

Using CATALINA_BASE: /opt/tomcat/6.0.29/apache-tomcat-6.0.29
Using CATALINA_HOME: /opt/tomcat/6.0.29/apache-tomcat-6.0.29

[code]....

View 14 Replies View Related

General :: Getting The Tomcat Manager Username And Password ?

May 12, 2010

Just wanted to know Where would i get the Tomcat manager's username and password .My tomcat version is apache-tomcat-5.5.29.

Quote:

/install/apache-tomcat-5.5.29/conf/tomcat-users.xml

Code:

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>

[code]....

View 1 Replies View Related

General :: Tomcat - Why Does 'ls' Command Return Some Results In [squarebrackets].jar

Nov 25, 2010

Below is an example output of what I see when I run the 'ls' command on some directories in linux (this is from a tomcat/common/lib directory). However I'm not clear on why some of the filenames are appearing inside [square brackets]

-rw-r--r-- 1 root root 1038825 Aug 30 2006 [ant].jar
-rw-r--r-- 1 root root 566376 Apr 1 2008 [commons-collections].jar
-rw-r--r-- 1 root root 107392 Aug 18 2006 [commons-dbcp].jar

[code]...

View 2 Replies View Related

General :: Tomcat Stops Running When Exit The Terminal

Jul 10, 2011

I am trying to run Tomcat on Ubuntu System from a remote host. However, when I exit the terminal, Tomcat process shuts down.

The command I am using to run it is

nohup ./startup.sh &

View 1 Replies View Related

General :: Deploy War File On Tomcat Server Remotely?

Aug 20, 2010

I want to deploy war file on tomcat server remotly.

View 4 Replies View Related

General :: Script To Check Tomcat And Pgsql Running Or Not?

Jun 23, 2011

I have Linux server with cent OS.I have installed tomacat6.0 and postgresSQL8.3 on it.The thing is i wanna know whether the tomcat and postgresSQL is running or not using the script.

View 1 Replies View Related

General :: Create A Data Source In Tomcat 6 That Points To Mysql?

May 30, 2010

I am using liferay5.2 with tomcat 6. after installation of liferay5.2 i am unable to configure the datasource that points to the database mysql.without this liferay wont function. how to create a mail session in tomcat that points to the mail server. i am using fedora 6.

View 5 Replies View Related

General :: RHEL 4 Reboot Causes Tomcat Process To Not Be Started By Non-root Account

May 25, 2010

I have a startup script placed in /etc/init.d wherein I make the following call:

nohup sudo -u myuser $CATALINA_HOME/bin/startup.sh 2>&1

This causes Tomcat to be run as myuser, which is expected. However after issuing the reboot command the system starts up and root is now the owner of this process. How can I force the process to be started off as myuser on reboot?

View 1 Replies View Related

General :: [CentOs - Cluster Suite] Works For IP But Not For Tomcat , Postgresql / Sort It?

May 18, 2010

I have made a cluster between two server.

In luci I can see that my cluster is green and the two nodes to.
I have make an IP resource and associate it to a service : green : I can relocate the service from a node to the other one and the IP appears in the list of IP addresses

The problem is that I have made the same in order to configure tomcat and postgresql and it does not work...

I put my configuration only for ip and tomcat:

My host configuration code...

View 4 Replies View Related

General :: Difference Between Df -k And Du -sh?

May 5, 2011

df -k
/dev/sda6 25396228 21249088 2836240 89% /export
21G used[code].....

The 3.4G is correct because we have removed all non essential file but free space reported by df is not consistent with the actual free space that should be there.

View 3 Replies View Related

General :: Difference Between GLX And EGL

Apr 4, 2011

the difference between GLX and EGL?

View 1 Replies View Related

General :: Difference Between C And Gcc

Oct 14, 2010

what is the difference between C and gcc...

View 12 Replies View Related

General :: Difference Between NIS And NIS+?

Feb 17, 2010

Last week in one of the Interview Dump Papers I read about NIS+. Anyone who can quick reference how the setting up NIS is different from NIS+.

View 1 Replies View Related

General :: Difference Between GUI And KDE?

Jul 12, 2011

what is the difference between a GUI and KDE..

View 5 Replies View Related

General :: Difference Between SSH And SCP?

Aug 4, 2009

I need to know the exact difference between SCP and SSH can somebody explain please as i am confused as both seem to do the same thing if so let me know what the difference is.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved