Java EE 6 Maven Project Setup in Netbeans - some configuration issues? -
Java EE 6 Maven Project Setup in Netbeans - some configuration issues? -
i've been trying set java ee 6 maven project via new project -> maven -> maven enterprise application.
however, when seek run application i've been running couple problems:
i had alter the http port glassfish listens on because port chose (8080) used. went domain.xml file , changed port 8081. when seek , run application, netbeans opening browser port 8080 still. there way alter this, netbeans opens browser port 8081?
why when run web application why https beingness used instead of http? when https beingness used not finding index.jsp page...
thanks help!
go "services" tab, under "servers" find item represents glassfish instance. right-click on it, select "properties". alter location field "localhost:8081".
java maven-2 netbeans java-ee java-ee-6
Comments
Post a Comment