On 28/01/2011 21:12, robert.jen...@surecomp.com wrote:
> I have modified the InitServlet class (removed everything). The following is 
> the complete code of InitServlet
> 
> package com.surecomp.allMATCH.client;
> 
> import javax.servlet.ServletException;
> import javax.servlet.ServletInputStream;
> import javax.servlet.http.HttpServletRequest;
> import javax.servlet.http.HttpServletResponse;
> 
> 
> public class InitServlet extends javax.servlet.http.HttpServlet implements 
> javax.servlet.Servlet {
> 
> public void destroy() {
> }
> 
> public void init() throws ServletException {
>       System.out.println("Loaded");
> }
> 
> }
> 
> I have compiled it and placed the class file into 
> C:\Downloads\tomcat-7\apache-tomcat-7.0.6\webapps\allMATCHWeb\WEB-INF\classes\com\surecomp\allMATCH\client
>  and I expected to see the System.out.println either on the screen or in some 
> log file. I do not see it anywhere.

web.xml is located where?

What is in the Tomcat log files?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to