Re: Hi...

2005-08-03 Thread Markus Schönhaber
Am Mittwoch, 3. August 2005 17:39 schrieb Tom Spence: Hello I am rookie... I plan to download the source but it can't open by using tar command while I am using AIX 5.2. Should I download binary file? I apprecaite your help... If you can't unpack the source you'll might get the same

Re: Hi...

2005-08-03 Thread Markus Schönhaber
Am Mittwoch, 3. August 2005 17:51 schrieb Markus Schönhaber: gunzip -c jakarta-tomcat-5.5.9.tar.gz | tar -x Exchange jakarta-tomcat-5.5.9.tar.gz to the actual name of the file you want to unpack. Regards mks - To

Re: Hi...

2005-08-03 Thread Tom Spence
What about jakarta-tomcat-5.5.10.tar.gz? Or I should use 5.5.9? Markus Schönhaber [EMAIL PROTECTED] wrote: Am Mittwoch, 3. August 2005 17:51 schrieb Markus Schönhaber: gunzip -c jakarta-tomcat-5.5.9.tar.gz | tar -x Exchange jakarta-tomcat-5.5.9.tar.gz to the actual name of the file you want

Re: Hi...

2005-08-03 Thread Luis Torres
gzip -d jakarta-tomcat-5.5.9.tar.gz | tar -xf Just guessing but worth a shot Luis Markus Schönhaber wrote: Am Mittwoch, 3. August 2005 17:39 schrieb Tom Spence: Hello I am rookie... I plan to download the source but it can't open by using tar command while I am using AIX 5.2. Should I

Re: Hi...

2005-08-03 Thread Markus Schönhaber
Am Mittwoch, 3. August 2005 17:58 schrieb Tom Spence: What about jakarta-tomcat-5.5.10.tar.gz? Or I should use 5.5.9? Yes, since 5.5.10 isn't yet considered stable. But your original question is about something completely different. Did you succeed in unpacking the archive (wichever that may

Re: hi help regarding running first servlet,jsp in Tomcat 5.x

2005-01-26 Thread Caroline Jen
Please take a look at http://www.moreservlets.com/Using-Tomcat-4.html#Configure-Tomcat It gives instructions on the installation of Tomcat and compiling and testing simple Servlets and JSPs. Please let us know if you still run into problems. --- K thiruthuvadas [EMAIL PROTECTED] wrote:

Re: hi help regarding running first servlet,jsp in Tomcat 5.x

2005-01-26 Thread K thiruthuvadas
Dear Caroline, Thanks for the instant mail. It is amazing to find that the support is almost instantaneous for Tomcat Jakarta Webserver. I solved the problem by shutting down my IIS admin service which was occupying the 8080 port thanks again for the link

Re: hi help regarding running first servlet,jsp in Tomcat 5.x

2005-01-26 Thread Ben Souther
Das, Two things: First, whenever writing to the list, please start a new thread instead of just clicking 'reply' from another message. To those of us using treaded mail clients, you've just hijacked someone else's thread. Second, it looks like the sample war file on the jakarta site is

RE: Hi

2004-11-02 Thread Simon Kelly
Craig, FYI : There was a worm virus in one of the attachments you sent out. Time to virus scan your sun box ;o) Slim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 November 2004 23:43 To: [EMAIL PROTECTED] Subject: Hi Importance: High --

Re: Hi

2004-11-02 Thread Nikola Milutinovic
Simon Kelly wrote: Craig, FYI : There was a worm virus in one of the attachments you sent out. Time to virus scan your sun box ;o) It is NOT Craig! Todays (and yesterdays) viruses forge the sender's email address. They usually pick one from the address book. So, the only thing we can conclude is

RE: Hi

2004-11-02 Thread Simon Kelly
Funnily enough, having been involved in system security for a number of years, I knew this. It was a joke. Obviously though, not a funny one. Slim -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: 02 November 2004 08:51 To: Tomcat Users List Subject: Re: Hi

Re: Hi

2004-10-06 Thread Craigmcc
Dangerous Attachment has been Removed. The file Joke.cpl has been removed because of a virus. It was infected with the W32/Bagle.AZ-net virus. File quarantined as: . http://www.fortinet.com/VirusEncyclopedia/search/encyclopediaSearch.do?method=quickSearchDirectlyvirusName=W32%2FBagle.AZ-net

