Selon Marcus Better <mar...@better.se>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > syed shah wrote: > > 1)How to get console output on ubuntu > > If you are running Tomcat with the startup script provided by Ubuntu in > /etc/init.d/tomcat*, you have logs in /var/log/tomcat* and > /var/log/daemon.log. The latter should contain console output. > > > 2)What's difference between launching tomcat from Eclipse versus from bash > > ( i specified the already installed tomcat root folder when launching the > > servlet from Eclipse) > > Eclipse doesn't use the system startup scripts, it creates its own > configuration in the workspace AFAIK. > > Cheers, > > Marcus > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAko2MqsACgkQXjXn6TzcAQk/ZACgvRCsO7yvm8tg/yMS09zmD6qm > s0cAoPZonB0tiXCHEOR9V8M0oxIZrOa7 > =7uVF > -----END PGP SIGNATURE----- > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >
And if you are running Tomcat with: CATALINE_HOME/bin/./startup.sh or CATALINE_HOME/bin/./catalina.sh jpda start you can fin the logs in CATALINE_HOME/logs/catalina.out you can watch the log with the following command line tail -n500 -f CATALINE_HOME/logs/catalina.out hope this help supareno --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org