Hi all,
I am having a problem accessing Tomcat from the browser if it was invoked from Eclipse, but it works fine if invoked from command prompt. I have configured Eclipse to start Tomcat 5.5.23. It starts fine. If I try to connect to it at least to see the admin page using http://localhost:8081/ I get 404 error "The requested resource (/) is not available".
No logs are emitted in the logs folder which is very strange. If I invoke it from comman dprompt 9using startup.sh) I do get log files in logs. This is a new fresh install of Tomact from tomcat.apache.org. The console on Eclipse doesn't show any activity when attempting to access Tomcat, just the normal start up or Tomcat.
I didn't have problem using and connecting to Tomcat in Eclipse on Windows platform before but I have absolutely no clue why it is failing to do so on Linux?
Any help will be appreciated.