Hi all,
I get the following error when trying to open
geronimo-web.xml file:
" There was an error opening the editor. The elements in the
plan may not be qualified, do you want to try to auto-correct this?
Otherwise the default text editor will be opened."
Googling that phrase gives no love.
Here's the content of my file:
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1">
<environment>
<moduleId>
<artifactId>Geronimo2</artifactId>
</moduleId>
</environment>
<context-root>/Geronimo2</context-root>
</web-app>
Tim