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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -