RE: participate in tomcat 7

2009-04-24 Thread Anas Ahmed


Where can I find petter

Anas

 Date: Thu, 23 Apr 2009 18:27:20 +0100
 From: ma...@apache.org
 To: dev@tomcat.apache.org
 Subject: Re: participate in tomcat 7
 
 Anas Ahmed wrote:
  Hello all,
  my proposal about improve jmx for tomcat was rejected.
  but i'm desiring to participate in tomcat development.
  i want to ask if it possible to do the project without GSOC ?
  is the dev list can provide mentor to do this project in the summer?
 
 Absolutely. I think Peter expressed an interest in mentoring this project.
 
 Mark
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: dev-h...@tomcat.apache.org
 

_
Windows Live™ SkyDrive™: Get 25 GB of free online storage.  
http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_skydrive_042009

participate in tomcat 7

2009-04-23 Thread Anas Ahmed

Hello all,
my proposal about improve jmx for tomcat was rejected.
but i'm desiring to participate in tomcat development.
i want to ask if it possible to do the project without GSOC ?
is the dev list can provide mentor to do this project in the summer?

Anas



_
Rediscover Hotmail®: Get e-mail storage that grows with you. 
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Storage2_042009

RE: My proposal on [GSOC: Convert current Tomcat valves to Servlet Filters] Get Accepted

2009-04-21 Thread Anas Ahmed

hello all
i want to tell you congratulation for accepting.

Anas
 

_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx

RE: compile tomcat on windows environment ?

2009-04-16 Thread Anas Ahmed

Now it is OK 
i have compiled it successfully.
what is the next ?
-try to solve bugs or to get familiar with some APIs that  Tomcat uses?
 how to know that some bugs is simple?
 what is the most important API that make me familiar with tomcat?

thanks



 
 Mark Thomas wrote:
  Anas Ahmed wrote:

  hello all,
  must i have cygwin to compile tomcat on windows environment ??
  since i have exception with ant download command when download JDT.
  
 
  Nope. It works for me.
 
  Mark
 
 
 


 Anas, it is simply an ant task which works fine in a windows
 environment. I would;
 
 1) Confirm your ANT_HOME is setup correctly
 2) If you are behind a proxy or firewall
 
 Ant requires some slight configuration within settings.xml if 2) is the
 case.
 
 RGS
 Steve Y

_
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmkt=en-us

is this bug in tomcat 7 ?

2009-04-14 Thread Anas Ahmed

hello all,
mbean-descripator.xml in org.apache.catalina.tribes package is the same as 
mbean-descripator.xml in org.apache.catalina.ha  package

Anas

_
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/

compile tomcat on windows environment ?

2009-04-11 Thread Anas Ahmed

hello all,
must i have cygwin to compile tomcat on windows environment ??
since i have exception with ant download command when download JDT.

thanks 
Anas


_
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/

RE: [GSOC] Feedback on my project proposal Improve the JMX support within Apache Tomcat

2009-04-08 Thread Anas Ahmed

i have posted new schedule  Deliverable
 
please tell me if  it is OK  to put them within my proposal

 Anas


_
Rediscover Hotmail®: Get e-mail storage that grows with you. 
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Storage1_042009

RE: [GSOC] Feedback on my project proposal Improve the JMX support within Apache Tomcat

2009-04-07 Thread Anas Ahmed


I have posted comments and suggestions to update my proposal.

Please feedback

Anas

_
Rediscover Hotmail®: Get quick friend updates right in your inbox. 
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates1_042009

RE: [GSOC] Filters Async Support in Servlet 3.0

2009-04-05 Thread Anas Ahmed

Two Scenarios of thread per request :-
1- if the request send  directly to server without filter:-
When a connection is idle between requests, the thread can be recycled, and the 
connection is
placed in a centralized NIO select set to detect new 
requests without consuming a separate thread.

2- if the request chain to filter :-
when a connection is idle between requests , the thread is still allocated to 
the particular request since the servlet 3.0 specification says :A Filter and 
the target servlet or resource at the end of the filter chain must execute in 
the same invocation thread
It is look like thread per connection.

 if that is false 
what do you understand from this sentence :A Filter and the target servlet or 
resource at the end of the filter chain must execute in the same invocation 
thread ??

I wrote proposal for the second project improve the JMX  support within Apache 
Tomcat
i'm waiting for your feedback 
and i need your advice about which project i have to put my focus because i'm 
student and the time is valuable  
Anas 



_
Quick access to your favorite MSN content and Windows Live with Internet 
Explorer 8. 
http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=B037MSN55C0701A

[GSOC] Feedback on my project proposal Improve the JMX support within Apache Tomcat

2009-04-03 Thread Anas Ahmed

hello Dear all,
i have posted my proposal for Improve the JMX support within Apache Tomcat.
please give your comments and suggestions.
Thanks
Anas Ahmed

_
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_042009

RE: my proposal for re implement tomcat valves as filters

2009-04-02 Thread anas Ahmed


 Mark Thomas wrote :
 
 
 Feedback:
 Good first draft. There are a coupe of areas I would like to see more detail 
 on:
 
1. Impact of Servlet 3 and async processing.

Lack of asynchronous support in the Servlet 2.5 specification has caused 
server vendors to devise workarounds by weaving proprietary classes 
and interfaces that promote scalable Comet programming into 
the Servlet 2.5 API.As Servlet 3 support async processing, 
I think there is no need to Comet programming 
(CometEvent, CometFilter, CometFilterChain, CometProcessor, 
CometEventImpl, CometConnectionManagerValve classes are no longer needed).
I think others features like annotations will not be useful 


2. The filter requires a ServletContext at initialisation. How might you
   handle this for a filter defined at the Engine/Host level?

My idea to handle this is as follow - tracks other component that can be 
defined at Context and Host, 
for example  HttpServlet (servlet /servlet tag).- read HttpServlet 
implantation and specification, then try to make 
implementation to FilterClass implement  Filter interface, same as 
HttpServlet, so Filter can be defined at host level. 
Then try to make necessary modification on Filter to wide it at Engine level.
3. Authentication will require access to Tomcat internals. Is a filter the
   right solution for these valves? What might a better approach be? What
   about JSR 196?
still searching , can you explain more.

 I would also suggest you spend a little time to build Tomcat from source
 (http://svn.apache.org/repos/asf/tomcat/trunk). Once you have Tomcat building,
 I'd suggest looking at the AccessLogValve and how that might be converted to a
 Filter to give you a better ide of the issues involved and how long things 
 might
 take.
i will do but there is no lot time ,Friday is the last day for submit proposal 
,what is the necessary modifications to add them to proposal ?

finally how many students will work in this project?

Thanks
Anas Ahmed


 

_
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_042009

my proposal for re implement tomcat valves as filters

2009-04-01 Thread anas Ahmed

I have posted my application on the GSOC site for the project re-implement
tomcat valves as filters 
please give your suggestion and  participate with your ideas to make 
this proposal better

Thanks
Anas Ahmed

_
Quick access to your favorite MSN content and Windows Live with Internet 
Explorer 8. 
http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=B037MSN55C0701A