Antwort: RE: Performance degradation under load

2005-12-16 Thread Jan Behrens
Hi Marc, it still sounds like it could be a connection pool issue to me. Which of the available connection pools are you using and how exactly have you set it up in your tomcat config? Maybe we can see something in there. Cheers, Jan Jan Behrens OFFIS FuE-Bereich Betriebliches

Re: Re: MultipartRequest problem

2005-12-16 Thread Warren Pace
Is the servlet part of a package in your webapp? MultipartRequest may be another java class on your box. From: Franklin Phan [EMAIL PROTECTED] Date: 2005/12/15 Thu PM 06:57:12 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: MultipartRequest problem I downloaded Tomcat

WG: Noclassdeffound when using jspc ant task

2005-12-16 Thread Linseisen Herbert
All I get when i try to run the jspc task of tomcat is --- in any combination tomcat 4 to 5.5 -- what am i doing wrong? I just took the example build file of the tomcat documentation and added my pathnames Apache Ant version 1.6.2 compiled on July 16 2004 Buildfile: jspc2.ant Detected

AW: Noclassdeffound when using jspc ant task

2005-12-16 Thread Bernhard Slominski
Do you have all your tomcat libs in your classpath? You must have these 3 ind your path: - ${tomcat.home}/bin - ${tomcat.home}/server/lib - ${tomcat.home}/common/lib I send you my buildfile this works fine! !-- do the precompilation -- target name=jspc depends=get-properties-stage

How do I restrict user twice login in JSP using session?

2005-12-16 Thread Gangaa D
How do I restrict user twice login in JSP using session? I mean if host1 x1 user already login to system then host2 does not allow login to system x1 user name. How do I solve it? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

AW: Noclassdeffound when using jspc ant task

2005-12-16 Thread Linseisen Herbert
I' tried to compile the jsp-examples of tomcat 5.0 with your ant-file --- but same result: noclassdeffound project name=JSPC Test default=jspc basedir=. !-- do the precompilation -- target name=jspc property name=java.home value=C:\jdk1.4.2\bin / property name=tomcat.home

Many questions are left unanswered.

2005-12-16 Thread Prathibha, Bharathi
Hi Mark, Many questions in this forum are left unanswered . It would be nice if I , atleast, get a don't know answer to some of my mails! Thanks Regards, Prathibha.

URLConnection

2005-12-16 Thread ALEX HYDE
Hi All, I need to make a very simple get request from a remote web server each time a user first comes into the site. I wanted to just use the core HttpURLConnection class. It will be thread safe because the object will be used and created in method scope. In the Sun javadoc it

Re: Many questions are left unanswered.

2005-12-16 Thread David Delbecq
100% mails would get don't know answer then, because at there is always someone who don't know. Commonly on mailing lists, if nobody answer, then nobody has knowledege and/or time to answer your question. Regards, Le Vendredi 16 Décembre 2005 12:48, Prathibha, Bharathi a écrit : Hi Mark,

Re: Many questions are left unanswered.

2005-12-16 Thread Jan Behrens
Hi, please remember that every help given here is completely voluntary and free. You can _not_ expect to receive an answer to every question and we all (I guess) have enough work to do as it is, without answering to postings we can not offer any help for. Postings like the one below - in my

RE: Many questions are left unanswered.

2005-12-16 Thread Prathibha, Bharathi
Hi, :-) . Thanks a lot David for taking time to answer my message! Regards, Prathibha. -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Friday, December 16, 2005 5:45 PM To: Tomcat Users List Subject: Re: Many questions are left unanswered. 100% mails

RE: Many questions are left unanswered.

2005-12-16 Thread Prathibha, Bharathi
Hi Jan, I actually found the answer to my question . There was a small problem in Tomcat 5.0's source code(in org.apache.jk.common.HandlerRequest - decodeRequest method ) which , later in 5.5 , has been corrected! So, I was able to communicate this to my associates and business. But , when

RE: Many questions are left unanswered.

2005-12-16 Thread Ben Souther
Maybe you could keep an eye on the list and help out with some of those 'unanswered' questions. :) On Fri, 2005-12-16 at 07:30, Prathibha, Bharathi wrote: Hi Jan, I actually found the answer to my question . There was a small problem in Tomcat 5.0's source code(in

AW: Noclassdeffound when using jspc ant task

2005-12-16 Thread Bernhard Slominski
Your classpath must be wrong, try to add some debug stuff to see you classpath. The jar file that's missing is: ${tomcat.home}\common\lib\jsp-api.jar For testing you can also copy all libs in one directory to see if that helps. Bernhard -Ursprüngliche Nachricht- Von: Linseisen Herbert

Unable to get the Posted XML Data

2005-12-16 Thread Muhammad Owais Ansari
Hi, All I am unable to get the posted xml data from a dotnet application using the following code in my jsp/servlet. While if I tried to get the same posted data in cgi pearl and asp.net thought the stream it picks the data, The application sending the xml data is not under my control hence

tomcat for public IP

2005-12-16 Thread kumar anubhav
hi all, I want to configure my tomcat server for public IP but i didn't get any solution please help if any body running server on public IP. its really urgent thanx for all -- anubhav __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

