You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to Reproduce:
In version 0.11.0 of the extension, a new feature was added to support the designation of the deployment context in the META-INF/context.xml file. This appears to be broken in version 0.11.1 of the extension (at least it is for me).
Build a project with a META-INF/context.xml file that contains the following:
Validate that META-INF/context.xml is present in the generated war or output directory.
Right-click and select "Debug on Tomcat Server" for either the generated <projectName>.war or the target/<projectName> output directory.
Confirm that Tomcat is launched but the app was deployed to the <projectName> context rather than the root context as was defined in the context.xml.
This worked for me in 0.11.0 of vscode-tomcat but is not working in 0.11.1. The workaround is to revert back to the previous extension version.
The text was updated successfully, but these errors were encountered:
gmowhiz
changed the title
Latest version no longer respecting META-INF/context.xml
Extension version 0.11.1 no longer respecting META-INF/context.xml
Dec 7, 2018
Steps to Reproduce:
In version 0.11.0 of the extension, a new feature was added to support the designation of the deployment context in the META-INF/context.xml file. This appears to be broken in version 0.11.1 of the extension (at least it is for me).
Build your project.
Validate that META-INF/context.xml is present in the generated war or output directory.
Right-click and select "Debug on Tomcat Server" for either the generated
<projectName>.war
or thetarget/<projectName>
output directory.Confirm that Tomcat is launched but the app was deployed to the
<projectName>
context rather than the root context as was defined in the context.xml.This worked for me in 0.11.0 of vscode-tomcat but is not working in 0.11.1. The workaround is to revert back to the previous extension version.
The text was updated successfully, but these errors were encountered: