What is the location of servlets?
<form action="../classes.myServlet" method="post">. But, when I run the project within JDeveloper and when tried to execute the servlet, I get "The Page Cannot be Found" error. I can see the OC4JServer starts running and the URL which it points to is "http://10.8.10.185:7969/classes.myServlet". I am confused not knowing where to keep the servlet. Any help will be appreciated.



