Re: Urgent ! Pls help !

2004-02-02 Thread Tuan Luu
Try this: netstat -a |grep 8009 If he finds something, than you should see that, tomcat is listening on that port (8009). Next thing is try on your server locally: telnet localhost 8009 If you can see the message 'escape with ^C' or similar msg, than tomcat config is fine. if tomcat is fine,

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
Make these additions/ammendments to workers2 [ajp13:localhost:8009] channel=channel.socket:localhost:809 [shm] file=/tmp/shm.file size=100 Yiannis. -Original Message- From: Rich Baldwin [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 18:27 To: [EMAIL PROTECTED] Subject: Tomcat5 RH

jk2_init(): Can't find child in scoreboard

2004-02-02 Thread Ralf Schneider
Hi, I've setup Apache 2.0.48 with Tomcat 5.0.16 and connected them with mod_jk2 2.0.2. When I start Apache I find the following output in the log file: [Mon Feb 02 10:54:50 2004] [error] jk2_init() Can't find child 3617 in scoreboard [Mon Feb 02 10:54:50 2004] [error] jk2_init() Can't find

{Virus?} hello

2004-02-02 Thread tomcat-user
: Look on the MailScanner in /var/spool/MailScanner/quarantine/20040202 (message i12BTUS15390). -- Postmaster MailScanner thanks transtec Computers for their support - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: jk2_init(): Can't find child in scoreboard

2004-02-02 Thread Yiannis Mavroukakis
Yes you can safely ignore them, if your httpd-tomcat link is ok. If you take a look at the source for mod_jk2 this is part of the worker initialization.1 means the workers initialized and the child id is -2 (which if memory serves me right, means that mod_jk2 could not find the id of that worker

Re: Re: Re: TOmcat 5.0.16 console error,Pls help

2004-02-02 Thread Alvaro Seixas
Did you just added the Context in server.xml or did something else?? Looks like the server.xml is not validated. - Original Message - From: Avinash Sridhar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: Doug Parsons [EMAIL PROTECTED] Sent: Monday, February 02, 2004 2:46 AM

HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Ralf Schneider
Hi, I try to set an Apache 2.0.48 with a connection to Tomcat 5.0.16 via mod_jk2 2.0.2. The static pages should be accessed via normal HTTP whereas the dynamic pages of my webapp should only be accessible via HTTPS for security. I installed a certificate in /usr/local/apache2/conf/ssl.cert and

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Yiannis Mavroukakis
This is an httpd question but here goes :) Just because you declared your virtual host/port pair that doesn't mean that httpd is listening to port 443. Therefore you need to add a Listen directive to your conf: Listen your_virtual_host_name:443 and you should be set. Yiannis -Original

RE: Problem reloading Tomcat 5.0.16 application

2004-02-02 Thread FRANCOIS Dufour
uder tomcat_home you got a work folder empty the folder off your aplication inside the work folder tomcat load aplication into that folder to serv it faster as a temporary i ad this problem but it might not bee that im under win xp [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Ralf Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 2. Februar 2004 13:00 schrieb Yiannis Mavroukakis: This is an httpd question but here goes :) Just because you declared your virtual host/port pair that doesn't mean that httpd is listening to port 443. Therefore you need to add a

access log

2004-02-02 Thread Adam Hardy
I'm using the access log valve to record my traffic and I was wondering: - if anyone was thinking of adapting it to write to a database via jdbc? - if anyone has a script to import the daily log files into a mysql database? - how easy it would be to adapt the date output to '2004-02-02'

Re: access log

2004-02-02 Thread Tim Funk
There is already JDBCAccessLogValve. Look there first. I think there might be bugzilla report or two against it so I don't know how good it is. Personally I don't like using a database as an access logger. (Unless the database is asynchronously filled using a buffer) -Tim Adam Hardy wrote:

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Yiannis Mavroukakis
Best remove that line, stick it in your httpd.conf instead along with the hostname. -Original Message- From: Ralf Schneider [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 12:16 To: Tomcat Users List Subject: Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16 -BEGIN PGP SIGNED

Tomcat 4.1.29 and J2SDK1.4.2

2004-02-02 Thread Maarten van Heiningen
Hi, I´m using Tomcat 4.1.29 on a windows 2000 machine in combination with j2sdk1.4.2_03 s.e. I used to run this tomcat version under jdk1.3.1_02 and all worked well. Because of better results under Ant I wanted to upgrade the sdk version. Now my tomcat will not start and is complaining

Re: access log

2004-02-02 Thread Peter Lin
Log4J comes with a database appender, so in theory one could feed access logs to a database asynchronously. peter lin Tim Funk [EMAIL PROTECTED] wrote: There is already JDBCAccessLogValve. Look there first. I think there might be bugzilla report or two against it so I don't know how good

[TOMCAT] - WebAdmin under Tomcat 5.0.18

2004-02-02 Thread SCHMIDT
Hello everybody, Sorry for my poor English, i'm a little French man ;-) I would like to know why under Tomcat 5.0.18 web admin and when i want to create a host, after the creation, i m shutdown and restart tomcat, my new host don't appear in the list under web admin ? Have you an idea ?

Re: apache + tomcat virtual hostnames

2004-02-02 Thread Dean A. Hoover
OK, I am answering my own question here... The trick is to set: UseCanonicalName on in httpd.conf Dean A. Hoover wrote: I am using apache 2 and tomcat 4.1 connected with mod_jk. I have multiple virtual named hosts in the httpd.conf file, such as: VirtualHost *:80 ServerName www.myserver.com

RE: About_tomcat5_manager_and_status_application

2004-02-02 Thread Shapira, Yoav
Howdy, I hwould like to install tomcat5 manager and status applications in tomcat4. You can't. They depend on internal changes in the connector, host, and other core elements that are not backwards portable. Yoav Shapira This e-mail, including any attachments, is a confidential business

RE: changing content of response through filter ?

2004-02-02 Thread Shapira, Yoav
Howdy, Sure it's possible. You can use a few approaches, but you should probably take a look at the HttpServletResponseWrapper first. Yoav Shapira Millennium ChemInformatics -Original Message- From: Albrecht Berger [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 8:47 AM To:

RE: access log

2004-02-02 Thread Shapira, Yoav
Howdy, - if anyone was thinking of adapting it to write to a database via jdbc? Too slow, unless done very carefully asynchronously (and then you have to really take care to keep entries in the right order, etc -- it's a nightmare). - how easy it would be to adapt the date output to

RE: Load Balancing Problem...Urgent

2004-02-02 Thread Shapira, Yoav
Howdy, Before you do this, see if the balancer webapp that ships with tomcat5 suits your needs. The KISS principle... Yoav Shapira Millennium ChemInformatics -Original Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 4:52 AM To: Tomcat Users List

RE: Redeployment of War over and over Supported?

2004-02-02 Thread Shapira, Yoav
Howdy, Wow, OK, thanks for the great insight. In other words, it's safe to assume to always restart Tomcat when deploying webapps. That, of course, is less than ideal. For testing, that just makes the development time longer (and more complicated, since now we have to remember to restart

RE: Servlet Context Initialized more than once

2004-02-02 Thread Shapira, Yoav
Howdy, It's because you have both autoDeploy/liveDeploy enabled (which makes tomcat scan the appBase directory for webapps and deploy them automatically), AND a Context explicitly defined in server.xml. So tomcat does both and that's why you get double deployment. Yoav Shapira Millennium

Change URL path of a webapps to root

2004-02-02 Thread Hertenstein Alain
Hi all, Sorry if this question has already been asked before... I have a webapps http://localhost/myApps/ on Tomcat 4.1.27 which I'd simply like to map to http://localhost . I've added a simple context... tag in the server.xml file and put the path attribute to blank (). This seems to work, but

RE: Tomcat / WebSphere Performance

2004-02-02 Thread Shapira, Yoav
Howdy, Tomcat WAS Win 2K WAS iSeries Overall Average Response time 873ms 680ms22206ms What on earth is this? How can WAS on an IBM box be 32 times slower than WAS (same WAS version, same JDK) on a Windows box? ;) Any comments would be

RE: Change URL path of a webapps to root

2004-02-02 Thread Shapira, Yoav
Howdy, Sorry if this question has already been asked before... I have a webapps http://localhost/myApps/ on Tomcat 4.1.27 which I'd simply like to map to http://localhost . I've added a simple context... tag in the server.xml file and put the path attribute to blank (). This seems to work, but

Re[2]: About_tomcat5_manager_and_status_application

2004-02-02 Thread Ingmars Rubenis
Do You know what libraries Should I change like common.jar May be I should change all server/lib libraries and also common? Yoav Howdy, I hwould like to install tomcat5 manager and status applications in tomcat4. Yoav You can't. They depend on internal changes in the connector, host, and Yoav

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
The jsp is working but not the servlets. I've double check /alias and workers for typos. Other suggestions?? Yiannis Mavroukakis wrote: Make these additions/ammendments to workers2 [ajp13:localhost:8009] channel=channel.socket:localhost:809 [shm] file=/tmp/shm.file size=100 Yiannis.

RE: update tomcat 4 to tomcat 5

2004-02-02 Thread Shapira, Yoav
Howdy, can anybody explain me how to update between different versions of tomcat without install and configure the complete tomcat? its all if im copy the jars from the new tomcat in the /server/lib dir from the old tomcat ? I was going to response different but then I read the question

Re: Tomcat / WebSphere Performance

2004-02-02 Thread Tim Funk
There was talk (on this list) that the IBM JVM on iseries had a massive performance bug when a specific log4j attribute was used. (I don't know which one) -Tim Shapira, Yoav wrote: Howdy, Tomcat WAS Win 2K WAS iSeries Overall Average Response time

RE : Change URL path of a webapps to root

2004-02-02 Thread Hertenstein Alain
Hi Yoav, What you've done is enough. You don't need to delete the ROOT files because the ROOT context is commented out by default. But if you don't need them, delete them for cleanliness. Thanks a lot. How is it possible that the ROOT context is accessible, while the entry in server.xml is put

Re: Tomcat 4.1.29 and J2SDK1.4.2

2004-02-02 Thread Duncan Smith
Hi. I had same problem when upgrading JDKs. After downloading and installing jakarta-tomcat-4.1.29-LE-jdk14.exe instead of jakarta-tomcat-4.1.29.exe it worked fine. (http://apache.mirrors.rossfell.co.uk/dist/jakarta/tomcat-4/v4.1.29/bin/jakarta-tomcat-4.1.29-LE-jdk14.exe) Hope this helps.

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
Hmm ok.. :) you don't need channelSocket.address=127.0.0.1 in jk2.properties. Add the following under [channel.socket:localhost:8009] host=localhost port=8009 and under [ajp13:localhost:8009] add this channel=channel.socket:localhost:8009 Before you go about making those changes, make sure that

RE: RE : Change URL path of a webapps to root

2004-02-02 Thread Shapira, Yoav
Howdy, Thanks a lot. How is it possible that the ROOT context is accessible, while the entry in server.xml is put inside comments ? (didn't find this one in the archives ;-) ). Because by default tomcat will automatically deploy web applications from the appBase directory. See the Host element

RE: Session disconnect

2004-02-02 Thread Mark Tebong
I don't think it has anythin to so with cookies because sessions don't use paths. -Original Message- From: Antonio Fiol Bonnin [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 3:30 AM To: Tomcat Users List Subject: Re: Session disconnect Mark Tebong wrote: I have it

tomcat and apache

2004-02-02 Thread Mark Tebong
I have a little problem with my web site. It has to do with the session disconnecting on my proxy server. Basically, I have an apache 2.0 server that acts as a web proxy. Its IP is 192.168.11.11. I also have another server which is internal, and running tomcat with IP 192.168.11.211. On the

Run Tomcat 5 as Root or Tomcat User?

2004-02-02 Thread Nadia Kunkov
Hi, I installed Tomcat 5.0.16 as root. Now it means that I have to start and stop it being root unless I change ownership on a number of directories including $TOMCAT_HOME/bin. My question is should I run Tomcat as root or should I create a Tomcat User with the rights to start and stop tomcat

RE: Run Tomcat 5 as Root or Tomcat User?

2004-02-02 Thread Shapira, Yoav
Howdy, My question is should I run Tomcat as root or should I create a Tomcat User with the rights to start and stop tomcat and change ownership on ALL Tomcat directories to that user? Run as tomcat user that has permissions to stop/start tomcat and modify directories under $CATALINA_HOME but

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
Same as in the past works fine on port 8080. Jsp stuff works on port 80. Html in servlets-examples works fine. Servlets cannot be found??? Yiannis Mavroukakis wrote: Hmm ok.. :) you don't need channelSocket.address=127.0.0.1 in jk2.properties. Add the following under

Console Error tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
have my own directory as sampleapp which has the necessary structure and the .class file is put into the following directory structure. classes/package1/structure/HelloServlet.class. My question is in %TOMCAT%/conf/server.xml file how is the Context /Context tag written. I have written it like

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
Curious...Send me your entire workers2.properties file and I'll have a look. Also, what are the urls you are using to access your html/jsp/servlets? Feel free to use 'localhost' if you don't want to reveal sensitive server hostname/ip's Yiannis -Original Message- From: Rich Baldwin

Problem with redirector

2004-02-02 Thread anja . mentges
Hello, on Windows 2000 I have developed a webapplication with asps and JavaServlets on IIS redirecting to Tomcat 4.1.24. The application worked fine. After deploying it on a WinNT Server, I have the problem that sometimes the Servlets called from aps do not work. It seams that the redirector

Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
have my own directory as sampleapp which has the necessary structure and the .class file is put into the following directory structure. classes/package1/structure/HelloServlet.class. All in the %TOMCAT% home directory. My question is in %TOMCAT%/conf/server.xml file how is the Context /Context

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Ralf Schneider
Am Montag, 2. Februar 2004 13:55 schrieb Yiannis Mavroukakis: Best remove that line, stick it in your httpd.conf instead along with the hostname. This wasn't the problem. I did not notice that mod_ssl was not compiled into httpd :-( After a rebuild of Apache (now with SSL support :-) and works

RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Bodycombe, Andrew
This indicates your server.xml is invalid. -Original Message- From: Avinash Sridhar [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 16:07 To: [EMAIL PROTECTED] Subject: Please help Console Problem in tomcat 5.0.16 have my own directory as sampleapp which has the necessary structure

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Yiannis Mavroukakis
D'oh! :) You would still need the listen directive for it to work btw;) As far as that is concerned, a fellow list member had the same requirements some time ago this is what I suggested and it worked for him. Use the Location directive and stick SSLRequireSSL in it. Location

Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
Hi , I am getting the following error in JDBC conn. Error log and other details are as follows: Please help !! Regards Abhay - I am using :== Apache Tomcat/4.1.29 SQL*Plus: Release

Re: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Keshav Sarin
Put the database driver in tomcat_home/common/lib directory and restart tomcat. [EMAIL PROTECTED] 02/02/04 09:35AM Hi , I am getting the following error in JDBC conn. Error log and other details are as follows: Please help !! Regards Abhay

URL rewriting and context paths

2004-02-02 Thread pete . storey
Hi, Im trying to use url rewriting (in this case ISAPI Redirect) to translate a search engine friendly URL (ie xyz.com/123_keyword_product_name.html) into a tomcat one (xyz.com/app/product.do?id=123). This all works fine and dandy however there is a big problem with it. One of the uses I

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
Path of the dB driver is as follows: Still the same error C:\Tomcat\common\lib\ojdbc14.jar Abhay -Original Message- From: Keshav Sarin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:44 AM To: [EMAIL PROTECTED] Subject: Re: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

AUTO 'Getty=001-015-850'Error in JDBC conn / Apache Tomcat/4.1. 29 URGENT

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Chakravarthy, Sundar
Trying using classes12.jar in tomcat_home/common/lib -Original Message- From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:50 AM To: 'Tomcat Users List' Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT Importance: High Path of the dB

Tomcat 4.x + session replication (javagroups) = StackOverflowError

2004-02-02 Thread YErkan
Hi, We're using javagroups for the session replication between our 2 clustered Tomcat 4.x servers. And we're having the following problem: When we start one of the servers, its CPU usage hit 100% (as if there were a never ending loop). It looks like it's trying to read a big number of old

Problem Compiling JSP under TOMCAT 5.0.18; please help me

2004-02-02 Thread De Toffoli Garry
Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed only tomcat, leaving untouched all the directory where resides the sites; but when

RE: Tomcat 4.x + session replication (javagroups) = StackOverflowError

2004-02-02 Thread Filip Hanik \(lists\)
yes, you are using a session replication for tomact 4.0.x on a tomcat 4.1.x server,hence the expire called gets stuck in an eternal loop. I don't support that code anymore, since it was for an article I wrote a long time ago. For tomcat 4.1.x I have http://cvs.apache.org/~fhanik/ but the truly

Re: RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
Hi, Thanks for the reply.How do I correct the invalid server.xml file. Kindly let me know. server.xml file for the same directory structure. Context path=/sampleapp docBase=sampleapp debug=0 reloadable=true /Context Thanks AS On Mon, 02 Feb 2004 Bodycombe, Andrew wrote : This indicates

AUTO 'Getty=001-015-886'Problem Compiling JSP under TOMCAT 5.0. 18; please help me

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID

AUTO 'Getty=001-015-904'Please help Console Problem in tomcat 5 .0.16

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID

AUTO 'Getty=001-015-881'Tomcat 4.x + session replication (javag roups) = StackOverflowError

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
I hv tried this also .. No success Abhay -Original Message- From: Chakravarthy, Sundar [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:56 AM To: Tomcat Users List Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT Trying using classes12.jar in

Re: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Aadi Deshpande
i've always managed to get this error when i have spaces between the xml pi ( ?xml version=... ? ) and the start of the file. i'd check for that, and that you have no spaces at the '?xml' and a space before the '?' hope this helps, -a Avinash Sridhar wrote: Hi, Thanks for the reply.How do

trouble load balancing with mod_jk2

2004-02-02 Thread Aadi Deshpande
Greetings, (Not sure if this is the place for mod_jk2 questions or if there is another mailing list) I'm having trouble figuring out how loadbalancing should work using mod_jk2 with Apache2 and Tomcat 5.0.18. I have 2 tomcat instances on 2 machines ( running with different port numbers ) I

AUTO 'Getty=001-016-299'Please help Console Problem in tomcat 5 .0.16

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID

AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1. 29 URGENT

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Mike Curwen
Just to be sure.. you tried classes12.**jar** (renamed .zip to .jar) ? -Original Message- From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:12 AM To: 'Tomcat Users List' Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT Importance:

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Allistair Crossley
FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE --- QAS Ltd. Developers of QuickAddress Software a href=http://www.qas.com;www.qas.com/a Registered in England: No 2582055 Registered in Australia: No 082 851 474

AUTO 'Getty=001-015-865'Error in JDBC conn / Apache Tomcat/4.1. 29 URGENT

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID

Re: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Daniel Gibby
Yes, PLEASE! Allistair Crossley wrote: Can someone stop these messages??? Just put a block on subjects with Getty= in them? I had nearly 50 of these in the last 2 days! - To unsubscribe, e-mail: [EMAIL PROTECTED]

AUTO 'Getty=001-016-696'Error in JDBC conn / Apache Tomcat/4.1. 29 URGENT

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID

Re: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Graham Reeds
I've attempted to contact Getty Images about this but they use those annoying web forms. What ever happened to real email addresses? G. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Run Tomcat 5 as Root or Tomcat User?

2004-02-02 Thread Kumar, Sunitha
Use sudo -Original Message- From: Nadia Kunkov [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 7:02 AM To: Tomcat help (E-mail) Subject: Run Tomcat 5 as Root or Tomcat User? Hi, I installed Tomcat 5.0.16 as root. Now it means that I have to start and stop it being root

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Shapira, Yoav
Howdy, I unsubscribed this user. But there will be others like that, with different message lines, different subjects, different from addresses. Instead of relying on immediate response (remember, I and the moderators/owners of other lists don't get paid to sit and watch the listserv 24/7/365 --

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
This is setenv file: set classpath=.;C:\j2sdk1.4.2_03\lib\tools.jar;..\web-inf\classes;..\web-inf\lib\cos.jar;..\web-inf\lib\jnlp.jar;..\web-inf\lib\log4j.jar;..\web-inf\lib\xml4j.jar;..\web-inf\lib\ldapjdk.jar;..\web-inf\lib\ldapsearch.jar..\web-inf\lib\classes12.jar;%classpath% and Class

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Filip Hanik \(lists\)
writing rules will still take up our bandwidth, so it is in everyones interestest to get these off the list as opposed to filtering them what is the email address that you can unsub someone with? something like [EMAIL PROTECTED] how do you fill in the value ? Filip -Original

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Edson Alves Pereira
You must put your jdbc driver in $TOMCAT_HOME/common/lib -- De: Kumar Abhay-CAK203C[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 2 de fevereiro de 2004 14:34 Para: 'Tomcat Users List' Assunto: RE: Error in JDBC conn /

some question about JSPX and the output format

2004-02-02 Thread Eric Suen
Hi, I have a jspx like this: ?xml version=1.0 encoding=UTF-8? !DOCTYPE fo:root [ !ENTITY nbsp #160; ] fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:jsp=http://java.sun.com/JSP/Page; test name=test value=test/test /fo:root it can be parsed by xerces2.6, but when I run it,

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Mike Curwen
Would you care to make one more best effort? unsubscribe this email: [EMAIL PROTECTED] -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:36 AM To: Tomcat Users List Subject: RE: AUTO 'Getty=001-016-162'Error in JDBC conn /

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Shapira, Yoav
Howdy, writing rules will still take up our bandwidth, so it is in everyones interestest to get these off the list as opposed to filtering them Of course. I just said that people can't count on IMMEDIATE removal of the offending user. I left unsaid my wish that people wouldn't complain when

RE: trouble load balancing with mod_jk2

2004-02-02 Thread Yiannis Mavroukakis
Not sure about lb, but an shm file of is bound to get you into trouble :) -Original Message- From: Aadi Deshpande [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 17:18 To: [EMAIL PROTECTED] Subject: trouble load balancing with mod_jk2 Greetings, (Not sure if this is the place

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Filip Hanik \(lists\)
and here is the syntax to unsubscribe an auto replyer [EMAIL PROTECTED] this would unsubscribe [EMAIL PROTECTED] if he autoreplies Filip -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 9:52 AM To: Tomcat Users List Subject: RE: AUTO

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Shapira, Yoav
Howdy, Would you care to make one more best effort? unsubscribe this email: [EMAIL PROTECTED] For the umpteenth time: this address is not on the list. I just checked again to make sure, even though I've tried many times already. Yoav Shapira This e-mail, including any attachments, is a

Re: Redeployment of War over and over Supported?

2004-02-02 Thread Seth Ladd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shapira, Yoav wrote: | Howdy, | | |Wow, OK, thanks for the great insight. In other words, it's safe to |assume to always restart Tomcat when deploying webapps. That, of |course, is less than ideal. For testing, that just makes the |development time

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Mike Curwen
so can anyone do this? -Original Message- From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 12:08 PM To: Tomcat Users List Subject: RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT and here is the syntax to

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Filip Hanik \(lists\)
yes, but the user will not get unsubscribed unless he replies, so you could not unsubscribe me for example Filip -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:11 AM To: 'Tomcat Users List' Subject: RE: AUTO 'Getty=001-016-162'Error in

URLRewrite help needed

2004-02-02 Thread Duane Burchell
Hello I'm relatively new to using Tomcat, and need help with what (should be) an easy task. I've searched through the archives, but haven't found the information I need. I'm basically trying to do a mod_rewrite, but using tomcat (without apache installed). I've read up on the

Re: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Tim Funk
Well you can start the unsubscribe for someone else. But the unsub is complete only when the user responds to the reply-to in the request for confirmation. Who knows if auto responders to the reply-to. -Tim Mike Curwen wrote: so can anyone do this? -Original Message- From: Filip

Re: URLRewrite help needed

2004-02-02 Thread Duane Burchell
I need to pay better attention to what I type. As I understand it, the steps would be : 1 ) Download the jar files and put them into a urlrewrite directory off the WEB-INF directory. This should read : 1) Download the jar files, which will extract into a lib subdirectory off the WEB-INF

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomc at/4.1.29 URGENT

2004-02-02 Thread Kannan Sundararajan
I guess this is a spam email and the bug tries to gets into various email address. It would be waste of time in finding it out of like [EMAIL PROTECTED], since most of spams are send thru bogus email address. I dont know what is the solution to stop this. But based on this a good people should not

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Mike Curwen
and in the case of unsubscribe this email: [EMAIL PROTECTED] it's unlikely it will make it past their * Mail Server. They've probably gone 'restrictive' during the email storm. I tried sending email to [EMAIL PROTECTED] and [EMAIL PROTECTED], and both bounced. My subject was information

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Filip Hanik \(lists\)
is there a user with the leadingedgedesign.com email? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:09 AM To: Tomcat Users List Subject: RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT Howdy, Would

RE: URLRewrite help needed

2004-02-02 Thread Shapira, Yoav
Howdy, Take a look at tomcat 5's balancer webapp, and/or http://jakarta.apache.org/tomcat/tomcat-5.0-doc/balancer-howto.html Yoav Shapira Millennium ChemInformatics -Original Message- From: Duane Burchell [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:23 PM To: Tomcat

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomc at/4.1.29 URGENT

2004-02-02 Thread Hamilton Andrew
Yoav, Thanks for the efforts in keeping the list clean. But I have a question. You said below that this particular user is not a member. How about anyone from leds.com domain? The reply would lead me to believe that the Administrator catches the email bound for someone else in that domain.

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomc at/4.1.29 URGENT

2004-02-02 Thread Hamilton Andrew
Yeah, I tried as well. They didn't bounce but I also got no response back. Drew -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:32 PM To: 'Tomcat Users List' Subject: RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
I describe this in my HOWTO. http://www.linuxjava.net/howto/webapp/ You either redirect traffic from http to https for that virtual host, or you only mount the webapp in the http virtual host and not for the https. Oscar Carrillo On Mon, 2 Feb 2004, Ralf Schneider wrote: Am Montag, 2.

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
BTW, there's sample http.conf, ssl.conf, and server.xml files there. In the config files, I denote your host that resolves to an IP as myhost.mydomain, and your virtual host as host1.domain. http://www.linuxjava.net/howto/webapp/install_files/ Oscar On Mon, 2 Feb 2004, Oscar Carrillo wrote:

Re: access log

2004-02-02 Thread Adam Hardy
On 02/02/2004 02:54 PM Shapira, Yoav wrote: - if anyone was thinking of adapting it to write to a database via jdbc? Too slow, unless done very carefully asynchronously (and then you have to really take care to keep entries in the right order, etc -- it's a nightmare). There are no open bugs

RE: access log

2004-02-02 Thread Shapira, Yoav
Howdy, re: asynchronous DB writes - Tim pointed out the JDBCAccessLogValve. I assume you are thinking that this would quickly become a bottleneck? Yeah, that's what I'm thinking. Writing the access log valve should be very very quick, very very scalable, or it easily becomes a bottleneck.

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
Well. I have gotten Tomcat5, RH ES, mod_jk2, and apache2 all working. I've come to the conclusion that the clowns who developed this stuff sit back and watch the traffic on the list and laugh. Here is what you need to do in your workers2.properites file: For every servlet you need to

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Keshav Sarin
You need to remove all references to the database driver from the system and web app classpath. Don't put the driver in web-inf/lib directory. Just keep the driver in the tomcat_home/common/lib directory. [EMAIL PROTECTED] 02/02/04 10:34AM This is setenv file: set

Re: Session disconnect

2004-02-02 Thread Antonio Fiol Bonnín
Sessions do not, but the underlying cookies may. It was just a suggestion. Antonio Fiol Mark Tebong wrote: I don't think it has anythin to so with cookies because sessions don't use paths. -Original Message- From: Antonio Fiol Bonnin [mailto:[EMAIL PROTECTED] Sent: Sunday, February

  1   2   >