Re: Reminder: mod_jk 1.2.16 release candidate: please test

2006-07-05 Thread Amila Suriarachchi
hi, I tested the mod_jk 1.2.16 with 3 instances of tomcats (ver 5.5.15) and one httpd (2.0.58 and 2.2.2 one by one). I tested it with flood (using the tomcat tester application) and all the requests to httpd are routed to tomcats in a balanced manner and replies are received properly. +1 for rele

Re: using httpclient to login into tomcat with authenication

2006-06-20 Thread Amila Suriarachchi
hi, first think what happend in formbased authentication 1. first user sends a request to a restricted resource 2. server sends the loging page to broser 3. then user submits a request to j_security_check with user name and password 4. sever sends the initialy requested page to user. so u have to

Re: [VOTE] Release Tomcat 4.1.32 as beta

2006-06-19 Thread Amila Suriarachchi
The Tomcat 4 build structure is slightly different to TC5. The main build.xml is in the container sub-folder. What is the reason for this move? In tomcat 5.0 and tomact5.5 (even in 4.1.31 as i remember) build is created very smoothly when I run ant from the root folder. I have just confirme

Re: [VOTE] Release Tomcat 4.1.32 as beta

2006-06-18 Thread Amila Suriarachchi
hi, I am not a tomcat expert. I got the apache-tomcat-4.1.32-src.tar.gz from the link u have given. It seems to be build.xml and build.properties files are missing in the root folder amila.

Admin Console problem

2006-05-07 Thread Amila Suriarachchi
hi, the CommitChangesAction of the admin console has a problem. This action calls for a method called "storeConfig" in o.a.c.c.StandardServer class. This results calls for a method called "storeContext" in the same class. the "storeContext" method writes the context data to context config file. T

Admin Console Problem

2006-05-07 Thread Amila Suriarachchi
hi, the CommitChangesAction of the admin console has a problem. This action calls for a method called "storeConfig" in o.a.c.c.StandardServer class. This results calls for a method called "storeContext" in the same class. the "storeContext" method writes the context data to context config file. T

Re: can not build tests

2006-02-21 Thread Amila Suriarachchi
ant run-tester will run the tester web application. this works fine. but what i want to know is, is there a way to run the Testcases written using junit. i think that "test task" is to compile those tests. amila.

Re: can not build tests

2006-02-20 Thread Amila Suriarachchi
hi, following is the error I got Buildfile: build.xml test: [echo] Target: Catalina - Test ... test: [echo] Target: Catalina - Test ... flags: flags.display: [echo] --- Build environment for Catalina --- [echo] If ${property_name} is displayed, then the property is not set)

can not build tests

2006-02-20 Thread Amila Suriarachchi
hi, I downloaded the tomcat 5.5.15 source code. and made the build sucessfully. then i saw an ant task in build/build.xml called test and try to run (saying ant test) the task. but there were some compilation errors. are they obselete or else can someone explain me how to build and run the tests.

Re: Tomcat 5.0.x for AOP (AspectJ) case study needed; also interested in known crosscutting concerns

2006-02-01 Thread Amila Suriarachchi
i had this problem. actually this is due to failure of the http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz link. goto this link manually and download the mx4j-1.1.1.tar.gz manually and put it to your /usr/share/java(this is the folder tomcat use to keep thired part libraries) dir