문제

Change the port to 9999 domain.xml file and add the server again in Netbeans, but the error persists

도움이 되었습니까?

해결책

If the error persists after changing the port, what you should do is eliminate domain.xml is located in the installation directory + glassfish \ domains \ domain1 \ config and then delete all projects that no longer exist. If this project does not exists delete

<applications> 
    <Application context-root = "/ MyProject" location = "file :/ C :/ Users / Administrator / Documents / NetBeansProjects / MyProject / build / web /" name = "MyProject" directory-deployed = "true" object-type = "user"> 
      <property name="preserveAppScopedResources" value="true"> </ property> 
      <property name="appLocation" value="file:/C:/Users/Administrador/Documents/NetBeansProjects/MyProject/build/web/"> </ property> 
      <property name="defaultAppName" value="web"> </ property> 
      <property name="keepSessions" value="true"> </ property> 
      <module name="MyProject"> 
        <Engine sniffer="jpa"> </ engine> 
        <Engine sniffer="security"> </ engine> 
        <Engine sniffer="web"> </ engine> 
      </ Module> 
    </ Application> 

Then remove from the Netbeans Glassfish server and add it again and ready for me it worked

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top