RE: [OT] how to pronounce Apache ?
Sorry No offense But arent you a perfectionist ?? -Original Message- From: Antony paul [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:20 PM To: tomcat mail list Subject: [OT] how to pronounce Apache ? Hello, I would like to know how to pronoune Apache in US English. I found two pronounciations at http://dictionary.reference.com/search?q=apache which one is right ?. Or any other forms ? Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Tomcat 4.0. LE
Dear Philipp Thanks for the help regarding the installation of JDK. Now one more thing, I am sure you would be able to help me out there as well I have got this installer for Tomcat 4.0. How do I install it, the file is called __tar.gz, I can view whats inside the compressed folder but don't know how to install it. Don't see any instal file. So any help would be appreciated. Regards -------- Zille Hassan [EMAIL PROTECTED] United Matbouli Group 1st Floor, Matbouli Plaza PO Box556 Jeddah 21421 Kingdom of Saudi Arabia tel: +966 2 6512111 Ext:1901 fax: +966 2 6571171 -Original Message- From: Philipp Leusmann [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 2:37 PM To: Tomcat Users List Subject: AW: Many java-processes left after shutdown.sh I?d try sh ./__.rpm.bin > -Ursprungliche Nachricht- > Von: Zille Hassan [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 4. August 2003 13:33 > An: Tomcat Users List > Betreff: RE: Many java-processes left after shutdown.sh > > > Dear Philipp > Since your question is regarding tomcat on linux, so I thought it > best to put my question to you as well. I have downloaded the rpm file > for the SDK or jdk 1.4. When I see the file on linux machine, I see > ___.rpm.bin > How do I install it ? Any suggestions ? > > > > Zille Hassan > [EMAIL PROTECTED] > United Matbouli Group > 1st Floor, Matbouli Plaza > PO Box556 Jeddah 21421 > Kingdom of Saudi Arabia > tel: +966 2 6512111 Ext:1901 > fax: +966 2 6571171 > > > > -Original Message- > From: Philipp Leusmann [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 2:23 PM > To: [EMAIL PROTECTED] > Subject: Many java-processes left after shutdown.sh > > > Hello, > > when I stop tomcat using shutdown.sh there are still many > tomcat-processes running in linux. Is this normal or do I have a > configuration problem (contexts are not closed properly)? I use a > connection pool to a Mysql-database in my application > (BasicDatasourceFactory). Do I have to close these connections somehow > manually? > > Thanks, > Philipp > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Many java-processes left after shutdown.sh
Dear Philipp Since your question is regarding tomcat on linux, so I thought it best to put my question to you as well. I have downloaded the rpm file for the SDK or jdk 1.4. When I see the file on linux machine, I see ___.rpm.bin How do I install it ? Any suggestions ? Zille Hassan [EMAIL PROTECTED] United Matbouli Group 1st Floor, Matbouli Plaza PO Box556 Jeddah 21421 Kingdom of Saudi Arabia tel: +966 2 6512111 Ext:1901 fax: +966 2 6571171 -Original Message- From: Philipp Leusmann [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: Many java-processes left after shutdown.sh Hello, when I stop tomcat using shutdown.sh there are still many tomcat-processes running in linux. Is this normal or do I have a configuration problem (contexts are not closed properly)? I use a connection pool to a Mysql-database in my application (BasicDatasourceFactory). Do I have to close these connections somehow manually? Thanks, Philipp - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: HELP!! TOMCAT and MYSQL
I have got the binaries for linux, does anyone know how do I install those binaries on linux workstation. I don't know much about linux and I need to know what the commands are and how to do it. There is nothing in the Readme File that lets me know how to install the Binaries on linux machines Zill-e-Hassan UMG-IT Tel: +966 2 6512111 Ext: 1219 Fax: + 966 2 6571171 United Matbouli Group-Matbouli Plaza-1st Floor-PO Box556 Jeddah 21421 -Original Message- From: Stuart MacPherson [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 2:13 PM To: 'Tomcat Users List'; [EMAIL PROTECTED]; 'Emmanuel G. Dialynas' Subject: RE: HELP!! TOMCAT and MYSQL Split the user and pass off of the URL, and into separate properties... stu -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 03 August 2003 11:40 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Emmanuel G. Dialynas Subject: Re: HELP!! TOMCAT and MYSQL Thanks very much! Y, I have tried. But always throw org.xml.sax.SAXParseException said a ";" is needed to end the quote of "password". Any advice? - Original Message - From: "Emmanuel G. Dialynas" <[EMAIL PROTECTED]> To: "engp0510" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 03, 2003 6:07 PM Subject: Re: HELP!! TOMCAT and MYSQL Try: connectionURL="jdbc:mysql://localhost/authority?user=leeson&password=" At 04:32 ìì 03/08/03 +0800, engp0510 wrote: >Hi, > I am using Tomcat 4.0 and MySQL 4.0.14 on WIn2K Professional. >In Server.XML of Tomcat, I use: > >driverName="org.gjt.mm.mysql.Driver" > >connectionURL="jdbc:mysql://localhost/authority?user=leeson;password=" > userTable="users" userNameCol="user_name" > userCredCol="user_pass" > userRoleTable="user_roles" roleNameCol="role_name" /> > >In MySQL, I set all user must access database with password and grant user >'leeson' with all privileges @ localhost. I can use leeson and password to >log into >MySQL. All setting of MySQL will work well when I login MySQL using CMD on >Win2K > >But when I start tomcat-standalone, there is always : > >Catalina.start: LifecycleException: Exception opening database connection: >java.sql.SQLException: Invalid authorizatio >n specification: Access denied for user: 'leeson;[EMAIL PROTECTED]' (Using >password: NO) >LifecycleException: Exception opening database connection: >java.sql.SQLException: Invalid authorization specification: > Access denied for user: 'leeson;[EMAIL PROTECTED]' (Using password: NO) >... > >So, it seem Parser regard user as "leeson;password", not "leeson". But if >I grant leeson all privileges but without password, the tomcat could work. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: RPM Pacakages for RHLinux
Dear Hari Below is the link where you can get the RPM for jdk1.4.1_03. You can download it and use it on any linux platform let it be SuSE or Ret Hat or Mandrake. As for Tomcat Ver 4 , unfortunately there is no RPM that I am aware of available for linux, you have got to download the latest release of TOMCAT SERVER from their site. The best way possible for this is to download the RPMs they are easier to instal. All the best Regards Zille Hassan -Original Message- From: Hari Om [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 12:45 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RPM Pacakages for RHLinux where can I download rpm file for JDK and Tomcat on Red Hat Linux 7.1 I tried rpmfind.net freshrpms.net and rpmseek.com what is better way to INSTALL above pacakages on Red Hat Linux...(1)TAR/GZ or (2) RPM...? Where is the FORUM for RED HAT LINUX...? MILLION THANKS! _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]