Re: Setting up the logger

2006-12-17 Thread Harbir
Thanx for the HEads Up David. I have found the solution to my problem and it looks as if it has been resolved, though I do need to test it in more detail, but the primary objective is nailed. The following link takes to the more specific resolution resource. http://tomcat.apache.org/tomcat-5.5-d

Re: How many programmers were involved in Tomcat 4.0?

2006-12-17 Thread Leon Rosenberg
check out 4.0 code and make a grep on @author tag. leon On 12/17/06, Thanh Vinh Nguyen <[EMAIL PROTECTED]> wrote: How many programmers were involved in Tomcat 4.0? Please dont answer 4.0 is obsolete: I KNOW THAT. I am doing a reasearch on the evelovment of Tomcat in general. Thanks. -- Thanh Vi

Re: How many programmers were involved in Tomcat 4.0?

2006-12-17 Thread Tim Funk
Look(count) at the history of differnet committers here: http://svn.apache.org/viewvc/tomcat/container/tags/tc4.0.x/ -Tim Thanh Vinh Nguyen wrote: How many programmers were involved in Tomcat 4.0? Please dont answer 4.0 is obsolete: I KNOW THAT. I am doing a reasearch on the evelovment of Tomc

Cannot access classes in /WEB-INF/lib

2006-12-17 Thread andy.mcneill
> Hello > > I have a relatively simple servlet which runs the Jasper > reporting engine. I want this servlet to be easy to deploy so I have > put the Jasper libraries in the WEB-INF/lib directory so it is > standalone. > > But at runtime I get a Jasper classpath not found exc

Re: Getting the Tomcat Native library to work under Fedora

2006-12-17 Thread John Najarian
Martin, I ran into this with FC5. What you have to do is use the command "ls -l" and follow all the links (there are quite a few) to where FC puts Tomcat in its distribution. It's the same with Eclipse. You'll have to follow the PATH and CLASSPATH variables as well. What I did was install ecli

My webapp is oddly asking for user and password

2006-12-17 Thread Dani
Hi. I have my webapp in c:\tomcat\webapps\rms\ and when I access http://localhost/rms/ Tomcat asks me for a user and a password. Even if I try a hello world HTML file. Why? I guess it's something I have to fix in web.xml or server.xml. What should I modify? TIA.

Re: My webapp is oddly asking for user and password

2006-12-17 Thread olivier nouguier
hi http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html and http://java.sun.com/products/servlet/download.html On 12/17/06, Dani <[EMAIL PROTECTED]> wrote: Hi. I have my webapp in c:\tomcat\webapps\rms\ and when I access http://localhost/rms/ Tomcat asks me for a user and a password. Eve

Re: Cannot access classes in /WEB-INF/lib

2006-12-17 Thread Martin Gainty
Andy The jar i have which contains net.sf.jasperreports.engine.JasperRunManager class is jasperreports-1.2.8.jar (not jasperreport-1.2.8.jar Just for safety sake can you re-down load the jar from here http://sourceforge.net/project/showfiles.php?group_id=36382&package_id=28579&release_id=463655

RE: Installing Tomcat and IIS

2006-12-17 Thread LiuYan 刘研
Is the last two paragraphs of that article what you want? 1.start IIS, start Tomcat 2.browse http://localhost/servlets-examples/ or something else to test your installation Simon Renshaw-2 wrote: > > And once it is installed, how is it supposed to work? That part is missing > from the article

Re: ajp connector issue - getting "Unable to get the free" in mod_jk.log file.

2006-12-17 Thread Shekar Tippur
Hello, Thanks for replying back. I cannot see any specal requests but there maybe high load. I can see 193 active threads. We are in the process of upgrading mod_jk version to 1.2.19. Here is some of the information you wanted. Please let me know if you need more information. cat /proc/versio

RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-17 Thread Mon Cab
> At the same time, install a newer JRE from Sun - there's no reason > not > to use a 1.5 level, which is a noticeable improvement over 1.4. > > - Chuck > Instaled both Sun's JDK, and the official distribution of Tomcat over the weekend... All is working well now. (No more class def found e