Tomcat 5.0.x for AOP (AspectJ) case study needed; also interested in known crosscutting concerns
Hello! For a case study concerning AspectJ I need a compilable version of Tomcat 5.0.x. I've already downloaded version 5.5.15, but for the case study there are a few restrictions. The code that will be produced by me is the basis for another case study in which only JDK1.4 is allowed. So that's why I can't use Tomcat 5.5.15. When I tried to run Ant for downloading all the packages needed for Tomcat 5.0.30 (also tried 5.0.28), the following error was thrown: ... downloadgz: [get] Getting: http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz [get] To: O:\Fallstudie\Tomcat 5.0.30\java\file.tar.gz [get] Error getting http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz to \Fallstudie\Tomcat5.0.30\java\file.tar.gz BUILD FAILED O:\Fallstudie\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\build.xml:49: The following error occurred while executing this line: O:\Fallstudie\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-5\build.xml:1601: The following error occurred while executing this line: O:\Fallstudie\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-5\build.xml:1693: java.net.ConnectException: Connection timed out: connect Total time: 23 seconds If anybody could help me out with this problem I would be very grateful. This was my first interest and now to the second one. For the case study I'm interested in known "crosscutting concerns" which I can analyze and if they are reasonable implement in an aspect. After my case study is completed the results will be available for the community if there is any interest. I hope that somebody will answer my mail :-) With kind regards André Kammerl
Re: Tomcat 5.0.x for AOP (AspectJ) case study needed; also interested in known crosscutting concerns
Hi and thanks for the answer. Looks like the server hosting this file is down. I tried to find another source but they are all linking to sourceforge. - Original Message - From: "Amila Suriarachchi" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Thursday, February 02, 2006 4:44 AM Subject: Re: Tomcat 5.0.x for AOP (AspectJ) case study needed; also interested in known crosscutting concerns 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) directory and unzip it. On 2/1/06, Andre Kammerl <[EMAIL PROTECTED]> wrote: Hello! For a case study concerning AspectJ I need a compilable version of Tomcat 5.0.x. I've already downloaded version 5.5.15, but for the case study there are a few restrictions. The code that will be produced by me is the basis for another case study in which only JDK1.4 is allowed. So that's why I can't use Tomcat 5.5.15. When I tried to run Ant for downloading all the packages needed for Tomcat 5.0.30 (also tried 5.0.28), the following error was thrown: ... downloadgz: [get] Getting: http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz [get] To: O:\Fallstudie\Tomcat 5.0.30\java\file.tar.gz [get] Error getting http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gzto \Fallstudie\Tomcat5.0.30\java\file.tar.gz BUILD FAILED O:\Fallstudie\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\build.xml:49:The following error occurred while executing this line: O:\Fallstudie\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-5\build.xml:1601: The following error occurred while executing this line: O:\Fallstudie\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-5\build.xml:1693: java.net.ConnectException: Connection timed out: connect Total time: 23 seconds If anybody could help me out with this problem I would be very grateful. This was my first interest and now to the second one. For the case study I'm interested in known "crosscutting concerns" which I can analyze and if they are reasonable implement in an aspect. After my case study is completed the results will be available for the community if there is any interest. I hope that somebody will answer my mail :-) With kind regards André Kammerl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Building Tomcat
Hi! Are you still interessted in version 5.0? I've collected all the missing files manually. There is only a problem when ant is trying to build it. Perhaps you can solve it. build-catalina-core: [javac] Compiling 326 source files to O:\Diplomarbeit\Tomcat 5.0.30\jakarta- tomcat-5.0.30-src\jakarta-tomcat-5\build\classes [javac] O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomc at-catalina\catalina\src\share\org\apache\catalina\Container.java:23: cannot acc ess javax.servlet.ServletException [javac] bad class file: O:\Diplomarbeit\Tomcat 5.0.30\java\servlet-api-2.4\l ib\servlet-api.jar(javax/servlet/ServletException.class) [javac] class file has wrong version 49.0, should be 48.0 [javac] Please remove or make sure it appears in the correct subdirectory of the classpath. [javac] import javax.servlet.ServletException; [javac] ^ [javac] 1 error BUILD FAILED O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\build.xml:50: The follow ing error occurred while executing this line: O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-5\build.x ml:447: The following error occurred while executing this line: O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-5\build.x ml:411: The following error occurred while executing this line: O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-catalina\ catalina\build.xml:594: Compile failed; see the compiler error output for detail s. André - Original Message - From: "Bob Herrmann" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Saturday, February 04, 2006 2:53 AM Subject: Re: Building Tomcat Humm. Since the instructions on the page are broken (cvs and not subversion, the build.properties.defaults include sites and urls that are out of date), perhaps the page should be removed. Or a disclaimer should be added to the page saying that the 5.0 series is not actively maintained and that developers should persue the 5.5 line. -bob Mark Thomas wrote: Bob Herrmann wrote: Ok, Is 5.0 a valid build target, or is its usage discouraged? I was following the build instructions for building tomcat 5.0 http://tomcat.apache.org/tomcat-5.0-doc/building.html the build.xml that it provides use CVS tags to extract the 5.0 bits. -bob You can build 5.0 if you need to. You'll just need to modify the build.xml a bit. If you have the choice, go for 5.5. Very little has happened on 5.0 for a while - the focus is on 5.5 and starting 6.0 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Building Tomcat
The mx4j was the first problem I encountered. The server was broken and the search with google didn't show any result. But when I was looking for another project for my case study, I found mx4j 1.1.1 on another server. I can send you the zip-file if you're interessted. There are four other packages that are not available when ant is trying to download them. I only remember three of the four names, cause I've downloaded them. The fourth one is included in the download of Tomcat 5.5.15, so I only had to copy it. The other three are: saxpath-1.0 jaxen-1.0-FCS jakarta-struts-1.2.4 Hope this will help you with you patch. Regards André - Original Message - From: "Bob Herrmann" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Wednesday, February 08, 2006 2:44 PM Subject: Re: Building Tomcat Thanks! I felt I had it a time or two, but the build script that I use (I'm trying to build a pristine copy) downloads stuff from sourceforge and kept getting into trouble downloading the mx4j bits. Seems like they dropped the mx4j 2.1.0 and you can only get mx4j 2.1.1 - making a truly pristine (ie. md5sum verifyable) version of 5.0 might be very challenging in the future if enough bits rot on the vine. I'm still tinkering with it, should have it working in a few days. I'm planning on posting my patches so they can be used to update the building tomcat 5.0 page. Cheers -bob Hi! Are you still interessted in version 5.0? I've collected all the missing files manually. There is only a problem when ant is trying to build it. Perhaps you can solve it. build-catalina-core: [javac] Compiling 326 source files to O:\Diplomarbeit\Tomcat 5.0.30\jakarta- tomcat-5.0.30-src\jakarta-tomcat-5\build\classes [javac] O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomc at-catalina\catalina\src\share\org\apache\catalina\Container.java:23: cannot acc ess javax.servlet.ServletException [javac] bad class file: O:\Diplomarbeit\Tomcat 5.0.30\java\servlet-api-2.4\l ib\servlet-api.jar(javax/servlet/ServletException.class) [javac] class file has wrong version 49.0, should be 48.0 [javac] Please remove or make sure it appears in the correct subdirectory of the classpath. [javac] import javax.servlet.ServletException; [javac] ^ [javac] 1 error BUILD FAILED O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\build.xml:50: The follow ing error occurred while executing this line: O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-5\build.x ml:447: The following error occurred while executing this line: O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-5\build.x ml:411: The following error occurred while executing this line: O:\Diplomarbeit\Tomcat 5.0.30\jakarta-tomcat-5.0.30-src\jakarta-tomcat-catalina\ catalina\build.xml:594: Compile failed; see the compiler error output for detail s. André - Original Message - From: "Bob Herrmann" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Saturday, February 04, 2006 2:53 AM Subject: Re: Building Tomcat Humm. Since the instructions on the page are broken (cvs and not subversion, the build.properties.defaults include sites and urls that are out of date), perhaps the page should be removed. Or a disclaimer should be added to the page saying that the 5.0 series is not actively maintained and that developers should persue the 5.5 line. -bob Mark Thomas wrote: Bob Herrmann wrote: Ok, Is 5.0 a valid build target, or is its usage discouraged? I was following the build instructions for building tomcat 5.0 http://tomcat.apache.org/tomcat-5.0-doc/building.html the build.xml that it provides use CVS tags to extract the 5.0 bits. -bob You can build 5.0 if you need to. You'll just need to modify the build.xml a bit. If you have the choice, go for 5.5. Very little has happened on 5.0 for a while - the focus is on 5.5 and starting 6.0 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Tomcat 5.0 with JDK 1.4!
Hi, I can send you the missing packages if you want them. André - Original Message - From: "Singh_bibek" <[EMAIL PROTECTED]> To: Sent: Friday, March 10, 2006 11:44 AM Subject: Tomcat 5.0 with JDK 1.4! Hi, Can you please guide me to the patches, eclipse plug-ins & jars which are required to run Tomcat 5.0 with JDK 1.4! Thanks, Regards, Bibek Singh Infosys Technologies Ltd., Hosur Road, Electronics City, Bangalore-560100, India Tel: +91-80-28520261-x-62362 Mobile: +91-9886106870 Email: [EMAIL PROTECTED] Alt email: [EMAIL PROTECTED] CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS End of Disclaimer INFOSYS*** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Tomcat 5.0 test environment
Hi, Is there somewhere an instruction available how to use the test cases that are included in the Tomcat source? Regards André
Re: Tomcat 5.0 test environment
Hi, I tried to run "ant tester" in Eclipse but only received the following error message. Buildfile: O:\eclipse 3.0.2\eclipse\workspace\catalina\tester\src\bin\tester.xml BUILD FAILED: O:\eclipse 3.0.2\eclipse\workspace\catalina\tester\src\bin\tester.xml:16: taskdef class org.apache.tester.TestClient cannot be found Shouldn't Ant compile the TestClient.java so that TestClient could be found? André - Original Message - From: "Yoav Shapira" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Monday, March 13, 2006 5:01 PM Subject: Re: Tomcat 5.0 test environment Hi, Simple: run "ant tester" ;) Yoav On 3/13/06, Andre Kammerl <[EMAIL PROTECTED]> wrote: Hi, Is there somewhere an instruction available how to use the test cases that are included in the Tomcat source? Regards André -- Yoav Shapira Senior Architect Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Tester.xml and Tomcat 5.0.30
Hi. Sorry to bother you again with the tester.xml but when I manage to fix one probleme another one occurs. After modifying the build.xml a little bit the tester.xml is now working. But when I start the tester.xml in eclipse all tests show "[tester] FAIL ..." without any modification of the original code. I'm glad about every hint that will help me fix this problem. Regards André