Yes the servlet and servlet-mapping exist. I did compare the good and
the bad version usig cvs and there are no differences.
Reinhard
Am 2011-07-11 11:22, schrieb Mike Hoolehan:
Something else must be causing the issue, as inserting a line and then
deleting it from a velocity template would seem to leave you precisely
where you started.
Since you're working with Eclipse, try checking your web.xml If you
add/remove the Web Module facet, Eclipse may overwrite it. Ensure
web.xml includes the servlet and servlet-mapping elements as described
here: http://click.apache.org/docs/quick-start.html
On Mon, Jul 11, 2011 at 11:54, Reinhard Hnat <[email protected]
<mailto:[email protected]>> wrote:
I am developing a web-application using Eclipse and Apache click
deploing it with a Tomcat 6.6. Everything went fine until i
inserted a line to an htm file and deleted it immediately
afterwards. Since then i get the following output to the browser
instead of my form:
/$headElements $form $jsElements
/
What could be broken? I am searching for the problem but can not
find any cause.
Please give me some hints where to search for the problem.
Thanks
Reinhard