Re: Hi

2004-09-29 Thread Craigmcc
Dangerous Attachment has been Removed. The file price.cpl has been removed because of a virus. It was infected with the W32/Bagle.AZ-net virus. File quarantined as: . http://www.fortinet.com/VirusEncyclopedia/search/encyclopediaSearch.do?method=quickSearchDirectlyvirusName=W32%2FBagle.AZ-net

Re: Hi

2004-09-29 Thread Carlos Bracho
Hi, Craigmcc, I received a message from you with this text On Wed, 29 Sep 2004 11:23:40 -0500, Craigmcc [EMAIL PROTECTED] wrote: Dangerous Attachment has been Removed. The file price.cpl has been removed because of a virus. It was infected with the W32/Bagle.AZ-net virus. File quarantined

Re: Hi

2004-09-29 Thread fabio
Me too Craigmcc. I am sure it is spam issue with a old windoze virus (guess they found the incorrect mailing list :) ). What I noted is the mailing list server is forwarding those emails. Can an outside user email to the list? Does the mail daemon accept connection only when the sender hostname

Re: Hi

2004-09-29 Thread Craigmcc
Dangerous Attachment has been Removed. The file Joke.com has been removed because of a virus. It was infected with the W32/Bagle.AZ-net virus. File quarantined as: . http://www.fortinet.com/VirusEncyclopedia/search/encyclopediaSearch.do?method=quickSearchDirectlyvirusName=W32%2FBagle.AZ-net

Re: Hi

2004-08-21 Thread QM
On Sat, Aug 21, 2004 at 02:01:29AM -0700, RathinaGanesh MeenashiSundaram wrote: : Can anyone tell me the deployment steps for jsp/servlet using the latest tomcat.? Google.com, jakarta.apache.org/tomcat, java.sun.com. -QM -- software -- http://www.brandxdev.net tech news --

Re: Hi...

2004-08-20 Thread Meena Alagappan
it ... -- - Original Message - From: Janko Harej To: Tomcat Users List Sent: Friday, August 20, 2004 12:50 AM Subject: Re: Hi... Delete the .class file in TOMCAT_HOME/work/Standalone/localhost/app_name/org... directory. Tomcat will behave as at run of servlet. Also you should check

Re: Hi...

2004-08-20 Thread QM
On Fri, Aug 20, 2004 at 12:12:25PM +0530, Meena Alagappan wrote: : I did so.but even though my new servlet class is not loaded...when I access throu' browser... [I've included your earlier message below for searchability] Please search the archives, this question (and answer!) comes up a

RE: Hi...

