[ 
https://issues.apache.org/jira/browse/NETBEANS-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17103231#comment-17103231
 ] 

David Gradwell commented on NETBEANS-4266:
------------------------------------------

I have the same problem with both Payara and Glassfish 5.1.0 which is perhaps 
not surprising.

My Ant project which deploys successfully to the right place has a null context 
set in "Web Pages/WEB-INF?glassfish-web.xml"

<glassfish-web-app error-url="">
 <context-root>/</context-root>
 <class-loader delegate="true"/>
 <jsp-config>
 <property name="keepgenerated" value="true">
 <description>Keep a copy of the generated servlet class' java 
code.</description>
 </property>
 </jsp-config>
</glassfish-web-app>

 

> Project Properties build/Run Context Path is an editable field but is  not 
> updated when clicking OK.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-4266
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4266
>             Project: NetBeans
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 12.0
>            Reporter: David Gradwell
>            Assignee: Josh Juneau
>            Priority: Major
>
> *Problem*
> Using Apache Netbeans 12.0 beta 3, Project Properties build/Run Context Path 
> is an editable field but is  not updated when clicking OK.
> This is also an issue in 11.3
> *Steps to reproduce:*
> 1. Install Apache NetBeans 12.0 beta 3
>  2. Create a new project Java with Maven/Web Application.  Go to Project 
> Properties build/Run Context Path and change it.  Click OK.  Go back to 
> Project Properties build/Run Context Path and note that it has not changed.
> *Importance*
> This is an important bug because the Context Path is passed to the server, 
> e.g. Payara resulting in a 404 when the servlet is invoked.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to