AW: flush=false not working?

2002-06-14 Thread Ralph Einfeldt
I see one additonal problem with the original aproach. If you don't set the buffersize big enough to hold the complete result of a request and there several includes that produce parts of the result you don't have control which include will be the last one to access the header before the

charset fail to set browser encoding

2002-06-14 Thread Kenneth Tang
Hi, I am new in using Tomcat. I got a problem in displaying i18n char in jsp page. I got a simple jsp page as below: html head META http-equiv=Content-Type content=text/html; charset=gb2312 /head font face=Verdana, Arial, Helvetica, sans-serifbfont size=3×¢²á/font/b/font The charset have

Default Website -- Still not working -- Thanks!

2002-06-14 Thread S W
Hi Everyone, I know I've previously asked this question, but I'm still having issues with it, I'm still a new to Tomcat. I would really appreciate further guidance on this issue. I'm trying to setup Tomcat so the default directory is something else other then Examples when I type in the IP

Re: web.xml how-to

2002-06-14 Thread Markus Kirsten
Check the DTD for web.xml or RTFM. http://jakarta.apache.org/tomcat Markus On fredag, juni 14, 2002, at 03:34 , Scott Seidl wrote: Can someone give me a good resource on how to create the web.xml file for a web application using servlets? Thanks Scott -- To unsubscribe, e-mail:

Re: front controller pattern and security

2002-06-14 Thread Martin Jacobson
John Gregg wrote: Hi all. I've been thinking about how the j2ee front controller pattern (used by Struts et al.) does/does not take advantage of url-based authorization constraints in web.xml. I want to avoid having to check roles in my own code as much as possible. At first I thought I

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread Martin Jacobson
Jacob Kjome wrote: The definitive solution has been provided by Leslie Hughes [EMAIL PROTECTED] here: snip So, please, do yourselves a favor and ignore the docs for a bit on this one. Copy the configuration line for line that Leslie has provided. Then, of course, change the values

AW: charset fail to set browser encoding

