HTTP Status 404 - /liangweb/TimeForm
问题 i have just started working with tomcat and servlet. after running some html page i was trying to run this timeform.it's giving me page.but when i click on submit page it give me this error instead of time.please help me. import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; import java.text.*; public class TimeForm extends HttpServlet { private static final String CONTENT_TYPE = "text/html"; private Locale[] allLocale = Locale.getAvailableLocales();