On 17/04/2016 11:34, Abdessamed MANSOURI wrote:
> Guys, inside Tomcat source, there's many packages (Catalina, Jasper,
> Tomcat, Juli, Coyote) what these packages stand for?? ( i want to
> understand basic Tomcat architecture) :)

It is for Tomcat 6 and while the detail has changed the high-level
structure hasn't.

https://www.packtpub.com/networking-and-servers/tomcat-6-developers-guide

Catalina - The Servlet engine
Coyote   - The HTTP, HTTP/2 and AJP I/O code
EL       - The UEL implementation
Jasper   - The JSP engine
JULI     - Internal logging framework
Tomcat   - Various utility packages, low-level I/O code and the
             WebSocket implementation
Naming   - JNDI code

Mark


> 
> Thank you all.
> 
> 2016-04-16 22:46 GMT+01:00 Abdessamed MANSOURI <lavl...@gmail.com>:
> 
>> Martin, i just have 2 computers (laptop and desktop), i don't use desktop
>> too much, so in past i tried many JVM implementations, i wanted to see
>> performance for each one, but today, when i launched unit tests, i forget
>> about changing it to OpenJDK, so at the end i figured that i used J9 :)
>>
>> Mark, okey, i will try my best :)
>>
>> Thank you all for your time.
>>
>> 2016-04-16 20:44 GMT+01:00 Mark Thomas <ma...@apache.org>:
>>
>>> On 16/04/2016 20:34, Abdessamed MANSOURI wrote:
>>>> Thank you for your response and your time, i checkouted svn trunk and
>>> built
>>>> Tomcat successfully, its works fine, i also run ant test, for unit
>>> testing,
>>>> but it ended with some errors (i've used IBM J9), now i completed this
>>>> step, what do you suggests me to do now?? :)
>>>
>>> You could investigate those unit test failures to see why they happened.
>>>
>>> You could look at one of the open bugs or enhancement requests and try
>>> producing a patch. Some possible starting point are:
>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=57892
>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=44787
>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=47214
>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=52952
>>>
>>>> I can't find Tomcat on Jira, why?? :)
>>>
>>> Because the Tomcat project uses Bugzilla, not Jira.
>>>
>>> Mark
>>>
>>>
>>>>
>>>> Thank you for your time again.
>>>>
>>>> 2016-04-16 16:25 GMT+01:00 Mark Thomas <ma...@apache.org>:
>>>>
>>>>> On 15/04/2016 17:59, Abdessamed MANSOURI wrote:
>>>>>> Hello all,
>>>>>>
>>>>>> I'm newcomer and i want to contribute to Tomcat developement, i have
>>> some
>>>>>> free time (alots of time), so i want to be useful in this world better
>>>>> than
>>>>>> sleeping all the day, so i'm looking for applying Apache mentoring
>>>>> program,
>>>>>> i'm not guru in Java but not totaly a newbie, so i want to try all my
>>>>> best
>>>>>> to help you guys, who want to be my mentor??
>>>>>
>>>>> Welcome to the Tomcat development community. Feel free to ask any
>>>>> questions you have on this list.
>>>>>
>>>>>> Note : i still student, but i'm not looking to do Tomcat as my final
>>>>>> project (i already have a final project), i wan't to help you (as much
>>>>> as i
>>>>>> can).
>>>>>>
>>>>>> Thank you all for your time.
>>>>>
>>>>> The first step is to make sure you can build Tomcat locally. Follow the
>>>>> instructions in [1] to checkout the latest Tomcat source and and build
>>> it.
>>>>>
>>>>> Note that the URL you'll need to checkout Tomcat trunk is:
>>>>> https://svn.apache.org/viewvc/tomcat/trunk
>>>>>
>>>>> If you have any questions, just ask.
>>>>>
>>>>> Mark
>>>>>
>>>>>
>>>>> [1]
>>> https://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?view=markup
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> 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
>>>
>>>
>>
> 


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

Reply via email to