tomcat - Can't start tomcat7 in Netbeans 7.1.1 -
i trying deploy empty webapp through netbeans, via tomcat 7.
tomcat defined in "servers"->"apache tomcat". click "start", , runs. can access via http://localhost:8080 , , there standard tomcat webpage is.
i switch "projects" tab, resides empty, newly created "java web application". class created correctly:
@webservlet(name = "myproj", urlpatterns = {"/myproj"}) public class myproj extends httpservlet { ... when try access http://localhost:8080/myproj , receive 404 error.
try right click project, , "deploy", , message pops:
deployment error: starting of tomcat failed, server port 8080 in use. see server log details.
also, reason can't stop tomcat server. pause/stop options grayed out.
what doing wrong?
thank you!
found it.
reason netbeans tried use proxy, defined in ie.
hm.
Comments
Post a Comment