I'm new to this, and I'm lost. My port is working, because if look up localhost:8080 Apache's shows in my screen, but when I do localhost:8080/"myproject"/"class" error 404 shows.
I only have one warning which is [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:"myproject"' did not find a matching property.
If it helps anyone, I'm trying to do a Connection Pool in java, so I had to type something in the web.xml and context.xml, but I did not touch those files from the Apache Foundation, they are all from my META-INF and WEB-INF
I followed this tutorial TOMCAT - HTTP Status 404
I also did this "SetPropertiesRule" warning message when starting Tomcat from Eclipse
I found this, but I don't get it Setting property 'source' to 'org.eclipse.jst.jee.server:JSFTut' did not find a matching property
I searched for a solution but I couldn't find anything