RE: Database servlets

2002-02-12 Thread Anton Brazhnyk
Hi, -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 4:34 PM To: 'Tomcat Users List' Subject: RE: Database servlets I've looked through your servlet and it definitely shouldn't work with more than one simultaneous request. Take a

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-12 Thread Domenico Piol
well, on my opinion i would need that when i would use virtual hosts, but i don't is my opinion wrong ? Your server.xml needs a host - something like this: Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache Connector

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 03:29:44 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 03:33:35 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

RE: Returned mail: User unknown

2002-02-12 Thread Abhishek Pamecha
are yu guys getting this mail from mike campbell repeatedly... -Original Message- From: Mike Campbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:42 PM To: '[EMAIL PROTECTED]' Subject: Returned mail: User unknown The original message was received at Tue, 12 Feb 2002

RE: how to run multiple instances of a single application on a single tomcat.

2002-02-12 Thread Deep Singh Bhau
Im stuck here.. someone please help me out.. -Original Message- From: Deep Singh Bhau Sent: Tuesday, February 12, 2002 12:21 PM To: [EMAIL PROTECTED] Subject: how to run multiple instances of a single application on a single tomcat. Hi I'm new to this mailing list. Could anyone

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 03:39:19 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 03:43:09 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: Tomcat 4.0.2 - Startup fails after moving xerces.xml from /common/lib to /server/lib

2002-02-12 Thread GOMEZ Henri
I am using xerces 2.0.0 in one of my webapps so I need to move xerces.jar out of /common/lib and into /server/lib. This works just fine with 4.0.2-b2. With 4.0.2 If I keep xerces.jar in /common/lib and use xerces.jar 1.4.3 in my web app everything starts up just fine. But if I move xerces.jar

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 04:13:47 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: Returned mail: User unknown

2002-02-12 Thread jean-frederic clere
Abhishek Pamecha wrote: are yu guys getting this mail from mike campbell repeatedly... Yes... But that should a configuration problem in the TC user list, should not it? I have receive 15 of these (for the moment). -Original Message- From: Mike Campbell [mailto:[EMAIL PROTECTED]]

Re: Question about Catalina.bat

2002-02-12 Thread Tom Bednarz
Irene, Please explain the following code in catalina.bat : %_STARTJAVA% %CATALINA_OPTS% -Dcatalina.base=%CATALINA_BASE% -Dcatalina.home=%CATALINA _HOME% org.apache.catalina.startup.Bootstrap %2 %3%9 start for example, -Dcatalina.home=%CATALINA_HOME% My only guess is that

Re: More info on mod_webapp problems....

2002-02-12 Thread jean-frederic clere
Andrzej Jan Taramina wrote: For some reason, Tomcat 4.02 doesn't always return a proper response header when it receives a GET request for an image across the Apache Warp (mod_webapp) connection under Windoze. If you try to access the sample Tomcat page: /examples/jsp/index.html There

RE: listFiles() 500 errors

