Re: can't get tomcat to compile...servlets.

2000-11-18 Thread Kurt Bernhard Pruenner

Parvez Rishi wrote:
 hi,
 i'm new to servlets and tomcat. i've installed tomcat with apache
 1.3.12. it serves servlets and jsp's but it does not compile them.

Well, it's funny that it wouldn't compile JSPs, but Tomcat not compiling
servlets is the correct behaviour - it never has done that and probably never
will, since Tomcat doesn't know anything about which source files to compile
for any given servlet class files...

-- 
Kurt Pruenner - Haendelstrasse 17, 4020 Linz, Austria | Briareos at Olymp BBS:
http://www.mp3.com/Leak http://www.ssw.uni-linz.ac.at | ssh [EMAIL PROTECTED]
...It might be written "Mindfuck", but it's spelt "L-A-I-N"...
np: Leak - Frilage (Leaked)



RE: can't get tomcat to compile...servlets.

2000-11-17 Thread CPC Livelink Admin


Not positive, but this may be that you did not specify tools.jar on your
command line.  I beleive I saw sometime a long time ago on this list that
this was required to compile anything in-process. You probably will need to
update the startup script to get it correctly (since it didn't get it
itself).

If this doesn't work, I have no more clues.

Regards,
Paul

-Original Message-
From: Parvez Rishi [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 18, 2000 12:35 AM
To: [EMAIL PROTECTED]
Subject: can't get tomcat to compile...servlets.


hi,
i'm new to servlets and tomcat. i've installed tomcat with apache
1.3.12. it serves servlets and jsp's but it does not compile them.
i have to precompile them everytime i make changes. i'm using jdk1.2.2
for linux (redhat 6.2). where do i have to specify the compiler path.
i have set the environment vars. TOMCAT_HOME and JAVA_HOME.

thanks.

parvez




Re: can't get tomcat to compile...servlets.

2000-11-17 Thread Parvez Rishi

thanks Paul.

yes, i have the tools.jar in the tomcat.sh rightly pointed.
but still cant get it to compile.

parvez



And Then  CPC Livelink Admin wrote . 
 
 
 Not positive, but this may be that you did not specify tools.jar on your
 command line.  I beleive I saw sometime a long time ago on this list that
 this was required to compile anything in-process. You probably will need to
 update the startup script to get it correctly (since it didn't get it
 itself).
 
 If this doesn't work, I have no more clues.
 
 Regards,
 Paul
 
 -Original Message-
 From: Parvez Rishi [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, November 18, 2000 12:35 AM
 To: [EMAIL PROTECTED]
 Subject: can't get tomcat to compile...servlets.
 
 
 hi,
 i'm new to servlets and tomcat. i've installed tomcat with apache
 1.3.12. it serves servlets and jsp's but it does not compile them.
 i have to precompile them everytime i make changes. i'm using jdk1.2.2
 for linux (redhat 6.2). where do i have to specify the compiler path.
 i have set the environment vars. TOMCAT_HOME and JAVA_HOME.
 
 thanks.
 
 parvez