RE: tomcat and javac (UNCLASSIFIED)

2006-01-12 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat and javac (UNCLASSIFIED) > > However, my webapp does not work on Tomcat 5.5.12 > when I put my servlet classes in common\classes. You shouldn't do that. Read the servlet spec, and put the servle

Re: tomcat and javac (UNCLASSIFIED)

2006-01-12 Thread Zorro3692
ect: Re: tomcat and javac (UNCLASSIFIED) > > Can you let me know which dir in Tomcat 5.5.12 has the > java compiler? There are three jasper-*.jar files in common/lib. The actual Java compiler appears to be in jasper-compiler-jdt.jar; I have not attempted to use it outside of Tomcat in any way. - Chuck

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat and javac (UNCLASSIFIED) > > Can you let me know which dir in Tomcat 5.5.12 has the > java compiler? There are three jasper-*.jar files in common/lib. The actual Java compiler appears to be in jasper-c

Re: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Zorro3692
Hi Chuck, Can you let me know which dir in Tomcat 5.5.12 has the java compiler? Thanks, Jimmy From: Samara, Fadi N Mr ACSIM/ASPEX > [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat and javac (UNCLASSIFIED) > > Which Java version are you using ? > If you a

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Jignesh Shah
gt; [mailto:[EMAIL PROTECTED] > > Subject: RE: tomcat and javac (UNCLASSIFIED) > > > > Which Java version are you using ? > > If you are referring to JAVA_HOME as the > environment variable, then it > > should point to your java sdk not jre > > Not true wit

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Caldarale, Charles R
> From: Samara, Fadi N Mr ACSIM/ASPEX > [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat and javac (UNCLASSIFIED) > > Which Java version are you using ? > If you are referring to JAVA_HOME as the environment variable, then it > should point to your java sdk not jre Not

Re: tomcat and javac

2006-01-11 Thread Markus Schönhaber
Jignesh Shah wrote: > When I use our application with tomcat 5.5.12 it seems > it does not need a javac ,I mean I can get it running > with a jre as JAVA_HOME, however for some reasons we > cant use 5.5.12 and when I try to use an older version > of tomcat 5.0.28 or 4.1.31 it says that the jre wont

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Jignesh Shah
to JAVA_HOME as the environment > variable, then it > should point to your java sdk not jre > > -Original Message- > From: Jignesh Shah [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 1:03 PM > To: users@tomcat.apache.org > Subject: tomcat and jav

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Samara, Fadi N Mr ACSIM/ASPEX
1:03 PM To: users@tomcat.apache.org Subject: tomcat and javac Hi, When I use our application with tomcat 5.5.12 it seems it does not need a javac ,I mean I can get it running with a jre as JAVA_HOME, however for some reasons we cant use 5.5.12 and when I try to use an older version of tomcat

tomcat and javac

2006-01-11 Thread Jignesh Shah
Hi, When I use our application with tomcat 5.5.12 it seems it does not need a javac ,I mean I can get it running with a jre as JAVA_HOME, however for some reasons we cant use 5.5.12 and when I try to use an older version of tomcat 5.0.28 or 4.1.31 it says that the jre wont be sufficient at JAVA_HO