On 13/10/2016 09:54, jayani sumudini wrote:
> Hi,
> 
> I'm trying to find the default request mapping for "/example" and "/docs"
> .... please help me to find the java class that uses to request mapping for
> those

That sounds like a homework question.

Whether it is or isn't, the best way to learn is to figure stuff out for
yourself. Some ideas:

- Use a debugger to follow the request flow. The wiki [1] has
  instructions for setting up Eclipse to do this.

- Write a Servlet or JSP. Throw an exception and look at the stack
  trace. Use the stack trace to follow the flow of a request through the
  Tomcat code.

Mark

[1] http://wiki.apache.org/tomcat/HowTo


> 
> Jayani
> Thank you
> 
> On Mon, Jul 18, 2016 at 9:21 PM, Mark Thomas <ma...@apache.org> wrote:
> 
>> On 16/07/2016 02:43, jayani sumudini wrote:
>>> hello,
>>> I am a beginner to bug fixing.I hope to built tomcat.Please
>>> help me to select easy bug.
>>
>> Welcome to the Apache Tomcat developer community.
>>
>> Take a look at the open bugs in Bugzilla (I suggest you start with the
>> most recent and work backwards). When you find one that interests you,
>> try and write a patch.
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: dev-h...@tomcat.apache.org
>>
>>
> 


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

Reply via email to