2002-06-14 Thread Torsten Fohrer
try, %@ page contentType=text/html; charset=gb2312 % at the first line in your jsp page. -Ursprüngliche Nachricht- Von: Kenneth Tang [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Juni 2002 09:26 An: [EMAIL PROTECTED] Betreff: charset fail to set browser encoding Hi,

RE: Default Website -- Still not working -- Thanks!

2002-06-14 Thread Dennis van den Berg
I think what you want is this in your server.xml: Context path= docBase=webapps/Test debug=0 Dennis -Original Message- From: S W [mailto:[EMAIL PROTECTED]] Sent: vrijdag 14 juni 2002 9:35 To: [EMAIL PROTECTED] Subject: Default Website -- Still not working -- Thanks! Hi Everyone, I

AW: Apache SSLCERT + Tomcat 3.3 + keytool

2002-06-14 Thread Power-Netz \(Schwarz\)
See http://www.comu.de/docs/tomcat_ssl.htm | i have a THAWTE standart CERTIFICATION which thawte says it's X.509v3 , | but the keytool does not allow to import the corresponding RSA key, | with / without the password, build as .pem file. | The same .pem works great with the apache. |

RE: [offtopic] IDE for Tomcat?

2002-06-14 Thread John Niven
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 13 June 2002 19:14 To: 'Tomcat Users List' Subject: RE: [offtopic] IDE for Tomcat? Hi - This was just posted earlier today: http://www.netbeans.org/ It looks very promising, but I haven't worked with

AW: Error found while connecting to mysql from JSP page deployedontomcat

2002-06-14 Thread Power-Netz \(Schwarz\)
Hi, I have installed tomcat on HP-UX box.I have deployed my web application on tomcat container.I have copied mysql JDBC driver under common/lib area. While running the application i am getting following error Cannot load JDBC driver class 'null' java.lang.NullPointerException:

AW: Tomcat performance issues

2002-06-14 Thread Power-Netz \(Schwarz\)
Hi All I have designed some jsp pages which extract from a database. But the pages can take upto 5 minutes before they show the content. Is there anyway I can pinpoit where the bottle neck is. My current settings are APACHE + MOD_jk + Tomcat 4.03 (could the bottle neck be my Apache and

I can't startup tomcat 4.0.3 with security option

2002-06-14 Thread paolo
I' ve installed tomcat 4.0.3 on Linux 7.2 and I try to start with security option but It doesn't work: the error message is: Catalina.start: java.security.AccessControlException: access denied (java.io.FilePermission /var/tomcat4/conf/server.xml read) server.xml is tomcat4.tomcat4 for owner

Re: Tomcat performance issues

2002-06-14 Thread Giorgio Ponza
If you disable the database connection, the time is still long? Are you sure is not a db problem? Hi - Original Message - From: Power-Netz (Schwarz) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 14, 2002 11:59 AM Subject: AW: Tomcat performance issues

Tomcat 4.0.3 on Solaris

2002-06-14 Thread Heap, John
Hi all, We are trying to build Tomcat 4.0.3 on Solaris 2.6 and are having trouble locating a copy of the JAXP 1.1.3 we have tried JAXP 1.2 but it doesn't seem to work. Does anybody have a copy or know where it can be found. cheers John.

RE: [offtopic] IDE for Tomcat?

2002-06-14 Thread Donie Kelly
Has anybody used Visual Café 4.5.2? We just bough the expert edition and it's total crap. Cannot get it to do remote debugging... Cannot compile Tomcat code with internal JDK 1.3.0_1 (Says it cannot locate main in Bootstrap.class ??) Works with JDK 1.2.2 (internal) Using external JDK works but

SIGTERM to stop TOMCAT

2002-06-14 Thread Krause Karin
Hi all, I've got a question regarding stopping TOMCAT on solaris. I use TOMCAT 4.0.3 Standalone (without any webserver) Solaris 2.6 jdk1.3.1 Here my question: Is it valid to stop TOMCAT by sending SIGTERM to the process? I'd like to do so, because I started TOMCAT within a monitoring process.

RE: Default Website -- Still not working -- Thanks!

2002-06-14 Thread Garling, Matthew
Hi S W, Sorry about my earlier answer. This was based on earlier versions. In version 4.0.3 you need to add a Context entry like you mentioned. Important to know is that the path must be zero-length string i.e. . This is explained in the documentation in the section concerning the Context

manager not accepting the username and password

2002-06-14 Thread Vikramjit Singh
Hi, I have installed my tomcat 4.0.3. i had changed the user name, password and role in tomcat-users.xml file to what i needed and that time it was working. Now when i give the same user id and password it is not accepting. I cant understand this weird behaviour. I have checked the tomcat-users

testing tomcat

2002-06-14 Thread Matthew Oatham
Hi, I have tomcat up and running on Solaris. The only access I have to this machine is via Telnet. Is there any tools I can install on Solaris to test that Tomcat is running and able to server pages. I know I could use a browser and hit the URL but the machine is behind a NAT box so before I

Tomcat SSL + VHosts was: Apache SSLCERT + Tomcat 3.3 + keytool

2002-06-14 Thread Power-Netz \(Schwarz\)
and now to MultiDomainVirtuellHosting and SSL with different CERTS :-) To add serveral CERTS to the keyring is not the problem, but to tell Tomcat to use a specific key for a vhost. Is this possible?? I can't see any options for this in the vhost xml directives. Any suggestions? -- To

RE: testing tomcat

2002-06-14 Thread Jean Christophe Rousseau
When you're logged on your solaris system try : telnet 127.0.0.1 port then hit return key GET / HTTP/1.0 then hit twice return key port should be 8080 if you did not change it. you should get the default tomcat web page if it's up and running. Christophe -Message d'origine- De :

AW: testing tomcat

2002-06-14 Thread Ralph Einfeldt
You can use wget to request pages locally. http://wget.sunsite.dk/ http://www.sunfreeware.com/programlistsparc8.html#wget -Ursprüngliche Nachricht- Von: Matthew Oatham [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Juni 2002 13:37 An: '[EMAIL PROTECTED]' Betreff: testing tomcat

Re: testing tomcat

2002-06-14 Thread Tim Funk
Is lynx installed on the Solaris box? Use that to test the site - assuming your site works with a text browser. Or if you want to have lots of fun, the firewalls allow it, your machine is addressable, and Netscape is installed on the Solaris box - launch Netscape (or similar) on the Solaris

Re: Other question

2002-06-14 Thread Laura
Hi, I have installed your code in my Tomcat (4.0.2 + apache). But it doesn't seem to be correct. It writes in tomcat.pid a PID that doesn't seem to be correct: I have tried to do: kill -9 PID (which is in the tomcat.pid) and the system tells me: bash: kill: (3977) - No such pid Where

Re: Other question

2002-06-14 Thread Tim Funk
Welcome to PID hell! I have this working on HPUX, if you are trying this on another UNIX - I'm not sure what may happen but here are some hints to track things down. 1) Make sure the directory you are starting tomcat you are typing bin/startup.sh. This ensures you will write the the correct

AW: Other question

2002-06-14 Thread Ralph Einfeldt
I think that under linux this will not work anyway because every thread has it's own pid and you won't know wether the thread that was used to run the servlet is still alive. -Ursprüngliche Nachricht- Von: Tim Funk [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Juni 2002 14:26 An:

RE: Multiple Tomcats on one server

2002-06-14 Thread Turner, John
You can run multiple instances of tomcat on one server, no problem. I have a production server that has 8 instances of tomcat (3.x) running at the moment, I'm sure other people have done it with more. instance is not equal to installation. Tomcat is only installed once, but on startup,

RE: Tomcat 4 java.lang.OutOfMemoryError - More Info?

2002-06-14 Thread Shapira, Yoav
Howdy, No, I don't mean JPDA_OPTS: those are for debugging. CATALINA_OPTS is the environment variable, and one (good) place to set is is in $CATALINA_HOME/bin/catalina.sh. You can also set it in other scripts that start / stop tomcat, etc. I always thought the internal documentation in

Re: manager not accepting the username and password

2002-06-14 Thread Jacob Kjome
Not sure if this is true, but somewhere I read that you have to have both manager and admin roles assigned to the user attempting access to the manager context. Jake At 04:37 PM 6/14/2002 +0530, you wrote: Hi, I have installed my tomcat 4.0.3. i had changed the user name, password and role

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread Jacob Kjome
Well, I confess that I've never tried this on 4.0.3. I guess your solution is to upgrade to 4.1.3 beta. There is *no* Tyrex to give you any phantom hsql driver issues. So, I guess my guarantee only applies to 4.1.3 that I've actually tested this on. I suggest the upgrade. Jake At 10:23

RE: Cant compile tomcat 4.0.3 as a module to apache 2.0

2002-06-14 Thread Turner, John
I think you might be dragging in the wrong apxs. As far as I know, /usr/sbin/apxs is the apxs for Apache 1.3. If you've installed Apache 2, the apxs you want should be somewhere like $APACHE_HOME/bin. I don't have access to my apache 2 box at the moment, but I got a similar error and solved

RE: [offtopic] IDE for Tomcat?

2002-06-14 Thread John Gregg
I agree. You don't need $3000 IDEs. I use UltraEdit + JSwat + Ant + WinCVS. Total cost: $30. Make sure to take advantage of the configurable tools in your editor, if it has any. I can launch Tomcat, Postgres, JUnit, and compile, run, clean, you name it all from within UltraEdit. Some of my

RE: [offtopic] IDE for Tomcat?

2002-06-14 Thread Turner, John
The John way rocks. :) John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: John Gregg [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 9:46 AM To: 'Tomcat Users List' Subject: RE: [offtopic] IDE for Tomcat? I agree. You don't need $3000 IDEs. I use

Multiple Tomcats on one server

2002-06-14 Thread Jack Li
How to run setup multiple instances of Tomcat 4 on Windows 2000 since tomcat runs as a service? Thanks, Jack Li -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 8:58 AM To: 'Tomcat Users List' Subject: RE: Multiple Tomcats on one server You

AW: manager not accepting the username and password

2002-06-14 Thread Friedli Beat
In Tomcat 3.x you have to define the role admin. In Tomcat 4.x you have to define the role manager. mit freundlichen Grussen Galexis AG Beat Friedli . SW-Entwicklung (DDIS/ASW) Grubenstrasse 11 . CH-3322 Schoenbuehl tel: +41 (0)31 858 72 32 . fax: +41 (0)31 858 78 81 -Ursprungliche

RE: web.xml how-to

2002-06-14 Thread Josh Fenlason
http://developer.java.sun.com/developer/Books/javaserverpages/servlets_javas erver/servlets_javaserver05.pdf -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: ATTN IIS-Tomcat redirector developers - I am stuck with this foroveraweek now - PL HELP

2002-06-14 Thread BBui
Hi, I had the same issue but with using FORM. Do we have to set the REALM if we use form? Bao-Ha Dam Bui [EMAIL PROTECTED] S. Jude Medical, Inc 651.765.1018 -Original Message- From: Friedli Beat [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 12:57 AM To: 'Tomcat Users

Re: Other question

2002-06-14 Thread Joel Sather
I tried to run Tim's original sh script under Solaris and it wouldn't give me anything, so I wrote a version in Perl. My script looks like this: --- #!/usr/local/bin/perl open (PIDFILE, logs/tomcat.pid); print

Versisign Global Certificate and Tomcat 4.0.3?

2002-06-14 Thread Ryan Cornia
My company requires we use Verisign Global Certificates and I'm currently running Tomcat 4.0.3 in standalone mode. Is it possible to install a global certificate into Tomcat stand alone? Anyone out there doing it? Thanks, Ryan

Re: Fw: Other question

2002-06-14 Thread marco spinetti
Hi , excuse me, but the function getppid() ? What is this? Can you send me? Thanks a lot Laura Alle 16:20, venerdì 14 giugno 2002, hai scritto: - Original Message - From: Joel Sather [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 14, 2002 4:05 PM Subject: Re:

Re: Fw: Other question

2002-06-14 Thread Laura
Hi, can you send me the function too? The perl script can be the solution. Thanks Laura Alle 16:31, venerdì 14 giugno 2002, hai scritto: Hi , excuse me, but the function getppid() ? What is this? Can you send me? Thanks a lot Laura Alle 16:20, venerdì 14 giugno 2002, hai

RE: [offtopic] IDE for Tomcat?

2002-06-14 Thread Larry Meadors
Or you could just download netbeans. It's free. CVS integration, JPDA debugger, ant integration. Total cost: nada, nothing, zilch, zippo. Am I glad it is friday. ;-) Larry [EMAIL PROTECTED] 06/14/02 07:46 AM I agree. You don't need $3000 IDEs. I use UltraEdit + JSwat + Ant + WinCVS.

RE: Fw: Other question

2002-06-14 Thread Turner, John
getppid() is a library function, it should already be on your system. It's like printf(), gethostbyname(), etc. John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Laura [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 10:37 AM To: Tomcat Users List

AW: Other question

2002-06-14 Thread Ralph Einfeldt
What operating system do you have ? -Ursprüngliche Nachricht- Von: Laura [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Juni 2002 13:59 An: Tomcat Users List Betreff: Re: Other question But it doesn't seem to be correct. It writes in tomcat.pid a PID that doesn't seem to

Re: AW: Other question

2002-06-14 Thread Laura
Well in the stage I have linux, but in the production solaris 8. Is there any difference? Laura Alle 16:40, venerdì 14 giugno 2002, hai scritto: What operating system do you have ? -Ursprüngliche Nachricht- Von: Laura [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Juni

RE: Cant compile tomcat 4.0.3 as a module to apache 2.0

2002-06-14 Thread Segree, Gareth
John I dont think it can be apache 1.3 because I built the box without apache and compiled from source. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 8:25 AM To: 'Tomcat Users List' Subject: RE: Cant compile tomcat 4.0.3 as a module to

RE: Other question

2002-06-14 Thread Shapira, Yoav
Howdy, A relatively unix-flavor-independent way to do it is to give your process an identifier via the first argument, i.e. the first thing in CATALINA_OPTS, for example -Da=myapp. You would then do ps -ef | grep java | grep myapp tomcat.pid. Yoav Shapira Millennium ChemInformatics

RE: Fw: Other question

2002-06-14 Thread Joel Sather
Yeah, the function getppid() is a function built into Perl. -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED] 06/14/02 09:39AM getppid() is a library function, it should already be on your system. It's like printf(), gethostbyname(), etc. John Turner

RE: Cant compile tomcat 4.0.3 as a module to apache 2.0

2002-06-14 Thread Turner, John
Sorry, but that doesn't make a whole lot of sense. Your first message specifically says when trying to install tomcat as a module to apache 2.36. So how can you have a box without apache if what you're trying to do is install mod_webapp as a connector??? You might also want to try getting and

RE: Other question

2002-06-14 Thread Turner, John
That's a good tip! Thanks! John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 10:45 AM To: Tomcat Users List Subject: RE: Other question Howdy, A relatively unix-flavor-independent way to do

Re: [offtopic] IDE for Tomcat?

2002-06-14 Thread Umberto Nicoletti
I use Eclipse (www.eclipse.org) which has very cool support for refactoring: I use Struts so I do more bean coding than HTML editing and I do need support for refactoring sometimes. Also it has wonderful integration with Junit: I can actually test my servlets from the IDE. The Tomcat plugin will

AW: Versisign Global Certificate and Tomcat 4.0.3?

2002-06-14 Thread Power-Netz \(Schwarz\)
http://www.comu.de/docs/tomcat_ssl.htm change the defaults alias to 'tomcat' and ie. password=changeit. -Ursprungliche Nachricht- Von: Ryan Cornia [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Juni 2002 16:22 An: [EMAIL PROTECTED] Betreff: Versisign Global Certificate and

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread Cindy Ballreich
At 06:53 AM 6/14/02 +0200, Nikola Milutinovic wrote: Yes, and it should work - but it doesn't. For most of us, DataSource is null and nothing apperas in the logs. Question: where is your JDBC driver currently located? I got the same result until I moved it from WEB_INF/lib/ to

Re: [offtopic] IDE for Tomcat?

2002-06-14 Thread David Hladky
Umberto Nicoletti wrote: I use Eclipse (www.eclipse.org) which has very cool support for refactoring: I use Struts so I do more bean coding than HTML editing and I do need support for refactoring sometimes. Also it has wonderful integration with Junit: I can actually test my servlets from the

AW: AW: Other question

2002-06-14 Thread Ralph Einfeldt
Yes linux has a complete different process model: Every thread has it's own pid. The PID you get is at best the one of the thread that is used to run the servlet. Chances are high that this thread doesn't live anymore. The worst that can happen, is that the pid is reassigned to a complete

Expiring a page on Apache/Tomcat

2002-06-14 Thread Mariela Schafer
Hi All, I am trying to expire a page on Tomcat Apache In my JSP code I have set this up % response.setDateHeader (Expires, 0); response.setHeader(Pragma, no-cache); response.setHeader(Cache-Control, no-store); response.setDateHeader(max-age, 0); response.setDateHeader(Expires, 0); % But

listing directories in tomcat

2002-06-14 Thread Carlos
how can i forbid the directories listing in tomcat? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: Expiring a page on Apache/Tomcat

2002-06-14 Thread Ralph Einfeldt
I think you have to provide a bit more info. What do you mean with doesn't work ? Which browser version do you use ? Which apache version do you use ? Which tomcat version do you use ? Which connector do you use ? -Ursprüngliche Nachricht- Von: Mariela Schafer [mailto:[EMAIL

AW: listing directories in tomcat

2002-06-14 Thread Holger Klein-Altstedde
Which Version? In TC4 you have an entry in the web.xml in your conf dir. init-param param-namelistings/param-name param-valuetrue/param-value /init-param Set this value to false. That's it. -Ursprüngliche Nachricht- Von: Carlos [mailto:[EMAIL PROTECTED]] Gesendet:

RE: Expiring a page on Apache/Tomcat

2002-06-14 Thread Mariela Schafer
Hi I have tried the code % response.setHeader(Cache-Control,no-cache); response.setHeader(Pragma,no-cache); response.setDateHeader (Expires, 0); % for not cacheing. But it is not working. Could you please help in solving my problem. I am using Internet Explorer 5.0 and Apache Tomcat/4.0.1.

RE: Expiring a page on Apache/Tomcat

2002-06-14 Thread Turner, John
I would recommend upgrading your browser, first of all...5.0 is broken in many, many places, as are it's minor versions (5.01, etc). Also, the Cache-Control header is not a browser directive, and neither is the Expires header. Both headers are for content caches, not browsers (RFC 2616, I

RE: Expiring a page on Apache/Tomcat

2002-06-14 Thread Mariela Schafer
I think Tomcat 3.2.1 and some of the later versions had this bug. -Mensaje original- De: Turner, John [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 14 de junio de 2002 12:29 Para: 'Tomcat Users List' Asunto: RE: Expiring a page on Apache/Tomcat I would recommend upgrading your

RE: Other question

2002-06-14 Thread Turner, John
Just for clarification, doing tomcat.pid wouldn't really work, because all you would get is the ps entry for that value. You'd have to use cut or awk and grab the actual PID from the PID column in the listing that resulted from ps -ef | grep java | grep myapp and redirect it to tomcat.pid.

A performance issue about Apache/Tomcat on NT.

2002-06-14 Thread Bing Zhang
Hi all: I'm new to this email list, and my question may appear old or innocent to you. Anyway, here is my question. I have an envoronment with Apache 1.2/Tomcat 3.1 running on NT4.0 servers. Yes, it's kinda old. The behavior is after the web/app servers were on for a period

RE: A performance issue about Apache/Tomcat on NT.

2002-06-14 Thread Turner, John
It's definitely not a UNIX thing, I have that environment in production right now on RH 7.2 and do not experience those problems. HTH John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 11:46 AM

RE: Expiring a page on Apache/Tomcat

2002-06-14 Thread Mariela Schafer
HELP!! I want that if you leave the JSP page it immediately expires, so that the users can't use the back button in there browser to go to the previous page. -Mensaje original- De: Mariela Schafer Enviado el: viernes, 14 de junio de 2002 12:34 Para: 'Tomcat Users

Re: A performance issue about Apache/Tomcat on NT.

2002-06-14 Thread David Boyer
If you suspect a memory leak, you can us perfmon to monitor specific processes. Select process as the performance object, then monitor the Pool Paged Bytes and Pool Non-paged Bytes of the suspected processes. [EMAIL PROTECTED] 06/14/02 10:46AM Hi all: I'm new to this email list, and

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread info
Hi, Cindy Yes, and it should work - but it doesn't. For most of us, DataSource is null and nothing apperas in the logs. Question: where is your JDBC driver currently located? I got the same result until I moved it from WEB_INF/lib/ to $CATALINA_HOME/common/lib/ thanks for your hint. I

RE: Other question

2002-06-14 Thread Shapira, Yoav
Hi, Yepp, you're right ;) Forgot that part. For us on Solaris 2.8 it's ps -ef | grep java | grep myapp | awk '{print $2}' Yoav Shapira Millennium ChemInformatics -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 11:41 AM To: 'Tomcat Users

Re: Other question

2002-06-14 Thread Laura
On linux, ps -ef | grep java | grep myapp | awk '{print $1}' I'm trying it. Laura Alle 17:59, venerdì 14 giugno 2002, hai scritto: Hi, Yepp, you're right ;) Forgot that part. For us on Solaris 2.8 it's ps -ef | grep java | grep myapp | awk '{print $2}' Yoav Shapira Millennium

RE: A performance issue about Apache/Tomcat on NT.

2002-06-14 Thread Bing Zhang
Oh, I wanted to add one thing: when I started the Tomcat, I added -Xmx256m into TOMCAT_OPTS, so that the JVM running Tomcat can take upto 256M of memory if needed. Does this have something to do with my performance issue that Apache\Tomcat is getting slower after running for 10-20 days ??

Re: Other question

2002-06-14 Thread Ben Ricker
On Solaris, you can use 'pgrep' which will return the PID based upon a grep. Do a man on it; it has saved my bacon when writing process monitors. Ben Ricker Web Security System Administrator Wellinx.com On Fri, 2002-06-14 at 11:05, Laura wrote: On linux, ps -ef | grep java | grep myapp |

RE: A performance issue about Apache/Tomcat on NT.

2002-06-14 Thread TMotte
Is it possible that the problem could be in your servlet/jsp application code, not in tomcat/apache/nt? What does the app do? Bing Zhang

RE: [JK2] Binaries for win32

2002-06-14 Thread Ignacio J. Ortega
De: Ian Darwin [mailto:[EMAIL PROTECTED]] Enviado el: 14 de junio de 2002 19:14 Thanks, but why is there both an isapi_redirector2.dll and a mod_jk2.dll? Well, they are binaries, right ? :) For IIS you will need the apr ones and i_r2.dll.. only.. all in the same dir.. Does one invoke

TOMCAT 4.0.3

2002-06-14 Thread Moon, Yu-Chan
Dear whomever it may concern, I was wondering if anybody could help regarding a class loading issue. This issue seems as if it was resolved in TOMCAT 4.0.4b - where a fix was made so that none of the classes in java were overridden. However, for certain reasons, I am restricted to use

Re: [offtopic] IDE for Tomcat?

2002-06-14 Thread JStanczak
I'm using Forte 4, which is now called Sun ONE Studio 4. I'm liking the new version a lot. It has better integration with Tomcat now. Plus, it has Tomcat 4. Functionality and response wise it seem to of improved. I've been using Forte, and now Sun ONE Studio 4, for about six months or so to

RE: [JK2] Binaries for win32

2002-06-14 Thread Short, Dave
Where do isapi_redirector2.dll and mod_jk2.dll live? There is nothing listed under the apr link from the jk/native2 link. -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: June 14, 2002 10:34 AM To: 'Ian Darwin' Cc: 'tomcat-user' Subject: RE: [JK2] Binaries for

Re: AW: mapping upper-case to lower !

2002-06-14 Thread August Detlefsen
This would work, but mod_rewrite and mod_webapp interfere with each other - webapp grabs all URLs before rewrite has a chance to work on them... --- Ralph Einfeldt [EMAIL PROTECTED] wrote: Store all files in lower case and write a filter that tranforms any requested jsp name to lower case.

Re: [offtopic] IDE for Tomcat?

2002-06-14 Thread Liam Morley
I've been a bit wary of Forte due to the whole bundling of Tomcat thing. Which version of Tomcat 4 is it? Is it a full version? Does it work with JDK1.4? And does it interfere at all with a standard installation of Tomcat 4? Thank you, Liam Morley [EMAIL PROTECTED] wrote: I'm using Forte 4,

Coyote JK 2

2002-06-14 Thread Zsaroq R Powe
I want to use the Coyote JK 2 in a production environment? I am running apache 2.0.36, tomcat 4.0.3 on Solaris 7. They have builds v1.0-b1 to v1.0-b9 in the jakarta-tomcat-connectors/coyote/release directory. Which is the recommended build to connect apache and tomcat? Any suggestions would

TurbineResources.properties

2002-06-14 Thread chad kellerman
Hello everyone, I hope everyone had a great week?? Anyway, I have installed Tomcat 4.03. And everything seems to work like a charm. All the example jsp/servlets work as they should. My question, why in the catalina.out file, do I get java.io.FileNotFoundException:

Tuning Tomcat

2002-06-14 Thread Ravi Verma
Dear Friends, My team is working on deploy a heavy load transaction(1000 hits/sec) application on Apache and Tomcat. We are using HP-UX 9000. We are using load balancing feature of Tomcat. So far we have experienced that the loadbalancer runs out of memory. It would be nice if Tomcat would

jikes with tomcat 4.0.3???

2002-06-14 Thread Miller, Andy
Is this possible, i've googled, searched this mailing list, but can't turn up much info. Seems people are having trouble with UTF-8 encoding??? Thanks, Andy Miller [EMAIL PROTECTED]

tomcat 4 and Forte 3.0/Netbeans integration

2002-06-14 Thread Henry Maphosa
Tomcat 3.2 is 'tightly integrated with' Forte for Java CE 3. I'm using Tomcat 4.x and want to debug some JSPs with Forte - anyone know how I can install Tomcat 4.x to run 'in' Forte? HSN __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA

RE: [offtopic] IDE for Tomcat?

2002-06-14 Thread Shapira, Yoav
Howdy, jEdit. IntelliJ IDEA. Eclipse. I like them in that order (jEdit best), but I like them all more than Forte/SunONE ;) It's all about personal preferences, though, so whatever tickles your fancy. Yoav Shapira Millennium ChemInformatics -Original Message- From: Liam Morley

Tomcat 4.1/4.0 manager application

2002-06-14 Thread Sam Ewing
I'm facing a few problems with the Tomcat manager application.. 1. In 4.0.4, the install command copies the web app into the appBase directory.. in 4.1.3, the install does not do this; however the installed application is availble for use. After restarting Tomcat 4.1, the newly installed

building mod_jk under 3.3.1 for apache 2.0-series

2002-06-14 Thread Colin Bradley
I'm trying to build a native version (under xBSD) of mod_jk under tomcat-3.3.1 for my 2.0.36 apache server. I see that this is apparently possible given the existence of the .so under http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i386 for linux dists,

Re: Tomcat 4.1/4.0 manager application

2002-06-14 Thread TMotte
My understanding is that everything you see from Install is a feature, not a bug. It's a bit strange, but that's what it's spec'd out to do. The difference with Deploy is that it installs the app permanently. Not sure about how to upload the file through the manager web application. I know you

RE: [JK2] Binaries for win32

2002-06-14 Thread Ignacio J. Ortega
De: Short, Dave [mailto:[EMAIL PROTECTED]] Enviado el: 14 de junio de 2002 19:48 Where do isapi_redirector2.dll and mod_jk2.dll live? There is nothing listed under the apr link from the jk/native2 link. http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/w in32/ Saludos

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread anthony.dodd
Hi I've posted a solution see Generic DataSource Resource Factory Available. JDBC Data Source on the tomcat user maillist. See also Updated. Generic DataSource Resource Factory. Available. JDBC Data Source , for an update to the readme for Pool Oracle connections. Tony - Original

Re: Does Jakarta have a connection pooling project?

2002-06-14 Thread anthony.dodd
Hi I've posted a solution see Generic DataSource Resource Factory Available. JDBC Data Source on the tomcat user maillist. See also Updated. Generic DataSource Resource Factory. Available. JDBC Data Source , for an update to the readme for Pool Oracle connections. Tony - Original

Missing attributes - TC Bugs?

2002-06-14 Thread Vernon Wu
I am currently using TC4.0.4.b2 and experienced a strange situation. In my current project, a context listener initiates a DB connection pool and save it in the servlet context while the server is initiating; it also initiates an agent class when a session is up and save the instance in the

Can't run JSP Samples on new Tomcat 4.0.3 install

2002-06-14 Thread Bernard Landman
Folks, I installed Tomcat 4.0.3 yesterday on an RS/6000 box running AIX 4.3.3; there is an IBM HTTP Server already running on the box (it is Version 1.3.19 of IHS, and is based on the Apache HTTP Server - presumably V1.3). I ran into some port conflicts when I tried to start tomcat so I added

Tomcat Performance is good!

2002-06-14 Thread Trenton D. Adams
I've recently been doing some fiddling with Tomcat. I've built a King James Bible search program. I based it off of my brother's perl bible search program. It outputs all identical HTML to the perl version. It was already out performing it by a couple of seconds on one particular search. The

RE: Tomcat Performance is good!

2002-06-14 Thread Sébastien Dui
Let's hope that it will also work for applications without acts of god... -Message d'origine- De : Trenton D. Adams [mailto:[EMAIL PROTECTED]] Envoyé : sam. 15 juin 2002 0:06 À : 'Tomcat Users List' Objet : Tomcat Performance is good! I've recently been doing some fiddling with

java.lang.NullPointerException at TldLocationsCache.processJars when running Tomcat 4.x built from sources

2002-06-14 Thread Aleksander Grzebyta
Dear Collegues ! I tried to build Tomcat 4.0.3 and then 4.1 (from cvs) and every time failing the same way (!) when running the built project. (running tomcat and pointing the browser to http://localhost:8080). The compilation run rather fine - just some depreciation warnings. I followed

Re: Can't run JSP Samples on new Tomcat 4.0.3 install

2002-06-14 Thread rsequeira
This has been discussed quite a few times :-) The solution is to either copy the tool.jar under JAVA_HOME/lib to CATALINA_HOME\common\lib or add it to the classpath. RS Bernard Landman [EMAIL PROTECTED] on 06/14/2002 03:54:16 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:

Re: Tomcat 4.1/4.0 manager application

2002-06-14 Thread Craig R. McClanahan
On Fri, 14 Jun 2002, Sam Ewing wrote: Date: Fri, 14 Jun 2002 13:00:25 -0700 (PDT) From: Sam Ewing [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat 4.1/4.0 manager application I'm facing a few problems with the Tomcat manager

Re: Can't run JSP Samples on new Tomcat 4.0.3 install

2002-06-14 Thread rsequeira
tools.jar. Sorry! Slip of the finger :-) RS [EMAIL PROTECTED] on 06/14/2002 05:08:09 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Can't run JSP Samples on new Tomcat 4.0.3 install This has been discussed quite a

  1   2   >