This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Problems with simple Servletsgturner Nov 2, 2002 8:41 PM (in response to robbiesullivan)In your application.xsml I would make the context root be / 
 In your web.xml I would put a <servlet-mapping> tag.
 See this:
 http://www2.theserverside.com/resources/articles/J2EE-Deployment/chapter.html
- 
        2. Re: Problems with simple Servletrobbiesullivan Nov 3, 2002 12:38 PM (in response to robbiesullivan)Thank you for the replay and the ideas. 
 I tried both ideas. No go still. I also read the article that was forwarded. This is very strange. I also tried deploying a simple example from my book with a web page and a servlet. I received the same error as I described able. Is there somewhere I have to tell tomCat to "enable" servlets. I can see the servlet file being deployed perfictly. Am I querying the servlet with an incorrect URL?
 (I've attacthed both ears I modified for the above response)
 Anymore ideas would be appriciated.
 Thanks,
 Rob Sullivan
 
    