Tomcat setup question.

2002-12-16 Thread Patrick Martz
Ok I have tomcat all installed and serving up web pages nicely. I am able to access everything ok so far. The problem: I have installed J2SDK and tomcat both and set the appropriate environmental variables (I believe). I am able to compile java classes that contain standard java imports (i.e.

Re: Tomcat setup question.

2002-12-16 Thread Peng Tuck Kwok
So do I need to add an environmental variable to let my compiler find these? Or do I just need to move the .jar files to the right location? How do I know which .jar files are the correct ones to use (as I mentioned, there are a number of them that seem to have what I'm looking for)? You can

RE: Tomcat setup question.

2002-12-16 Thread Patrick Martz
! -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 4:41 PM To: Tomcat Users List Subject: Re: Tomcat setup question. So do I need to add an environmental variable to let my compiler find these? Or do I just need to move the .jar files

Re: Tomcat setup question.

2002-12-16 Thread Peng Tuck Kwok
appreciative if anyone could help! -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 4:41 PM To: Tomcat Users List Subject: Re: Tomcat setup question. So do I need to add an environmental variable to let my compiler find these? Or do

RE: Tomcat setup question.

2002-12-16 Thread Patrick Martz
for my ignorance but this is all very new to me. -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 5:00 PM To: Tomcat Users List Subject: Re: Tomcat setup question. Tomcat comes with servlet.jar, which has all the classes you need. Or you can

Re: Tomcat setup question.

2002-12-16 Thread Peng Tuck Kwok
Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 5:00 PM To: Tomcat Users List Subject: Re: Tomcat setup question. Tomcat comes with servlet.jar, which has all the classes you need. Or you can download a copy from Sun Microsystems as well. Just point your compiler

Re: Tomcat setup question.

2002-12-16 Thread Mike W-M
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 1:09 AM Subject: Re: Tomcat setup question. Don't panic, just attach a sample servlet that you were trying to compile to the list. I'll have a look at it and try to get it to compile ok? The javac -classpath

RE: Tomcat setup question.

2002-12-16 Thread Patrick Martz
, December 16, 2002 5:10 PM To: Tomcat Users List Subject: Re: Tomcat setup question. Don't panic, just attach a sample servlet that you were trying to compile to the list. I'll have a look at it and try to get it to compile ok? The javac -classpath should work by the way. Patrick Martz wrote: Thank

Re: Tomcat setup question.

2002-12-16 Thread Mike W-M
know about).) Also, I tend not to use pathnames with spaces in, just in case. Mike. - Original Message - From: Patrick Martz [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 1:26 AM Subject: RE: Tomcat setup question. Ok here's the current setup

Re: Tomcat setup question.

2002-12-16 Thread Peng Tuck Kwok
: Tomcat setup question. Don't panic, just attach a sample servlet that you were trying to compile to the list. I'll have a look at it and try to get it to compile ok? The javac -classpath should work by the way. Patrick Martz wrote: Thank you for the help. However, I tried that...I added

RE: Tomcat setup question.

2002-12-16 Thread Patrick Martz
To: Tomcat Users List Subject: Re: Tomcat setup question. It's javax.servlet, not java.servlet. So that why there is no such package or class to be found. It should compile if you add the servlet.jar to the classpath variable or specify the -classpath variable to the compiler. Patrick Martz

Re: Tomcat setup question.

2002-12-16 Thread Praveen Wicliff
PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 6:19 AM Subject: RE: Tomcat setup question. Ok this is exactly my problem. These aren't MY jar files. These are jar files that came with Tomcat. Apparently, the standard J2SDK does NOT come with the servlet classes

Re: JDBC, tomcat setup question

2002-03-14 Thread Leila Lappin
- From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 8:02 PM Subject: Re: JDBC, tomcat setup question Not the same... How many people even know what a class loader is when they start using Tomcat..? --- Emir Alikadic [EMAIL PROTECTED

Re: JDBC, tomcat setup question

2002-03-14 Thread Craig R. McClanahan
On Thu, 14 Mar 2002, Leila Lappin wrote: Date: Thu, 14 Mar 2002 08:52:10 -0800 From: Leila Lappin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: JDBC, tomcat setup question HI all, Yesterday I

JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
Hi all, I'm trying to set up tomcat and port an application that I developed and tested using Jrun, being new to the environment and I have two questions. My first question is adding additional jar files like jdbc jar files. I've been reading through a lot of material trying to figure out how

Re: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
This is definately a RTFM issue, buuut: Put your .jar files in: /path/to/tomcat/lib There is no need to change the classpath, TC picks it up automatically when it is started. --- Leila Lappin [EMAIL PROTECTED] wrote: Hi all, I'm trying to set up tomcat and port an application that I

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
thanks for the response, what is RTFM? - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 6:08 PM Subject: Re: JDBC, tomcat setup question This is definately a RTFM issue, buuut: Put your .jar

Re: JDBC, tomcat setup question

2002-03-13 Thread Dave Whitla
- Original Message - From: Leila Lappin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 3:36 PM Subject: Re: JDBC, tomcat setup question thanks for the response, what is RTFM? Read The ..um ..er lovely Manuals

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
- From: Dave Whitla [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 6:27 PM Subject: Re: JDBC, tomcat setup question - Original Message - From: Leila Lappin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED

Re: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 6:27 PM Subject: Re: JDBC, tomcat setup question - Original Message - From: Leila Lappin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 3:36 PM

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: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
Not the same... How many people even know what a class loader is when they start using Tomcat..? --- Emir Alikadic [EMAIL PROTECTED] wrote: 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

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
by setting proper configuration values in build.xml. Hopefully I'll find what I'm looking for. thanks - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 8:02 PM Subject: Re: JDBC, tomcat setup question

Re: JDBC, tomcat setup question

2002-03-13 Thread Christopher K . St . John
Leila Lappin wrote: the problem I'm trying to resolve is how I may avoid placing jar files under tomcat's directory structure in order to have them picked up. I might be misunderstanding your question, but does putting them in WEB-INF/lib not do what you want? -- Christopher St. John

Tomcat setup question: where's conf?

2001-02-08 Thread David Chase
The instructions at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l list the required files: workers.properties uriworkermap.properties and say that samples can be found under the conf directory. The zip file of binaries that I downloaded didn't have a conf