Re: Displaying PDF's within a servlet

2005-12-16 Thread Lionel Farbos
Hi, iText : http://www.lowagie.com/iText/ Regards. On Thu, 15 Dec 2005 15:17:37 -0800 Khawaja Shams [EMAIL PROTECTED] wrote: Is this a command line utility or does it have some libraries that I can call from within my java code? If I can call it from within java to render images, this

Re: Performance degradation under load

2005-12-16 Thread Martin Gainty
also would be helpful to gather performance management info and read the tuning characteristics of your iSeries http://www.redbooks.ibm.com/redpapers/pdfs/redp4026.pdf HTH, Martin- - Original Message - From: Dov Rosenberg [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org;

AW: Noclassdeffound when using jspc ant task

2005-12-16 Thread Linseisen Herbert
Thanks for your help, I found it out now --- due to the ANT_HOME setting in my environment i took the ant version 1.6.2. After switching to ant 1.6.5 everithing works quite well Grüße Herbert Linseisen -Ursprüngliche Nachricht- Von: Bernhard Slominski [mailto:[EMAIL PROTECTED]

Re: Performance degradation under load

2005-12-16 Thread Marc Richards
Yes, we do joins where appropriate and I guess I should clarify the inaccuracy of my initial statement - there is one connection per request (for each individual sql), rather then for each unique table. -marc --- Jess Holle [EMAIL PROTECTED] wrote: Caldarale, Charles R wrote: This really

Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, I've run a Tomcat-server and it worked fine. Now I've installed iptables and I'm getting some trouble. Wich port do I have to open for tomcat? Only the 8080 doesn't seem to be enough. What else? Best Regards, Sebastian Funk

RE: Tomcat and iptables?

2005-12-16 Thread Caldarale, Charles R
From: Sebastian Funk [mailto:[EMAIL PROTECTED] Subject: Tomcat and iptables? I've run a Tomcat-server and it worked fine. Now I've installed iptables and I'm getting some trouble. Wich port do I have to open for tomcat? Only the 8080 doesn't seem to be enough. What else? Whatever you

Re: MultipartRequest problem

2005-12-16 Thread Maurice Yarrow
Hello Franklin I have used the apache and the oreilly multipart successfully. (Yes, from oreilly site) Look for the packages containing: (i.e., Google: apache commons pkg and also oreilly cos pkg) import org.apache.commons.fileupload.*; import com.oreilly.servlet.*; Note also: RFC1867 (html

Re: Tomcat and iptables?

2005-12-16 Thread David Smith
Look at the connectors you have enabled in server.xml. All those should be included. The shutdown port does not need to be included since it binds to localhost. -- David Sebastian Funk wrote: Hi, I've run a Tomcat-server and it worked fine. Now I've installed iptables and I'm getting

Re: Performance degradation under load

2005-12-16 Thread Martin Gainty
Marc- What version of JVM? what version tomcat? Martin- - Original Message - From: Marc Richards [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Friday, December 16, 2005 11:02 AM Subject: Re: Performance degradation under load

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, Thanks to all, now I entered the ports 8082, 8009, 8443 and 8005 (for shutdown) and now Tomcat works, but I can't shutdown. There comes as usual: Using CATALINA_BASE: /home/tomcat/tomcat Using CATALINA_HOME: /home/tomcat/tomcat Using CATALINA_TMPDIR:

Re: Many questions are left unanswered.

2005-12-16 Thread Tim Funk
http://tomcat.apache.org/faq/tomcatuser.html#why -Tim George Sexton wrote: That would primarily be because your questions are badly asked. You might want to read: http://www.catb.org/~esr/faqs/smart-questions.html George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

Re: Tomcat and iptables?

2005-12-16 Thread Martin Gainty
Sebastian- send us the logs specifically stdout_MMDD.log Martin- - Original Message - From: Sebastian Funk [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, December 16, 2005 11:52 AM Subject: Re: Tomcat and iptables? Hi, Thanks to all, now I entered

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- Sorry, but I've got nothing named stdout*.log. Where should that be? - Original Message - From: Sebastian Funk [EMAIL PROTECTED] To: Tomcat Users List

Re: MultipartRequest problem

2005-12-16 Thread Adam Constabaris
Franklin Phan wrote: I have an old servlet that I need to recompile but cannot because it references MultipartRequest class. The servlet imports the following packages: import java.io.*; import java.sql.*; import java.util.*; import javax.servlet.*; import javax.xml.parsers.*;

Re: MultipartRequest problem

2005-12-16 Thread Franklin Phan
You are correct. My coworker confirmed that cos.jar came with his purchase of a servlet book by Jason Hunter, published by O'Reilly. I recall seeing that JAR in one of the libs. I'll try again with it in the compile path. Thanks. Adam Constabaris wrote: Franklin Phan wrote: I have an

Re: Tomcat and iptables?

2005-12-16 Thread Oscar Mechanic
Add in the follow iptables -A INPUT -j LOG iptables -A OUTPUT -j LOG Then do dmesg -c 2 /dev/null; Now do a shutdown then dmesg | grep 127.0.0.1 or just dmesg if you are running a cluster What ever comes out is what you are blocking on the local machine I would suggest you do iptables -I

Michelle Brett-Mitchell is out of the office.

2005-12-16 Thread mbrett-mitchell
I will be out of the office starting 12/16/2005 and will not return until 12/20/2005. I will respond to your message when I return. Please contact Liz Manning or Thomas Gaffney with any urgent issues. - To unsubscribe,

Re: Many questions are left unanswered.

2005-12-16 Thread Martin Gainty
Prathibha. Keep in mind that there are people helping out here who doing so for free without recompense or so much as a thank you These are the same people who are urging you to read http://tomcat.apache.org/faq/tomcatuser.html#why Personally I dont answer any query which is either rude,

Re: Adjusting Memory

2005-12-16 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread.

Re: Many questions are left unanswered.

2005-12-16 Thread Wade Chandler
--- David Delbecq [EMAIL PROTECTED] wrote: 100% mails would get don't know answer then, because at there is always someone who don't know. Commonly on mailing lists, if nobody answer, then nobody has knowledege and/or time to answer your question. Regards, Le Vendredi 16 Décembre 2005

Re: Many questions are left unanswered.

2005-12-16 Thread Terence M. Bandoian
Hi- I have found the Tomcat Users List to be an excellent source of information. I don't, however, think that it's a substitute for hard work or basic skills. Nor do I think it should be. Many thanks to the contributors for their efforts. -Terence M. Bandoian -Original Message- From:

Tomcat 5.5.12 clustering high load

2005-12-16 Thread Yogesh Prajapati
The detail on Tomcat Clustering Load Testing Environment: Application: A web Portal, Pure JSP/Servlet based implementation using JDBC (Oracle 10g RAC) and OLTP in nature. Load Test Tool: Jmeter Clustering Setup: 4 nodes OS: SUSE Enterprize 9 (SP2) on all nodes (kernel: 2.6.5-7.97) Sofwares:

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- I've got nothing named stdout*.log. Where so - Original Message - From: Sebastian Funk [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent:

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- I've got nothing named stdout*.log. Where so - Original Message - From: Sebastian Funk [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent:

Tomcat clustering under high load

2005-12-16 Thread Yogesh Prajapati
The detail on Tomcat Clustering Load Testing Environment: Application: A web Portal, Pure JSP/Servlet based implementation using JDBC (Oracle 10g RAC) and OLTP in nature. Load Test Tool: Jmeter Clustering Setup: 4 nodes OS: SUSE Enterprize 9 (SP2) on all nodes (kernel: 2.6.5-7.97) Sofwares:

Re: Tomcat 5.5.12 clustering - messages lost under high load

2005-12-16 Thread Peter Rossbach
Hey Yogesh, please update to current svn head. s. following bug that now fixed: http://issues.apache.org/bugzilla/show_bug.cgi?id=37896 S. 5.5.14 Changelog the see that more bugs exists inside 5.5.12. Please, report as it works! Peter Tipp: For high load the fastasyncqueue sender mode

Re: Tomcat Servlets not working

2005-12-16 Thread Bliesner, Christopher P
Hello, I've installed Tomcat 5.0.28 on a Unix System and our applications came up without a problem. However, the servlets that we have written for these Apps are not working. They worked fine with TC4.1.12. Please help! Here is an example of one of our web.xml files. Did something else

Re: Tomcat Servlets not working

2005-12-16 Thread Mark Thomas
Bliesner, Christopher P wrote: Hello, I've installed Tomcat 5.0.28 on a Unix System and our applications came up without a problem. However, the servlets that we have written for these Apps are not working. They worked fine with TC4.1.12. Please help! Here is an example of one of our

RE: Many questions are left unanswered.

2005-12-16 Thread Prathibha, Bharathi
Hi Mark, After seeing one of ur mails As u are the owner of the mailing lists , I just tried telling u that some questions are left unanswered. After seeing all these mails I am feeling really really bad!I am feeling like I shouldn't have subscribed to this mailing lists in the first

Re: Many questions are left unanswered.

2005-12-16 Thread Giorgio Clavelli
Bharathi, Don't be so tragic, I'm sure everybody appreciated you good intentions. It is just not practical what you suggested. Only who never say something, never make mistaks... On 12/17/05, Prathibha, Bharathi [EMAIL PROTECTED] wrote: Hi Mark, After seeing one of ur mails As u are

RE: Tomcat 5.5.12: custom mail resource property values ignored in META-INF\context.xml

2005-12-16 Thread Steve Widmar
This is partially resolved. Turns out there was a copy of $CATALINA_HOME/conf/[enginename]/[hostname]/(my-context-name).xml around from earlier. Not sure if I put it there or tomcat did, but removing that and redeploying got it to recognize my custom props. However, It seems like whenever a

Form Data

2005-12-16 Thread Muhammad Owais Ansari
Hi, All I am unable to get the posted xml data from a dotnet application (sending code attached) using the ServletInputStream (code attached). While if I tried to get the same posted data/XML in cgi pearl (code attached) and asp.net thought the inputstream it picks the data/XML as form data,