goon12
12-29-2004, 01:03 AM
Has anyone had much luck with Eclipse and Tomcat?
I have little to no luck using the Tomcat plugin for Eclipse. I am able to create a new Tomcat project, and add a super simple .jsp page to the project. I restart Tomcat ( using Eclipse ) and I can view the jsp page, but when I add a servlet to the wepapp I run into all kinds of problems. I know my web.xml file is correct in the PROJECT/WEB-INF directory, but still no luck.
In the Eclipse console when I restart Tomcat I notice this error:
Missing application web.xml, using defaults only StandardEngine
The only way I have created working webapps is using vim, mkdir for the directory structure, and ant build files.
Does anyone have any tips to get Eclipse to work when adding servlets, filters, etc ?
Thanks,
goon12
P.S. http://www-106.ibm.com/developerworks/opensource/library/os-ectom/
Is where I got started, and was able to add the jsp page.
I have little to no luck using the Tomcat plugin for Eclipse. I am able to create a new Tomcat project, and add a super simple .jsp page to the project. I restart Tomcat ( using Eclipse ) and I can view the jsp page, but when I add a servlet to the wepapp I run into all kinds of problems. I know my web.xml file is correct in the PROJECT/WEB-INF directory, but still no luck.
In the Eclipse console when I restart Tomcat I notice this error:
Missing application web.xml, using defaults only StandardEngine
The only way I have created working webapps is using vim, mkdir for the directory structure, and ant build files.
Does anyone have any tips to get Eclipse to work when adding servlets, filters, etc ?
Thanks,
goon12
P.S. http://www-106.ibm.com/developerworks/opensource/library/os-ectom/
Is where I got started, and was able to add the jsp page.