2002-02-12 Thread Anton Brazhnyk
Hi, Check the version of JDK you use, File.listFiles() is marked since 1.2 Hope it helps. Anton -Original Message- From: Mark Symonds [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 9:10 PM To: [EMAIL PROTECTED] Subject: listFiles() 500 errors Hi, We have

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 04:52:45 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

RE: Java.exe Memory Usage Crashes Tomcat

2002-02-12 Thread Anton Brazhnyk
Hi, -Original Message- From: Suzanne Holtham [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 9:45 PM To: [EMAIL PROTECTED] Subject: Java.exe Memory Usage Crashes Tomcat I am running Tomcat 3.3a on Windows 2000 Server. I get approximately 1 hit per minute on the

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 05:21:27 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Can a Tag know its own name?

2002-02-12 Thread Dr. Evil
Unfortunately there seems to be no way to pass config info to a tag from the TLD file. I would like to create several different tags which all work in similar ways but do slightly different things. I want to implement them by using one class which sees which name it is used as. I could do

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 05:35:12 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: I can't stand the UnsatisfiedLinkErrors anymore withTomcat 4.0.1!

2002-02-12 Thread Larry Meadors
Can the class loader used to load the classes in the web app load native libraries... I think that classes in the web app can call native methods, but I am by no stretch of the imagination an expert on this. When I ran the Oracle OCI JDBC driver (which uses native code) it worked in the

RE: Using Tomcat Without a Webserver

2002-02-12 Thread Tom Drake
Apache also adds load balancing (via mod_jk). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mark Woon Sent: Monday, February 11, 2002 5:11 PM To: [EMAIL PROTECTED] Subject: Using Tomcat Without a Webserver Hi all. I know it's standard practice to

Internationalization

2002-02-12 Thread Christopher Cheng
I am struggling with double byte characters in JSP On the struts jsp form, I am putting %@ page contentType=text/html; charset=UTF-8 % on the top META http-equiv=Content-Type content=text/html; charset=UTF-8 in the head I got some question marks when I print the characters in the console by

RE: Propgating setting to a rack of machines using tomcat

2002-02-12 Thread Donie Kelly
Hi all We have a rack of sun servers and we have run into a small problem with configuration. All the machine will have the same settings (more or less) and these settings are currently read from a file which is distributed in the WAR. If we need to change settings we need to update the

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:00:06 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: Propgating setting to a rack of machines using tomcat

2002-02-12 Thread David Cassidy
Have a look at rsync ? You can tunnel rsync over ssh so it can be quite secure. You would then need some script that would restart TC etc etc Hope this helps D Donie Kelly wrote: Hi all We have a rack of sun servers and we have run into a small problem with configuration. All the

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:02:36 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:02:36 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:07:20 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

[Ajp13] bad read: -103 on Tomcat4.0.1 with Apache 1.3

2002-02-12 Thread Thanh Duong
Hi all, I got this error message on tomcat4.0.1 with apache 1.3 when using multiple virtual hosts. [Ajp13] bad read: -103 To pass servlet/jsp requests to tomcat I am using the mod_jk.so instead of web_app.so module. Does someone know the reason for this error message? Thanks for your help

cocoon2.0.1 under tomcat4.0.2LE jdk1.4

2002-02-12 Thread dirk . dussart
** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:24:18 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: Running More than one instance of tomcat

2002-02-12 Thread tarunjava
its quite east to restart one of them. As u should set autoreload to true and thren when ever u want to restart the one of the application then simply reload a servlet/jsp that has already being executesd. and that classloader is it self restart and it is as good as restarting the server which u

Re: I can't stand the UnsatisfiedLinkErrors anymore withTomcat 4.0.1!

2002-02-12 Thread jean-frederic clere
Larry Meadors wrote: Can the class loader used to load the classes in the web app load native libraries... I think that classes in the web app can call native methods, but I am by no stretch of the imagination an expert on this. When I ran the Oracle OCI JDBC driver (which uses native

Re: Tomcat 4.0, Linux 2.4 - Tomcat appears to deploy all directoriesunder /usr/local/tomcat as web apps.

2002-02-12 Thread tarunjava
actually what u should do is add a attribute to Host tar which is -- appsBase=/home and then u should have the docBase as /site/... The the nbase of ur application will be /home and not /usr.. tarun _ Do You Yahoo!? Get your free

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:34:22 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: No Suitable JDBC Driver Found when running Tomcat 4 .0 as NT service with JDK1.3.1_01

2002-02-12 Thread tarunjava
what must be happening is that u are putting the driver classpath in autoexec.bat or soem other batch file which is executeds after the tomcat begins as a servie so u get the error but after the complete booting autoexec file is executed and then the driver is in the classpath so u dont get the

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:39:54 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: Returned mail: User unknown

2002-02-12 Thread E B
--- jean-frederic clere [EMAIL PROTECTED] wrote: Abhishek Pamecha wrote: are yu guys getting this mail from mike campbell repeatedly... Yes... But that should a configuration problem in the TC user list, should not it? I have receive 15 of these (for the moment). If you can block

Re: question on IIS 4 and catalina

2002-02-12 Thread tarunjava
yes ofcourse u caN DO THAT . wHAT U NEED TO DO IS THAT all the requests will be recieved by the IIS and will make a connector that will forward the request matching the url mapping /servlets to tomcat. Its quite easy and is at the jakarta's site and is\f still u are unzble to then i will mail u

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:45:48 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:48:54 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:48:54 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

problem in running servlets

2002-02-12 Thread Deep Singh Bhau
Hi I have put the Servlet class(DeepServlet.class) in a folder which is there in my classpath. And I have set the following in web.xml(it is within the folder WEB-INF UNDER MY APPLICATION). web-app servlet servlet-namedeep/servlet-name

Re: Returned mail: User unknown

2002-02-12 Thread Caroline Clewlow
Sorry - but is anyone else receiving lots of thes messages ? Thanks Caroline 2/12/02 11:48:43 AM, Mike Campbell [EMAIL PROTECTED] wrote: The original message was received at Tue, 12 Feb 2002 06:48:54 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED]

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:54:57 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 06:57:59 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

RE: Returned mail: User unknown

2002-02-12 Thread Jacob Vennervald Madsen
Yep the entire list is receiving these mails. Can anyone do anything about it. Unsubscribe that guy or just diable his account. Jacob Vennervald -Original Message- From: Caroline Clewlow [mailto:[EMAIL PROTECTED]] Sent: 12. februar 2002 12:53 To: Tomcat Users List Subject: Re: Returned

Re: running tomcat server from a cdrom

2002-02-12 Thread tarunjava
i think it is very much possible as the tomcat writes only in the log files and in temp directory for each application which are configurable. tarun - Original Message - From: Franck Delahaye [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 12:40 AM Subject:

Re: Java.exe Memory Usage Crashes Tomcat

2002-02-12 Thread tarunjava
how much increase in Xms have u made, as i had faced the same prob and had over comed by increaing the value to 64Mb tarun - Original Message - From: Suzanne Holtham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 1:14 AM Subject: Java.exe Memory Usage Crashes

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:07:21 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

configuring tomcat and apache

2002-02-12 Thread Amol Umate
can any body tell me how to configure Tomcat 4.0.1 and apache 1.3.23 is there any how to page gor this configuration or anybody have the configuration procedure Amol __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings!

Re: Returned mail: User unknown

2002-02-12 Thread arun desai
Hi, Could you please let me know how to create a virtual directory using Tomcat 4.0.1. ? thanks, Arun Desai. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:13:34 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:13:34 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: [Ajp13] bad read: -103 on Tomcat4.0.1 with Apache 1.3

2002-02-12 Thread tarunjava
t could be that the resource for which the reuqest is made in not avaiable. It cannot be bacuase of the use of mod_jk. Try making a call to the same resource directly and in that case too the prob will come tarun - Original Message - From: Thanh Duong [EMAIL PROTECTED] To: Tomcat Users

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:16:40 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: configuring tomcat and apache

2002-02-12 Thread tarunjava
the 2 most useful links for the same are : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html this will solve all ur probs tarun _ Do You Yahoo!? Get

Re: RE: cocoon2.0.1 under tomcat4.0.2LE jdk1.4

2002-02-12 Thread arun desai
Please let me know how to create Virtual dirctory using tomcat 4.0.1 thanks, Arun Desai. - Original Message - From: Donald Lee [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: 2/12/02 4:54 PM Subject: RE: cocoon2.0.1 under tomcat4.0.2LE jdk1.4 you would probably have

Re: problem in running servlets

2002-02-12 Thread tarunjava
i hope by classpath u mean u have put the class file in the directory /My Application/WEB-NF/lasses/ folder . If it is anywhere else it wont work ~! tarun - Original Message - From: Deep Singh Bhau [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 5:23 PM Subject:

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:19:51 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

tomcat and other servers

2002-02-12 Thread tarunjava
the 2 most useful links for the same are : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html this will solve all ur probs tarun

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:23:03 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:26:16 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:26:16 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Tomcat 4.0.2 and Apache

2002-02-12 Thread Laurent Michenaud
Hi, I have read that Tomcat 4.0.1 and Apache was not a good choice ( bad performance ). What about Tomcat 4.0.2 and Apache ? If it is the same state, when is it planned to upgrade the performance Tomcat4/Apache ? in which version ? Thanks Michenaud Laurent - Adeuza - [ Développeur Web -

Re: Tomcat 4.0.2 and Apache

2002-02-12 Thread Amol Umate
Hi, So do u mean to say that we should not use tomcat 4.0.x and apache 1.3.x in combination as i was in search of connection between both Amol --- Laurent Michenaud [EMAIL PROTECTED] wrote: Hi, I have read that Tomcat 4.0.1 and Apache was not a good choice ( bad performance ). What

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:35:42 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-12 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 07:38:52 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

RE: Returned mail: User unknown

2002-02-12 Thread Jarecsni János
it's getting unnoying a bit. can't the administrator unsubscribe this dead e-mail address?? cheers, J. -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 |-Original Message- |From:

RE: Tomcat 4.0.2 and Apache

2002-02-12 Thread Laurent Michenaud
That's what i've read before in the mailing list. Tomcat3.3/Apache offers better performance. -Message d'origine- De : Amol Umate [mailto:[EMAIL PROTECTED]] Envoyé : mardi 12 février 2002 13:33 À : Tomcat Users List Objet : Re: Tomcat 4.0.2 and Apache Hi, So do u mean to say that we

RE: Returned mail: User unknown

2002-02-12 Thread Cato, Christopher
I think I've unsubscribed him now. Hopefully. Mike, if you see this, sorry but X amount of returned mail messages drove me to it... /Christopher -Original Message- From: Jacob Vennervald Madsen [mailto:[EMAIL PROTECTED]] Sent: den 12 februari 2002 13:01 To: Tomcat Users List

RE: Filters running twice!!!

2002-02-12 Thread Cox, Charlie
does your dbfilterLog filter run twice also? I know that IE can sometimes make a HEAD request, but I'm not sure if that would get to the filter or not(anyone know?). If from the HEAD request it determines that it needs to reload the page, it will make a new request. if you are just logging

RE: Tomcat 4 SSL Connector

2002-02-12 Thread Anton Brazhnyk
Hi, I think the answer is 'yes' if your factory implements org.apache.catalina.net.ServerSocketFactory Anton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Trevor Nielsen Sent: Tuesday, February 12, 2002 3:39 AM To: [EMAIL PROTECTED] Subject:

Tyrex Tomcat

2002-02-12 Thread Mark Muffett
I want to use the JNDI facilties for DataSources. I have Tomcat 4.0.1 and I'm using tyrex-0.9.7.jar (which comes with Tomcat). I can't get it to work. It compiles, but when I run the page and try to get a database connection, it gives the error: java.lang.NoClassDefFoundError:

OT: Spaces in URL using xalan

2002-02-12 Thread Andreas Schlegel
Hi, I have the following problem. May be someone has an idea how to solve it or find a workaround. I create the following URL which has a space after ... nodeId=A2 and create an element with the URL as content. termin.addContent( new Element( contact_url).addContent(

RE: how to run multiple instances of a single application on a single tomcat.

2002-02-12 Thread Anton Brazhnyk
Hi, Just one of many variants. Copy it to another directory under webapps and if connection to database is configurable from web.xml then change the configuration. If connection parameters are hardcoded then you need to change the code (I'd suggest to make it configurable) Anton

database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Chris Faulkner
Hi I have a JSP which,when called direct into Tomcat (4.0.1) on Linux works fine. It connects to a database, retrieves results, fine. http://host_a:8080/ism/JSP/file.jsp?param1=valueparam2=value host_a is a vrtual host defined in my apache config and in the DNS servers on our LAN. In the

RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Brian Adams
can we see the errors? -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 7:26 AM To: Tomcat Users List Subject: database connect to db overr mod_webapp - possible bug Hi I have a JSP which,when called direct into Tomcat (4.0.1) on

RE: Tomcat 3.3a - classloader hirearchy questions

2002-02-12 Thread Larry Isaacs
-Original Message- From: Mario Felarca [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 7:40 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.3a - classloader hirearchy questions Hello, I had a problem a few days ago with Tomcat 3.3a and loading classes that I have

Re: RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Chris Faulkner
Hi can we see the errors? Wow - fast response. Thank-you. Iactually just noticed that someone else found the exact same thing. He got no replies. http://groups.google.com/groups?q=mod_webapp+JDBChl=enselm=7774774d.0109191826.5240aa0%40posting.google.comrnum=1 On the web page,I see this;

RE: RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Brian Adams
Well, I can't tell you if it is a mod_webapp bug or not but if it was e I would switch to mod_jk instead of mod_webapp and try it again. mod_webapp has had other problems but I hae not seen this one (not that I have really looked). can you switch to mod_jk and try it again? B -Original

AW: RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Ralph Einfeldt
Can you tell us which of the 4 lines causes the NPE ? (Have a look at the genrated source in the work direectory line 123) -Ursprüngliche Nachricht- Von: Chris Faulkner [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 12. Februar 2002 14:40 An: Tomcat Users List Betreff: Re: RE:

Re: AW: RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Chris Faulkner
Hi Its the third line - I commented them all out and put them in one by one. javax.sql.DataSource ds = (javax.sql.DataSource)envCtx.lookup(jdbc/IsmDB); Chris Can you tell us which of the 4 lines causes the NPE ? (Have a look at the genrated source in the work direectory line 123)

RE: RE: cocoon2.0.1 under tomcat4.0.2LE jdk1.4

2002-02-12 Thread Coetmeur, Alain
-Message d'origine- De: arun desai [mailto:[EMAIL PROTECTED]] Date: mardi 12 février 2002 13:23 À: Donald Lee; Tomcat Users List Objet: Re: RE: cocoon2.0.1 under tomcat4.0.2LE jdk1.4 Please let me know how to create Virtual dirctory using tomcat 4.0.1 do you mean virtual

Tomcat 4.0.2 Final RPM available

2002-02-12 Thread GOMEZ Henri
Hi to all, TC 4.0.2 rpms are available at : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2/rpms/ But read the following before rushing : Tomcat 4.0.2 in light mode need : servletapi 2.3, regexp 1.2 and xerces 1.x, that are for some compiled (servletapi), present in source

rewrite in Tomcat over 8080

2002-02-12 Thread Chris Faulkner
Hello again Does anyone know how to do a rewrite in Tomcat ? I have set up rewrites in Apache- is there an equivalent that will work to redirect requests sent into Tomcat on 8080 ? Thanks Chris Faulkner -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: Filters running twice!!!

2002-02-12 Thread Terrence Szeto
Hey Charlie. Yes actually dblogFilter does run twice, as does the other filters I have running. I've been running the webapp on Netscape 6.2.1. I've tried it on IE, same deal. I'm not sure what exactly is going wrong. I wrote the dbLogFilter to log things within the database, I don't think

AW: AW: RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Ralph Einfeldt
So the lookup in the second line that fails and return a null. Context envCtx = (Context) initCtx.lookup(java:comp/env); I'm currently not using JNI but I remembered a post some time ago. May be this helps: http://mikal.org/interests/java/tomcat/archive/view?mesg=45843 -Ursprüngliche

Question about mod_webapp

2002-02-12 Thread Chad Johnson
Hey, Just a quick question here. I remember a few months back there was talk about mod_webapp recognizing static content calls (.html, .jpg, etc) and not forwarding them off to Tomcat to be handled, and instead let Apache handle them. Was this ever implemented? -Chad Johnson

Tomcat examples servlet URL mappings

2002-02-12 Thread Steve D George
Hi, I've just installed Tomcat for the first time and one thing that is confusing me. If you enter a URL of http://localhost:8080/examples/servlets/index.html, you get to the servlets examples page where there are six example servlets. If you hover over the link to the Hello World servlet the

AW: Question about mod_webapp

2002-02-12 Thread Ralph Einfeldt
According to the following link not. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2/RELEA SE-NOTES (But this might be outdated in this aspect ?) -Ursprüngliche Nachricht- Von: Chad Johnson [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 12. Februar 2002 15:36

Re: Question about mod_webapp

2002-02-12 Thread Chad Johnson
Thanks! - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 8:45 AM Subject: AW: Question about mod_webapp According to the following link not.

RE: how to run multiple instances of a single application on a single tomcat.

2002-02-12 Thread Charles N. Harvey III
I think you can do this with different properties files. One instance of the application has a .properties file that contains the ip address and database name of dbX. And in the second instance of your application the .properties file contains the ip address and database name of dbY. I have a

RE: Filters running twice!!!

2002-02-12 Thread Cox, Charlie
you may want to use accesslogvalve to see if you are getting 2 requests to tomcat. This can help distinguish if its a tomcat problem or a browser(frames?) issue. are all your pages called twice or just the filters? what version of tc4? I am using filters with a mapping of '/abc/*' (not '/*')

servlet resource mapping - jms queue

2002-02-12 Thread G.L. Grobe
Anyone know how to map a JMS queue to a servlet? I'm guessing it's w/ a resource-ref tag, but now sure how to fill it out, or where it goes. I've got a servlet as follows in my web.xml ... --- servlet servlet-nameStreamer/servlet-name

Tyrex / Tomcat

2002-02-12 Thread Mark Muffett
Does anyone on this list know who is maintaining Tyrex at the moment? The official Tyrex website looks out of date, the list doesn't seem to work and there is a version 0.9.8 of the jar file around (later than the one used in Tomcat), but I can't find who has made it. (The Tyrex site only has

Re: AW: AW: RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Chris Faulkner
Hi Thanks for the help and the URL may well help. However, I can't tell from it which bits of the configuration are supposed to go where in the mod_webbapp Connector setup. Am I supposed to put the resource or resource-ref in the Connector set-up ?!! I've sort of reached the point now

RE: VAJava and Tomcat

2002-02-12 Thread Martin van den Bemt
Maybe it is an option to upgrade to eclipse, which has a tomcat module integrated. Mvgr, Martin -Original Message- From: Patria Lukman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 16:23 To: [EMAIL PROTECTED] Subject: VAJava and Tomcat Hello everyone this

RE: Filters running twice!!!

2002-02-12 Thread Terrence Szeto
Hey Charlie, I found the error. APPARENTLY, on my JSP pages, I had %@ page contentType=text/html% THIS seemed to push a refresh every single time I load the page. anyways, I removed it, my filters don't run twice, cuz the page doesn't open TWICE. Thanks for trying to help though. From:

Re: Returned mail: User unknown

2002-02-12 Thread Pier Fumagalli
Blasted... jean-frederic clere [EMAIL PROTECTED] wrote: Abhishek Pamecha wrote: are yu guys getting this mail from mike campbell repeatedly... Yes... But that should a configuration problem in the TC user list, should not it? I have receive 15 of these (for the moment).

  1   2   >