Re: Setting up jdbc connections

2002-03-04 Thread Emir Alikadic
On 03/04/2002 04:18 PM, Andrew Falanga wrote: Hello everyone, Hi, Setting up Tomcat is NO easy project. I've been struggling for about a week and a half to get tomcat to read a special servlet/application/I really don't know what to call it. (Unfortunately, that's my biggest

Re: DB Connection Pool

2002-03-05 Thread Emir Alikadic
On 03/05/2002 02:59 PM, Lev Assinovsky wrote: Why? Jim, are you the owner of this mailing list? Actually, Lev, Jim is right: it's an established etiquette of public mailing lists to first search for an answer in the existing documentation before posting a question on the list. One of the

Re: How to set Entry Point

2002-03-11 Thread Emir Alikadic
On 3/12/2002 12:53 AM, Gurmeet wrote: Hi all, I am new Tomcat user. pls help me how can I define a particular JSP page to be the entry point for my application. Please tell me what all I need to specify in my web.xml. Regards Gurmeet welcome-file-list

Re: How to set Entry Point

2002-03-11 Thread Emir Alikadic
actual problem, you'll probably need to redesign your application to use what's known as MVC architecture. If your application hasn't been designed with central dispatcher, I can't see how web.xml can help. Emir. Regards Gurmeet -Original Message- From: Emir Alikadic [mailto

Re: JDBC, tomcat setup question

2002-03-13 Thread Emir Alikadic
On 3/13/2002 9:57 PM, August Detlefsen wrote: Sorry, Leila, my comment was not meant to offend, but yours is the #1 question asked on this list (Where do I put my jar files?). Hmmm... There really should be a FAQ for all this stuff... How about a HOWTO, as in Class Loader HOWTO:

Re: init parameter and web.xml cant get it to work?

2002-03-14 Thread Emir Alikadic
On 3/14/2002 5:00 PM, Leon Vermaak wrote: [SNIP] String repeatString = config.getInitParameter(repeat); [SNIP] param-name repeats /param-name [SNIP] repeat != repeats Emir. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Re: Tab Characters in web.xml (Tomcat 4.0.3)

2002-03-20 Thread Emir Alikadic
On 3/20/2002 12:01 PM, Jeff Larsen wrote: I've been developing a web application in JBuilder using Tomcat 3.2 with great success. Now it's time for the real world. I'm deploying my app on Tomcat 4.0.3 on Solaris and I'm having problems with my web.xml. When Tomcat starts, it gives me the

RE: Jasper !!!

2002-01-11 Thread Emir Alikadic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: Chris Duprat [mailto:[EMAIL PROTECTED]] Sent: January 11, 2002 12:11 PM To: Tomcat Users List Subject: Re: Jasper !!! in My JSP I put an directive %@ page import=org.user.* % This package is in

RE: loading jdbc driver

2002-01-11 Thread Emir Alikadic
-Original Message- From: Alfar, Adam [mailto:[EMAIL PROTECTED]] Sent: January 11, 2002 1:14 PM To: '[EMAIL PROTECTED]' Subject: loading jdbc driver I am using tomcat 4 and I am having problems loading the jdbc driver as follows: java.lang.ClassNotFoundException:

RE: Tomcat 4.0.1 and Apache

2002-01-13 Thread Emir Alikadic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: Rizki Wicaksono [mailto:[EMAIL PROTECTED]] Sent: January 13, 2002 3:35 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 and Apache I have read documentation that come with Tomcat 4.0.1 distribution. But i

RE: No. of User Restrictor

2002-01-18 Thread Emir Alikadic
-Original Message- From: Sachin Tyagi [mailto:[EMAIL PROTECTED]] Sent: January 18, 2002 5:22 AM To: [EMAIL PROTECTED] Subject: No. of User Restrictor Hi All I am looking for a functionality with my web application I need some suggestions. Application running on Apache 1.3 and

RE: mod_jk with Tomcat4

2002-01-19 Thread Emir Alikadic
-Original Message- From: Oli Gauti Gudmundsson [mailto:[EMAIL PROTECTED]] Sent: January 19, 2002 9:46 AM To: '[EMAIL PROTECTED]' Subject: mod_jk with Tomcat4 Hi. Has anyone managed to get Apache and Tomcat 4.01 working together with mod_jk? I doubt it, since mod_jk is used with

RE: abcd

2002-01-19 Thread Emir Alikadic
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 19, 2002 9:11 PM To: [EMAIL PROTECTED] Subject: abcd [EMAIL PROTECTED] Idiotic message coming from an AOL user!? That's odd -- To unsubscribe: mailto:[EMAIL PROTECTED]

RE: Tomcat prerequisites

2002-01-24 Thread Emir Alikadic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: Frederic Michoulier [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 10:41 AM To: Tomcat Users List Subject: Tomcat prerequisites Hi, Does anybody know where I could find prerequisites for

RE: apache-tomcat problem

2001-06-20 Thread Emir Alikadic (ADNOC IST)
Well, for starters you should use mod_jk.so: IIRC mod_jserv.so has been deprecated. Regards, Emir Alikadic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 13:03 To: [EMAIL PROTECTED] Subject: apache-tomcat problem I have

RE: problem with TOMCAT+APACHE+JETSPEED

2001-06-24 Thread Emir Alikadic (ADNOC IST)
and the new env var should now appear in the lower portion of that window. To change any existing env vars, simply click on it, change the value, click Set and that's it. To delete, click on var and click Delete. Regards, Emir Alikadic -Original Message- From: Sumit Ranjan [mailto

RE: Enterprise JavaBeans support?

2001-06-26 Thread Emir Alikadic (ADNOC IST)
Nope, Tomcat's a servlet container and not a full-fledged J2EE server. For EJBs try jBoss - it's open-source and it kicks arse... Regards, Emir Alikadic -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 15:57 Subject: Enterprise JavaBeans

RE: Programmatic security with servlet mappings in tomcat

2001-07-03 Thread Emir Alikadic (ADNOC IST)
me-too I wrote my own custom authentication scheme for exactly the same reasons. I hope Tomcat will soon add forms based authentication so I can remove this (unnecessary) level of complexity from my applications. /me-too Emir. -Original Message- From: Hughes, Tim [mailto:[EMAIL

RE: How to make a war file

2001-07-03 Thread Emir Alikadic (ADNOC IST)
When in the directory of your web app: jar -cvf myapp.war . (without quotes, of course) -Original Message- From: Anshul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 12:51 PM To: [EMAIL PROTECTED] Subject: How to make a war file I have got all the file structure ready to make

RE: List traffic et al

2001-07-03 Thread Emir Alikadic (ADNOC IST)
List is tomcat-user and not java-server-development; thus, issues such as getting Tomcat up and running (i.e. Tomcat configuration) ARE the purpose of this list. Methinks you should get invovled into discussion more often, given as you say that getting Tomcat up and running is no issue to you:

RE: List traffic et al

2001-07-03 Thread Emir Alikadic (ADNOC IST)
Why don't we then monitor the list for a while and figure out the exact questions that keep on coming up. We can then create an FAQ for the list and post it somewhere (maybe Jakarta Project would host it) and we can then direct all newbies there. We can then retain [what I perceive is] the

RE: Apache Tomcat Integration

2001-07-03 Thread Emir Alikadic (ADNOC IST)
I'd suggest using mod_jk rather than mod_jserv (the latter being deprecated, IIRC). Apache/Tomcat integration is explained in detail in the Tomcat docs included in the bundle. So is general configuration. Being a SysAdmin, I doubt you'll have trouble following the docs... Cheers! Emir.

RE: Tomcat + Apache on NT

2001-07-06 Thread Emir Alikadic (ADNOC IST)
Use mod_jk rather than mod_jserv. Provided that you properly configured the Apache/Tomcat combo (with appropriate entry in the httpd.conf, as described in Tomcat docs), you'll have to start Tomcat first and then start Apache. Manually. -Original Message- From: Gregory Guthrie

RE: Problem

2001-07-07 Thread Emir Alikadic (ADNOC IST)
Very often this is caused by errors in your TOMCAT_HOME - perhaps you have spaces in the directory names? While this is not a problem for Tomcat in general, somehow you can't have spaces in the TOMCAT_HOME in your wrapper.properties. Try moving Tomcat to a path without spaces in directory names

RE: Problem with tomcat installation

2001-07-09 Thread Emir Alikadic (ADNOC IST)
I understand you're upset that your Tomcat installation doesn't work, but that's no reason to shout: PLEASE TURN OFF YOUR CAPS LOCK! Thank you! -Original Message- From: ramana satyavarapu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 11:14 AM To: [EMAIL PROTECTED] Subject:

RE: TOMCAT VISUAL AGE

2001-07-09 Thread Emir Alikadic (ADNOC IST)
1. Look in your TOMCAT_HOME/lib 2. Unjar == Unpack Hint: Use JDK's jar utility (it's in JAVA_HOME/bin) to unpack JARs, WARs, or EARs. Type jar at command prompt (without any parameters) to get usage help. Cheerioh! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: java.lang.ClassCastException!!!

2001-07-23 Thread Emir Alikadic (ADNOC IST)
For goodness sake, do not use RTF/HTML-formatted e-mail! That is considered *very* rude on public mailing lists (read the FAQ if you don't know why). Emir. -Original Message- From: Senthoorkumaran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 9:58 AM To: Tomcat User group

META: E-mail format

2001-07-25 Thread Emir Alikadic (ADNOC IST)
Greetings all! Use of HTML- and RTF-formatted e-mail is on rise and needs to stop ASAP. Most recent (messages sent on July 25th) offenders are: - Prosa - raghu - Senthil Kumar Rajamanickam - Martin Welch - Brigger Patrick - [EMAIL PROTECTED] - Michael Petres Now, I am not the moderator or the

RE: jdbc odbc bridge on linux

2001-07-28 Thread Emir Alikadic (ADNOC IST)
Repost your question in plain text instead of RTF and I'll help you. Regards, Emir. -Original Message- From: Jerry QU [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 2:45 AM To: [EMAIL PROTECTED] Subject: jdbc odbc bridge on linux Hi All, I posted question about how to

RE: jdbc odbc bridge on linux

2001-07-28 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 8:33 AM To: [EMAIL PROTECTED] Subject: Re: jdbc odbc bridge on linux Emir Alikadic (ADNOC IST) at [EMAIL PROTECTED] wrote: Repost your question in plain text instead of RTF

RE: Installing tomcat on Win98 2nd Ed.

2001-07-29 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Siu Hong Hui [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 10:54 AM To: [EMAIL PROTECTED] Subject: Installing tomcat on Win98 2nd Ed. Hi, I am a new tomcat user and I wanted to install both Tomcat and Apache server on my Windows 98 2nd

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux)

2001-07-29 Thread Emir Alikadic (ADNOC IST)
[X] +1 - Plain Text only. Strip HTML on the mailing list. [ ] 0 - I don't give a damn shit. [ ] -1 - You mad? I love HTML in messages and want to keep using it. New subscribers should be POLITELY (he he he!) directed to read the FAQ upon subscription.

RE: HTML in Messages and politeness

2001-07-29 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Andrew Robson [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 11:28 PM To: [EMAIL PROTECTED] Subject: Re: HTML in Messages and politeness [X] +1 - Plain Text only. Strip HTML on the mailing list. Otherwise you start to exclude people who don't

RE: JSP pages cannot be viewed

2001-07-30 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Utech - Han Lim [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 11:38 AM To: [EMAIL PROTECTED] Subject: JSP pages cannot be viewed Sensitivity: Personal Hi, I just installed the Apache-1.3.20 and Tomcat-3.2.3, and all running smoothly until I

RE: JSP pages cannot be viewed

2001-07-30 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Han Lin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 1:35 AM To: [EMAIL PROTECTED] Subject: RE: JSP pages cannot be viewed Sensitivity: Personal [SNIP] And according to Emir Alikadic's recommended website

RE: Out of Memory error - Tomcat 3.2.1

2001-07-31 Thread Emir Alikadic (ADNOC IST)
1. You're posting a message in non-plain text format, which is in violation of this list's rules (you did read the list's FAQ, didn't you?). Your message is thus likely being ignored. Post in plain text as required and someone will probably respond. 2. Your original message was posted 4 hours

RE: How to make a database connection in a servlet ?

2001-07-31 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Andreas Horchler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:17 AM To: Tomcat-User Subject: How to make a database connection in a servlet ? Hi, I am running Apache 1.3.20, Tomcat 3.2.3 and JDK 1.3.1 from Sun on Windows NT and

RE: How to make a database connection in a servlet ?

2001-07-31 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:50 AM To: [EMAIL PROTECTED] Subject: Re: How to make a database connection in a servlet ? Here is code snipet for you: Don't forget to import: import java.sql.*; import

RE: My Question is other than tomcat stuffs

2001-07-31 Thread Emir Alikadic (ADNOC IST)
, looking for IT business opportunity in India. Actually my problem is FUNDING. I am looking for funding from other companies. But I am new in this field, so I don't know even how to approach VCs or even how to find companies which can help me to establish my setup. I, Emir Alikadic, 24 years old

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux)

2001-07-31 Thread Emir Alikadic (ADNOC IST)
[SNIP] This is going the last message with HTML enabled on the mailing list. :) Remember to modify your settings :) Those are the rejected stuff: - text/html - text/rtf - text/enriched - text/x-vcard Pier C'mon, Mary, our job here is done! [rides off into the sunset] On

RE: installing Tomcat on Apache 1.3.20 /win2000

2001-07-31 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Niels Barlach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 2:57 PM To: [EMAIL PROTECTED] Subject: SV: installing Tomcat on Apache 1.3.20 /win2000 Hi I've installed Apache 1.3.20 on a win2000 pc and it works fine. Now i want

RE: please help

2001-08-01 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 11:11 AM To: [EMAIL PROTECTED] Subject: RE: please help Hi everybody In my servlet i have import statement as follow. import