FAQ

Search Discussions

361 discussions - 1,468 posts

  • Hi. I'm searching a tool similar to nagios wich allows me do "client-side real testing" of my Tomcat webapps. Something that lets me do a HTTP request say every minute and store the result (OK or ...
    Andrés GonzálezAndrés González
    Aug 24, 2006 at 3:21 pm
    Aug 30, 2006 at 10:02 pm
  • The default Tomcat installation is prone to session hijacking. I would appreciate help how to fix it. The problem is that the session-id generated under HTTP (eg. for any JSF page) is caried over to ...
    Tomas HulekTomas Hulek
    Aug 9, 2006 at 1:00 pm
    Aug 16, 2006 at 11:08 pm
  • I realize that in Tomcat (I'm using 4.1.3 and 4.0.1 by the way -- a version on a prod. server and one ony my desktop) that you can create the simple table titled users and configure it in the ...
    Propes, Barry LPropes, Barry L
    Aug 17, 2006 at 4:14 pm
    Aug 21, 2006 at 5:04 pm
  • Hi, I am quite a Tomcat newbie. I am building an web application that host about 10,000 websites (only single static HTML for each website). Each website is reference using a subdomain i.e. ...
    KEGanKEGan
    Aug 26, 2006 at 8:05 am
    Aug 27, 2006 at 4:09 pm
  • I have installed tomcat1.5 on the same PC on the 2 other directory(c:\\tomcat1.5 and d:\tomcat1.5) .I can't run two tomcat together. I want to run theese two tomcats together, can I do this? how it ...
    TamriTamri
    Aug 18, 2006 at 9:43 am
    Aug 24, 2006 at 3:01 pm
  • Hello all, When I start tomcat, I get several messages like these: java.io.FileNotFoundException: /usr/local/tomcat5/webapps/myapp/conf/myapp.properties (No such file or directory) This file actually ...
    Robinson, EricRobinson, Eric
    Aug 1, 2006 at 12:36 pm
    Aug 1, 2006 at 8:03 pm
  • Hi all, I have been reading several messages about writing files inside a web application, but I found no answer regarding my problem. I need to write files on the file system that can be accessible ...
    Romain QuiliciRomain Quilici
    Aug 7, 2006 at 6:18 am
    Aug 8, 2006 at 5:16 am
  • I am unable to get the tomcat connectors to work after spending hours reading docs and scouring google in search of answers. I have seen the problem I am having posted all over the web but there are ...
    M. GoodellM. Goodell
    Aug 8, 2006 at 7:15 pm
    Aug 8, 2006 at 9:12 pm
  • This code is part of a servlet running in TC 5.5.12, jre ver 1.5.0.6. I use this code to break out individual data fields from a line which is structured as "a=11111&b=22222&c=333333333&d=44444&e=5". ...
    David KerberDavid Kerber
    Aug 7, 2006 at 4:00 pm
    Aug 8, 2006 at 12:44 pm
  • Hi all, I am new here, just tried to build T5 from source, but it failed at the very beginning. Detail error msg are pasted below, sorry for the bad display format. Any inputs are very much ...
    Yan BaiYan Bai
    Aug 17, 2006 at 10:08 pm
    Aug 22, 2006 at 12:13 pm
  • Hi guys, I've read about the tomcat connectors. I haven't finished doing it but I know more or less what will happen. Well... I have two domains, for simplicity sake I will use the domain names ...
    Gamefaqs PhilippinesGamefaqs Philippines
    Aug 3, 2006 at 8:58 am
    Aug 7, 2006 at 5:53 am
  • I've a question regarding the way jk_mod relays requests to Tomcat servlets. If I have set my virtualhost to supposedly send requests with such JkMount directive URL prefix, /serve/* and ...
    Evan JEvan J
    Aug 19, 2006 at 10:37 pm
    Aug 21, 2006 at 3:13 pm
  • I have tried to upgrade from apache-2.0.54/tomcat-5.5.9 to apache-2.2.3/apache-5.5.17 (also tried with apache-2.0.59). When I use this UseBean at index.jsp (root of webapplication): <jsp:useBean ...
    Lars Nielsen LindLars Nielsen Lind
    Aug 7, 2006 at 1:59 pm
    Aug 19, 2006 at 12:26 pm
  • Hi, Is there anyone that has got the latest JK version (1.2.18) to run under IIS 6.0? If so how did you install the dll? Please help if you can! Regards Jessica -- View this message in context: ...
    JessicaJessica
    Aug 23, 2006 at 4:15 pm
    Oct 5, 2006 at 10:50 am
  • Hello! I'm trying to move Tomcat with it's web-applications from one server to another, and I facing weird problem: I copied working configurations for tomcat, mod_jk and httpd, but in mod_jk.log I ...
    Eugeny N DzhurinskyEugeny N Dzhurinsky
    Aug 28, 2006 at 1:32 pm
    Aug 29, 2006 at 8:08 am
  • Hello, How does tomcat parse the key-value pairs sent in a Http Request as POST data? I am unable to read the parameters using the HttpServletRequest.getParameter() method. Parameters are being sent ...
    Santosh PuranshettiwarSantosh Puranshettiwar
    Aug 19, 2006 at 9:41 am
    Aug 22, 2006 at 10:29 am
  • Hi all, I know that this question has been asked many times, but still something not clear for me. When an application is deployed as a war file, (as mentioned in the javadoc, or in several ...
    Romain QuiliciRomain Quilici
    Aug 9, 2006 at 2:12 am
    Aug 11, 2006 at 5:49 pm
  • Can't get the jsp-example to run, getting 404 error. I have installed tomcat 5.0.28 under AIX 5.3 and Java SDK 1.4.2. The service is running under the same account that I used to install. I have ...
    Prahlad ThakurPrahlad Thakur
    Aug 1, 2006 at 1:25 am
    Aug 2, 2006 at 6:32 pm
  • Is it possible to run Tomcat as non ROOT (desirable as I see from FAQs/other threads), but have a servlet that needs ROOT access? Or is the solution to have the servlet application code running as a ...
    Paul McMahonPaul McMahon
    Aug 1, 2006 at 11:02 am
    Sep 8, 2006 at 12:33 pm
  • Good day every one, this is the thing. I am using the following: *Linux Suse 10.1. *Tomcat 5.0.28 *JDK 1.5 *MySql database As the Subject of this messages states, I am having problems making tomcat ...
    Jose Roberto TorresJose Roberto Torres
    Aug 25, 2006 at 4:52 am
    Aug 30, 2006 at 4:57 pm
  • I am trying to set up tomcat with multiple virtual hosts, each with their own SSL certificate. Is this possible? Do I add each certificate to the main keystore as per one host? cheers ...
    TeknokratTeknokrat
    Aug 25, 2006 at 9:13 am
    Aug 25, 2006 at 4:00 pm
  • Hello, I've configured Apache Web Server with mod_jk2 to communicate it with Apache Tomcat 5.5. Mmm, I've created a Web Application with one JSP (index.JSP) and one Servlet (it is performed form ...
    JeusdiJeusdi
    Aug 8, 2006 at 8:03 am
    Aug 9, 2006 at 3:39 pm
  • How do I direct a user to the https url when they use the http url? i.e. http://<url is directed to https://<url --------------------------------------------------------------------- To start a new ...
    William ChuWilliam Chu
    Aug 4, 2006 at 6:04 pm
    Aug 5, 2006 at 12:26 am
  • HI Friends i am new to this group and tomcat too..... i have downloaded tomcat5.5.x and jdk1.5 and i have oracle8i just i started a sample application which has database connection..... but it is ...
    MallikMallik
    Aug 30, 2006 at 11:04 am
    Sep 7, 2006 at 8:55 pm
  • I'm running IIS 6 on a 2003 sp1 machine with Tomcat 5.5.17. I can't seem to get JK 1.2.15 to work. I've tried 1.2.18, but it won't even load. I even edited the reg to use that url rewrite, but no ...
    Stanczak GroupStanczak Group
    Aug 28, 2006 at 1:51 pm
    Aug 29, 2006 at 9:54 am
  • I have installed Apache.5.5.17 on my Windows XP development box (steve.elsewise.net) to work on a web-app, but I cannot get the webapp to find the servlet files. When I try, with a jsp link: <form ...
    Steve Willett \(Initiative Computing\)Steve Willett \(Initiative Computing\)
    Aug 23, 2006 at 10:35 pm
    Aug 25, 2006 at 11:36 am
  • What are the future releases of Tomcat and when are they scheduled? Could anyone please point me to a link which has this kind of information. Thanks.
    Sridhar KannegantiSridhar Kanneganti
    Aug 15, 2006 at 4:11 pm
    Aug 17, 2006 at 5:16 pm
  • Hi, I'm building a new development system. I can access my applications directly from my browser 0n port 8009, but not through Apache. I'm have j2sdk1.4.2_12 and apache-tomcat-4.1.32 installed. The ...
    Rob TannerRob Tanner
    Aug 14, 2006 at 11:55 pm
    Aug 16, 2006 at 6:15 am
  • Hello, I'm new to tomcat and have problems to have tomcat 5.5.17 accepting a PUT request. I tried GET, POST, and PUT. Both GET and POST work fine, but PUT is rejected with 403 - "Access to the ...
    YuanGao ZhangYuanGao Zhang
    Aug 11, 2006 at 10:25 pm
    Aug 14, 2006 at 10:57 pm
  • I have been trying for 2 days now to setup a simple connection pool in Tomcat 4.0.6 for a Hypersonic database with the ever-so-popular error in the subject. I have read every possible Google post on ...
    Roy KieslerRoy Kiesler
    Aug 3, 2006 at 5:11 pm
    Aug 4, 2006 at 7:24 pm
  • Hi, I found out something really weird. I have a J2EE application running two servlets in the same context. On servlet for security and the other for business logic. The problem is: With Firefox two ...
    Gerard ChivaGerard Chiva
    Aug 24, 2006 at 9:52 am
    Aug 30, 2006 at 9:42 pm
  • Can any one give me idea, What is the difference between Microsoft IIS server and Tomcat Server. Which is best and has better security to work, develop and for deploy. -- View this message in ...
    Gurusamy.senthilGurusamy.senthil
    Aug 25, 2006 at 2:25 pm
    Aug 29, 2006 at 9:09 am
  • Hi every body: I 've been trying to get things working, however, I believe I need a little help in this. I configured apache' Virtual host. and installed tomcat and mod_jk succefully. Now I am trying ...
    MansourMansour
    Aug 28, 2006 at 5:12 pm
    Aug 28, 2006 at 10:04 pm
  • Hi, I need help with javamail in tomcat. Here is my issue: if send an email to an yahoo account, from my junit class everything is ok. When I run the same code in Tomcat, on the same machine, my ...
    Ovi ComesOvi Comes
    Aug 25, 2006 at 8:03 pm
    Aug 28, 2006 at 12:17 pm
  • Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third ...
    Raju BaluguRaju Balugu
    Aug 3, 2006 at 9:15 am
    Aug 15, 2006 at 1:24 am
  • Is it possible to change mod_jk's load-balacing algorithm to random (from round robin)? If yes, how? TIA Sidd --------------------------------------------------------------------- To start a new ...
    Sharma, SiddharthSharma, Siddharth
    Aug 7, 2006 at 4:52 pm
    Aug 8, 2006 at 12:22 pm
  • Hello guys, currently I'm trying to set-up a standalone Tomcat 5.5.17 server in an IPv6 environment on a FreeBSD 6.1 machine. Unfortunately, Tomcat refuses to start. Here is the relevant content of ...
    Hans MüllerHans Müller
    Aug 1, 2006 at 11:50 am
    Aug 6, 2006 at 5:24 pm
  • Hi, I am using j2sdk1.4.0_02 and tomcat4.1.12. when i invoke the application, i got this type of exception. when referesh the frame, then the jsp is compiled and loaded properly. Classpath and ...
    Devteam_matsysDevteam_matsys
    Aug 3, 2006 at 5:13 am
    Aug 4, 2006 at 9:18 am
  • Hi All, I have an web application deployed with Tomcat 5.0.28. In some cases my queries can bring back huge amounts of data. Looking Windows Task Manager I perceived the natural memory increase. I ...
    José RenatoJosé Renato
    Aug 28, 2006 at 5:32 pm
    Sep 12, 2006 at 7:21 pm
  • Hi, I can only copy/paste the contents from startTomcat.sh to the console, everything works fine. But when I run the command from the console startTomcat.sh, it gave me no error, however the ...
    Patrick WangPatrick Wang
    Aug 31, 2006 at 9:42 pm
    Sep 5, 2006 at 3:30 pm
  • I'm using Tomcat 5.0.30 running on Ubuntu Linux (6.06). I've made a small webapp which runs fine under Tomcat on Windows, but on Linux I've got a problem with log4j. I've put ...
    PompiusesPompiuses
    Aug 22, 2006 at 2:10 pm
    Aug 25, 2006 at 2:30 am
  • Hi, I am trying to install tomcat 5.5.17 on suse 9.2 I have jdk 1.5 which is required by tomcat 5.5.17 After following the steps mentioned in docs I do following. ./startup.sh Using CATALINA_BASE: ...
    Kaustubh shindeKaustubh shinde
    Aug 23, 2006 at 10:59 pm
    Aug 24, 2006 at 7:50 pm
  • Hi, I'm new to this list. Apologies if my question is naive or insufficiently researched. I have spent some time searching the web and these mail archives, but I haven't come across this problem. My ...
    EhawkesEhawkes
    Aug 1, 2006 at 9:25 pm
    Aug 7, 2006 at 4:11 pm
  • Hello, currently (in a 2.4 container) I'm putting mit taglib descriptors in the directory WEB-INF/lib. This directory is automatically in the application classpath. But the WEB-INF/lib is already ...
    Marten LehmannMarten Lehmann
    Aug 2, 2006 at 9:22 pm
    Aug 6, 2006 at 4:35 am
  • I'm on OS X 10.4.7 running with weblog software (blojsom) I have to do a kill -9 on java to stop it from using 100+ on cpu sometimes, to let users connect. This comes up over and over in the log: ...
    Benjamin AdamsBenjamin Adams
    Aug 1, 2006 at 9:28 pm
    Aug 4, 2006 at 10:20 am
  • Hi all, I'm still pretty new to this. I'm trying to set up a home server for testing and learning purposes, and I'm having some troubles setting up virtual hosts with Apache and mod_jk. I have ...
    Eric BerryEric Berry
    Aug 2, 2006 at 6:47 pm
    Aug 3, 2006 at 2:14 am
  • Thanks David. I am able to connect to SQL Server 2000. Actually Tomcat 5.5.17 and SQL Server 2000 is on the same machine that I am working on. Could there be any other cause for this error: ...
    Aynalem, Seblewengel (Trawick)Aynalem, Seblewengel (Trawick)
    Aug 1, 2006 at 12:14 pm
    Aug 1, 2006 at 2:47 pm
  • Hi all, I am starting to work with Tomcat's code and have no clue where to start from. Any pointers would be very very helpful. To start with, I would like to know whether Tomcat is configurable to ...
    Viraj TurakhiaViraj Turakhia
    Aug 28, 2006 at 1:18 pm
    Aug 29, 2006 at 1:09 pm
  • Hello, Do you know when Tomcat will be compliant to the Servlet Spec 2.5 ? Regards.
    COURTAULT FrancoisCOURTAULT Francois
    Aug 23, 2006 at 12:33 pm
    Aug 23, 2006 at 2:45 pm
  • I have one application and use tomcat 5.0. I want to run this application on different port , on 8080 and 8082 independently each other. I configure in tomcat this two connector with ports 8080 and ...
    TamriTamri
    Aug 21, 2006 at 2:21 pm
    Aug 22, 2006 at 6:49 am
Group Navigation
period‹ prev | Aug 2006 | next ›
Group Overview
groupusers @
categoriestomcat
discussions361
posts1,468
users371
websitetomcat.apache.org
irc#tomcat

371 users for August 2006

David Smith: 80 posts Mark Thomas: 78 posts Propes, Barry L: 43 posts Martin Gainty: 38 posts Filip Hanik - Dev Lists: 37 posts Peter Crowther: 28 posts Christopher Schultz: 24 posts Santosh Puranshettiwar: 21 posts Li: 18 posts Markus Schönhaber: 17 posts Pid: 16 posts Mikolaj Rydzewski: 15 posts Andrés González: 14 posts Rainer Jung: 14 posts Raju Balugu: 14 posts Hassan Schroeder: 13 posts Leon Rosenberg: 13 posts Andrew Miehs: 12 posts Gamefaqs Philippines: 12 posts Jeusdi: 12 posts
show more
Archives