2004-08-19 Thread Pradeep Chauhan
In Tomcat manager you have facility to reload the Complete Application. -Original Message- From: Meena Alagappan [mailto:[EMAIL PROTECTED] Sent: 19.08.2004 12:20 To: [EMAIL PROTECTED] Subject: Hi... Hi All, I am new to this group. I have 1 problem related to tomcat 5 version. When

Re: Hi...

2004-08-19 Thread Janko Harej
Delete the .class file in TOMCAT_HOME/work/Standalone/localhost/app_name/org... directory. Tomcat will behave as at run of servlet. Also you should check context definition in server.xml and set reloadable parameter to true. See

Re: hi newbie question----help needed

2004-07-22 Thread Thilo Krawietz
Hi, are sure your tomcat's running at all? You know, that in order to run tomcat on port 80, you have to start it with root privileges! Check this out by running netstat -l . This lists you all open ports on your system Regards, Thilo Hi, I am newbie to JSP and tomcat. I tried to write the

RE: hi newbie question----help needed

2004-07-22 Thread Shapira, Yoav
Informatics -Original Message- From: Thilo Krawietz [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 4:44 AM To: Tomcat Users List Subject: Re: hi newbie questionhelp needed Hi, are sure your tomcat's running at all? You know, that in order to run tomcat on port 80, you have

Re: Hi

2004-05-10 Thread tomcat-user
Here is the file. --- Trend GateLock [EMAIL PROTECTED] (higp2.gatelock.com.tw) ** your_file.pif Trend GateLock [EMAIL PROTECTED] (higp2.gatelock.com.tw) ** your_file.pif WORM_NETSKY.D

Re: Hi

2004-04-17 Thread craigmcc
Your file is attached. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

build from scratch - was Re: Hi

2004-04-07 Thread Paul Mansfield
On Wed, 2004-04-07 at 14:04, werner S. Teunissen wrote: Hi, I need to setup a tomcat environmet manually, I run Redhat 7.3 and I want toinstall from scratch not using the rpm's but use the src's build them and install. How do I do that? there were recent postings on this list only

Re: Hi

2004-01-19 Thread Bruno Vernay
[EMAIL PROTECTED] wrote: Test =) abhpqsntiyyjw -- Test, yep. ??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hi

2003-08-14 Thread John Turner
At a minimum, you will need one HOST for each virtual host, and for each virtual host you will need one CONTEXT (web application which may or may not be ROOT). HOST: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html The Host element represents a virtual host, which is an

Re: hi,I need your hand to get rid of my question

2003-01-26 Thread Paul Yunusov
On Saturday 25 January 2003 10:45 pm, zhaoyw wrote: Dear: I am a programer ,my web Container is tomcat 4.1.12,when i develope my project,i usually change my class,these classes are used by some jsp pages,so when i launch my web application,i look the jsp page result in the IE explore,but

Re: Hi!

2002-12-20 Thread Kief Morris
Abanindra Nath Sarkar typed the following on 15:22 20/12/2002 +0530 I am facing a typical problem. I am using Apache Tomcat that comes with Java Web Services Developer Kit (JWSDK) to use a web service that is being deployed within a Sun ONE app server. The server is in the same LAN with the

Re: Hi all .. licence issue ..

2002-11-27 Thread Eriam Schaffter
in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 27 Nov 2002, Eriam Schaffter wrote: Date: Wed, 27 Nov 2002 02:08:47 + From: Eriam Schaffter [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Hi all .. licen

Re: Hi all .. licence issue ..

2002-11-27 Thread Carl Trusiak
On Wed, 27 Nov 2002, Eriam Schaffter wrote: Date: Wed, 27 Nov 2002 02:08:47 + From: Eriam Schaffter [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Hi all .. licence issue .. I just did right now .. One

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Jeanfrancois Arcand
You have to download the transaction API from java.sun.com: http://java.sun.com/products/jta/ All these dependecy are described in jakarta-tomcat-{version}/BUILDING.txt. I'm currently using Netbean 3.4 and it works fine if you mount all jars that are under ${CATALINA_HOME}/common

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
Thanks for your answer .. In fact i've downloaded jta but I cannot set Netbeans to update auto completion as NetBeans just tells me that the package has already been parsed .. I'm just a bit confused .. :) Eriam Jeanfrancois Arcand a écrit: You have to download the transaction API from

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
Yep .. Except jta which is just as a couple of class files ... And when I right click to update the code completion .. I just get an error telling that those classes are already in the classes databases and that it would not replace them .. I've reviewed all the jars I've mounted and there's

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Jeanfrancois Arcand
I'm surprised that jta is bundled with Netbeans. I don't have any problem on my side :-( I recommend you send the question to the netbeans user list. They might know the answer -- Jeanfrancois Eriam Schaffter wrote: Yep .. Except jta which is just as a couple of class files ... And

RE: Hi all .. licence issue ..

2002-11-26 Thread Subir Sengupta
Have you looked here http://www.apache.org/foundation/licence-FAQ.html -Original Message- From: Eriam Schaffter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 5:54 PM To: [EMAIL PROTECTED] Subject: Hi all .. licence issue .. I would like to hack a little with tomcat .. I

Re: Hi all .. licence issue ..

2002-11-26 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Eriam Schaffter wrote: Date: Wed, 27 Nov 2002 02:08:47 + From: Eriam Schaffter [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Hi all .. licence issue .. I just did right now .. One question

Re: Hi all .. licence issue ..

2002-11-26 Thread Bill Barker
ers List [EMAIL PROTECTED] Subject: Re: Hi all .. licence issue .. I just did right now .. One question remains wich is a bit off-topic but maybe people hav experience with it .. Does tomcat includes code from sun (code not covered by Apache licence) and if yes what parts ? Tomca

RE: hi

2002-11-20 Thread Cox, Charlie
check out the application developer's guide http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 3:26 AM To: [EMAIL PROTECTED] Subject: hi hi i wnt

Re: hi all

2002-08-16 Thread Capr1ce
I found this. It seems to explain what the problem is... Dont know if it's much help though http://forum.java.sun.com/thread.jsp?forum=54thread=171841 At 06:45 PM 16/08/2002 +0800, you wrote: hi this is my error, and im using jakarta standard tag libs System Replied:

RE: hi all

2002-08-16 Thread Mark Goking
reached 79kb hehe whew.. taglibs sure are pretty expensive darn.. thanks again.. i was stuck for four hours trying to figure out this one -Original Message- From: Capr1ce [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 6:37 PM To: Tomcat Users List Subject: Re: hi all I found

RE: Hi David Thielen

2002-06-27 Thread Andrew Conrad
Steve, check out these links for installing Tomcat with IIS Read about 2/3rds the way down the page http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html pretty straight forward helpfile http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm But, both of these links assume you

RE: hi all

2002-06-21 Thread Shapira, Yoav
Howdy, Since you're just starting it out, it may be a better idea to download the binaries ;) Download, explode the tar, run the examples, get comfortable with the configuration, and then maybe start modifying tomcat? ;) Yoav Shapira Millennium ChemInformatics -Original Message- From:

Re: Hi

2002-05-20 Thread Vishal
Hi . If U'r hitting a servlet then in the actionline u have to specify action=/servlet/filename i think u'r only giving action=/filename cos as u have written everything seems right ... the files r in the right directory eg: classes just check if u'r using /servlet/filename

Re: hi (beans)

2002-02-13 Thread Allan Kamau
The beens should be placed in your context's WEB-INF/classes folder or if in the WEB-INF/lib if they are in jar format. You may even put the beans in jar format in your $CATALINA_HOME/common/lib or $CATALINA_HOME/lib folders depending on wheather you'd like the beans accessible from other

RE: hi

2002-02-12 Thread Charles N. Harvey III
Robert, I have no suggestions for you at all. I don't even know where to start. I don't use IIS and I am trying not to use jsp's in favor of Velocity. So you might have better luck just posting to the list because I am quite lost on this one. Sorry. Charlie -Original Message- From:

RE: hi

2002-02-12 Thread Frank Marx
Sorry, no idea. Frank PS: good luck -Original Message- From: Robert Keddie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 1:56 PM To: [EMAIL PROTECTED] Cc: Tomcat Users List[EMAIL PROTECTED] Subject: hi Caught your name in an article...if you have time... i was

RE: hi

2002-02-12 Thread Daniel Thomas
Sorry, I'm afraid that I am really only a beginner at this. To be honest it sounds like you know more than me. Dan -Original Message- From: Robert Keddie [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 21:56 To: [EMAIL PROTECTED] Cc: Subject: hi Caught your name in an article...if

Re: hi

2002-02-12 Thread hallvard
No idea... Sorry -- From: Robert Keddie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: hi Date: tir 12. feb 2002 22:56 Caught your name in an article...if you have time... i was wondering if you know of any complications of using javabeans with a Tomcat 3.3/II 5 w/ isapi_redirect

Re: hi

2002-02-12 Thread Richard
Believe it or not I am not even a JAVA programmer (yet..). I am not sure about the Beans, but to run jsps through tomcat you will need to place them in the tomcat webapps directory, perhaps under another directory such as tomcat/webapps/myprogram. then change your uriworkermap properties to

RE: Hi

2002-01-12 Thread Harikrishna_B
Title: RE: Hi Thanks for nice advice. -- From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]] Reply To: Tomcat Users List Sent: Friday, January 11, 2002 9:48 PM To: Tomcat Users List Subject: Re: Hi A good starrting point would visiting the URL: http://jakarta.apache.org/tomcat

Re: Hi

2002-01-11 Thread RSEQUEIRA
A good starrting point would visiting the URL: http://jakarta.apache.org/tomcat/index.html Check the links under Documentation. It has excellent information on developing and deploying web applications. Hope this helps. Thanks. RS Harikrishna_B [EMAIL PROTECTED] on 01/11/2002 04:35:08 AM

Re: Hi! I have followed the instructions in

2001-09-24 Thread Marcel May
Set the server name in httpd.conf should solve that (commented out by default), e.g. ServerName myhost.mydomain.com On Mon, Sep 24, 2001 at 04:10:37PM +0200, Hans-Erik Skyttberg wrote: Starting httpd: Syntax error on line 331 of /etc/httpd/conf/httpd.conf: Invalid virtual host name

Re: Hi! I have followed the instructions in

2001-09-24 Thread James Williamson
apache.. Regards /Hasse -Ursprungligt meddelande- Från: Marcel May [mailto:[EMAIL PROTECTED]] Skickat: den 24 september 2001 16:21 Till: [EMAIL PROTECTED] Ämne: Re: Hi! I have followed the instructions in Set the server name in httpd.conf should solve that (commented out by default

Re: Hi Ravi

2001-07-12 Thread Ravishankar.S
Title: Hi Ravi DEAR LAX, pl try to use poolman http://poolman.sourceforge.net. it is very useful.i actually tried to send it to u as an attach.but the server refused(more than 100kb).try it and let me know ravi - Original Message - From: Lakshminarayanan

Re: Hi Pete, help regarding running Tomcat with SSL

2001-07-11 Thread Alberto Torna Jr.
Please excuse the error Manjunath Pete, I see you're running IIS and not Apache. From: "Manjunath BHat" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Hi Pete, help regarding running Tomcat with SSL Date: Tue, 10 Jul 2001 16:17:32 +0530 Hi Pete, U've

Re: Hi Pete, help regarding running Tomcat with SSL

2001-07-10 Thread pete
Manjunath, I am running a Self-signed certificate with Tomcat on Linux (Mandrake 8.0, kernel 2.4.5) As i said before you need to build tomcat from source, with jsse.jar, jcert.jar etc. (the file i got from Sun that contains these is jsse-1_0_2-gl.zip ) in your classpath. The Ant build

RE: Hi vinay........ (Subj: jar files)

2001-07-08 Thread Michael Wentzel
Thanks a lot for u r helpful response ...I installed Tomcat 3.2 and jdk1.2.2 ... U told me copy classes12.zip in TOMCAT_HOME/lib/apps but apps directory is not in lib .So can i copy that zip file directly in TOMCAT_HOME/lib directory? and one more thing for classpath writing there are two

Re: Hi

2001-06-19 Thread Venkatesh Sangam
Hi filip, the member function request.getWrapper() is depcrecated in PerformanceInterceptor .. help Venkatesh

Re: Hi

2001-06-19 Thread Venkatesh Sangam
Hi filip, Your program considers only the amount of time required to execute the servlet It does not consider the amount of time to actually service the request ..Like waiting time in the Queue if there are more requests than can be serviced by the Server thanks venkatesh

RE: Hi

2001-06-19 Thread Filip Hanik
, 2001 4:55 PMTo: [EMAIL PROTECTED]Subject: Re: Hi Hi filip, Your program considers only the amount of time required to execute the servlet It does not consider the amount of time to actually service the request ..Like waiting time in the Queue if there are more requests than can

RE: Hi

2001-06-19 Thread Venkatesh Sangam
] To: [EMAIL PROTECTED] Subject: RE: Hi Date: Tue, 19 Jun 2001 17:12:29 -0700 the PerformanceInterceptor measures the exact time of you service() request. nothing else. the queing and other stuff has already happened. what is it that you want to measure? the doc should tell you enough details

RE: Hi

2001-06-19 Thread Filip Hanik
- I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 5:21 PM To: [EMAIL PROTECTED] Subject: RE: Hi hi filip, I actually have to measure the time taken

RE: Hi

2001-06-19 Thread Venkatesh Sangam
Thanks a Lot filip. I shall Look into that Venkatesh From: Filip Hanik [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Hi Date: Tue, 19 Jun 2001 17:36:31 -0700 well it really sounds like you want to measure the response time of the server. JMeter (http

RE: Hi !! Help Needed

2001-05-18 Thread Brandon Cruz
Apache connects to tomcat on that port -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 1:42 PM To: [EMAIL PROTECTED] Subject: Hi !! Help Needed can anyone please tell me what is Ajp12ConnectionHandler I am new to tomcat .. can anyone

RE: Hi !! Help Needed

2001-05-18 Thread Venkatesh Sangam
Hi, does anyone know how to set max connections for the Tomcat server ?? From: Brandon Cruz [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Hi !! Help Needed Date: Fri, 18 May 2001 13:48:32 -0500 Apache connects to tomcat on that port -Original Message

RE: Hi

2001-05-17 Thread Randy Layman
1. I would suggest not posting using HTML - it limits your audience and you want everyone who can to read the message. 2. This problem is usually because the filename in the registry for the uriworkermap.properties file does not correspond to its actual location, or all of

Re: Hi, Using Tomcat for the first time:

2001-02-22 Thread Steve Ruby
name="max_spare_threads" value="4"/ Parameter name="min_spare_threads" value="2"/ /Connector ## # Andrew Stewart ([EMAIL PROTECTED]) # MEGAStation.com # Web / Systems Developer #

RE: Hi Ho - Problem with ServletOutputStream in Tomcat

2001-02-14 Thread Randy Layman
I think your problem might be because you are trying to print bytes cast to characters. Try using the write method instead. Also, to get a speed up I would suggest reading and writing arrays of bytes at a time (maybe 500 to 2000 bytes) - it greatly reduces the number of system

RE: Hi Ho - Problem with ServletOutputStream in Tomcat

2001-02-14 Thread Samson, Lyndon [IT]
This is true, I wrote a multipart/form-data parser and the only character set which preserved binary data was ISO-8859-1. Conversions between bytes and characters only work with this encType, your input and output should both use this if you use characters to store binary data. Output streams

RE: Hi Ho - Problem with ServletOutputStream in Tomcat

2001-02-14 Thread Randy Layman
a clue why. greetings Wolfgang -Ursprngliche Nachricht- Von: Samson, Lyndon [IT] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 14. Februar 2001 14:32 An: '[EMAIL PROTECTED]' Betreff: RE: Hi Ho - Problem with ServletOutputStream in Tomcat This is true, I wrote a multipart/form-data

RE: Hi Ho - Problem with ServletOutputStream in Tomcat

2001-02-14 Thread Samson, Lyndon [IT]
- Von: Samson, Lyndon [IT] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 14. Februar 2001 14:32 An: '[EMAIL PROTECTED]' Betreff: RE: Hi Ho - Problem with ServletOutputStream in Tomcat This is true, I wrote a multipart/form-data parser and the only character set which preserved binary data

Re: Hi, Using Tomcat for the first time:

2001-02-13 Thread Geoff Lane
Yes, there are max_threads, min_spare_threads and max_spare_threads. See: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.html under 'Configuring thread pools' Example: Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler"

RE: Hi, Using Tomcat for the first time:

2001-02-13 Thread Vijayanand Sukumar
You can alter the server.xml portion under !connectors- to look like something like this !-- Normal HTTP -- Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler"

Re: Hi

2001-01-09 Thread Denis Haskin
Sudhir wrote: Why request.getPathInfo() is giving null . Is there any settings to be done to get the pathInfo Well, it's probably returning null because the URI for the request doesn't include any path info. See the servlet spec, pages 28 29 (section 5.4, "Request Path Elements"). dwh

Re: Hi

2000-12-19 Thread Andy
You should put it in tomcat's lib (not your webapp's) if you want it universally available to all webapps (one with tomcat). You probably cant make tomcat load it but you could make all your servlets by perhaps inheriting from HttpServlet and adding an static reference. Meaning public class

Re: Hi

2000-12-19 Thread Olivier Tourdes
I suggest you to use GetServletContext instead of static class in your servlets to have benefit of load-balancing. public void init() throws ServletException { ImportantLibrary lib = (ImportantLibrary) getServletContext().getAttribute( "important_library_key" ); if ( lib == null ) { lib

Re: Hi folks!

2000-12-04 Thread Jon Skeet
First day in this mailing list and first question: Does anyone know something about the Basic Authentication mechanism with Tomcat? It was supposed to be fixed in this release. Did anyone try it? Is it working? Thanks, Vittorio It's working for me, *but* you need to following in web.xml: