I will give this a try; my goal is to be able to access the contents of the classes directory I originally had uynder the MY-INF directory. When I changed the project to a web project, that directory became hidden. I’m trying to access a servlet from the action in an html form.
I’m using the embedded Tomcat 6 server in MyEclipse 6.5, but I can’t seem to access a servlet. I get a 404 every time. I am now thinking the embedded server is not configured properly. maybe CATALINA_HOME and/or CATALINA_BASE have the wrong values. I’m ok as a developer, but configuring the embedded server is not something I have a lot of experience with.