Ved,
From MyEclipse you should see the logs in the Eclipse Console view when running the server since stdout/stderr are redirected there. In the default config, Tomcat logs to the console, not log files. If you’d like to change that behavior, you’ll have to manually modify the Tomcat server’s config file to specify how you’d like it to log, or adjust the logging using the Tomcat administration console after launching.