Netbeans can't find running Tomcat
Posted
by Yurish
on Stack Overflow
See other posts from Stack Overflow
or by Yurish
Published on 2010-04-13T07:22:10Z
Indexed on
2010/04/13
7:22 UTC
Read the original article
Hit count: 392
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.
© Stack Overflow or respective owner