I am currently working on a project with EJB, JSF and Glassfish. I use NetBeans 7.3 for development.
I am experimenting a very strange issue, I have been looking around (not sure if enough), but have not found any solutions to this.
Every time I stop the server after the project is deployed, I have to go to the domain.xml and in this line:<network-listener port="8080" protocol="http-listener-1" transport="tcp" name="http-listener-1" thread-pool="http-thread-pool" />
I have to add everytime I want to run the project again the attribute: enabled="true"
How can I configure the Glassfish server or NetBeans to resolve this situation? Thanks in advance