Netbeans can't find running Tomcat
- by Yurish
Hi!
I'm running Tomcat inside of Netbeans. I added Tomcat server(not bundled with Netbeans) to Servers in Netbeans. But, when i'm trying to run Tomcat, it starts(i can visit Tomcat home page), but Netbeans can't find it running. Where is the problem?
No stacktrace in Tomcat.
When i'm deploying my project`s war in this Tomcat manually, everything works, but i need to deploy it automatically from Netbeans.
Configuration:
Netbeans 6.8 + Tomcat 6.0.26 + JSF and Hibernate project.