The apache version i have is apache_1.3.19
The tomcat version 3.2.1-src
The ant 1.3
The jsse1.0.2
The jaxp-1.1

The JDK is J2SDK-1_3_1-beta-linux

Linux 7.0 redhat, kernel 2.4.2

As some one sugested i use bin. version of tomcat instead
of building the source.
The reason i want to build the source is that  In current issue of
linux journal, i read a article, which says how to integrate
tomcat with apache, and says that in order to better intergrate
the tomcat with apache i have to use module mod_jk and need
to compile the apache with it, so that my apache server can
talk with tomcat. That;s what i have been trying to do, and 
when doing so got the following error, which i have no idea
what's causing it. Please help!!

Anand


> -----Original Message-----
> From: Alok Daipuria [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 21, 2001 9:43 PM
> To:   [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject:      RE: Guys i want 2 mins of your time...
> 
> possibly your classpath is messed up. I built tomcat 3.2.1 on RedHat 7.0
> y'day without any problems.
> 
> -alok
> 
> -----Original Message-----
> From: Mike Braden [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 21, 2001 6:35 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Guys i want 2 mins of your time...
> 
> 
> What version of Tomcat is this?  What JSDK Version?
> 
> Also, if this is a nightly build, it may not build
> correctly anyway.
> 
> Try TC 3.2.1 or TC 3.3m2 (with j2sdk 1.3).
> 
> It may help us to know the versions of the other
> software (ant, etc.)
> 
> Mike.
> --
> Mike Braden
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
I've got no idea (! :) but are you aware there's a precompiled version of
Tomcat (3.2.1)? The reason I suggest this is that you only need the
sources if you're planning to develop Tomcat (in fact I think the source
is included with the pre-compiled version anyway), and if you're going to
help develop a servlet container, then I'm guessing you'd be on the
tomcat-developers list instead of the user's list.

Good luck in any case

Kevin


> -----Original Message-----
> From: Patil, Anand [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 21, 2001 5:33 PM
> To: '[EMAIL PROTECTED]'
> Subject: Guys i want 2 mins of your time...
> 
> 
> Hi Tomcat gurus,
> I know you all are busy i just want 2 mins. of your time.
> You all are digging deep into tomcat, why don't you
> spend 2 mins into problem iam facing installing tomcat
> on linux. Thanks..in advance,
> Problem statement follows:
> Please help...
> > I have redhat 7.0, kernel 2.4.2
> > and have downloaded latest source for tomcat, ant, jaxp, jess,
> > etc...
> > and all my environ variable are set as specified in the README.
> > Sorry to bother, but is the build problem I'm having apparent anyone.
> > Thanks.
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/compiler/JspC
> ompiler.
> > java:141: Method getClassName(java.lang.String) not found in class
> > org.apache.jasper.compiler.ClassName.
> > [javac] realClassName = ClassName.getClassName( getClassFileName() );
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/compiler/JspC
> ompiler. 
> > java:142: Exception org.apache.jasper.JasperException is never thrown in
> the
> > body of the corresponding try statement.
> > [javac] } catch( JasperException ex) {
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/compiler/JspP
> arseEven
> > tListener.java:866: Wrong number of arguments in constructor.
> > [javac] = new GeneratorWrapper(new ForwardGenerator(start, attrs,
> > param),start, stop);
> > [javac] ^
> > [javac]
> > /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/compiler/
> JspParseEventL
> > istener.java:875: Wrong number of arguments in constructor.
> > [javac] = new GeneratorWrapper(new IncludeGenerator(start, attrs,
> > param),start, stop);
> > [javac] ^
> > [javac]
> > /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/compiler/
> TagLibraryInfo
> > Impl.java:521: Incompatible type for constructor. Can't convert
> > java.lang.String to boolean.
> > [javac] return new TagAttributeInfo(name, required, type, rtexprvalue);
> > [javac] ^
> > [javac]
> > /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/compiler/
> TagLibraryInfo
> > Impl.java:521: Incompatible type for constructor. Can't convert boolean
> to
> > java.lang.String.
> > [javac] return new TagAttributeInfo(name, required, type, rtexprvalue);
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/JspC.java:329
> :
> > Wrong number of arguments in constructor.
> > [javac] CommandLineContext clctxt = new CommandLineContext(
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/JspC.java:367
> :
> > Method compile() not found in class
> > org.apache.jasper.compiler.CommandLineCompiler.
> > [javac] clc.compile();
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/JspC.java:392
> :
> > Exception org.apache.jasper.JasperException is never thrown in the body
> of
> > the corresponding try statement.
> > [javac] } catch (JasperException je) {
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/servlet/JspSe
> rvlet.java
> > :442: Method compile() not found in class
> > org.apache.jasper.compiler.Compiler.
> > [javac] outDated = compiler.compile();
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/servlet/JspSe
> rvlet.java
> > :447: Method compile() not found in class
> > org.apache.jasper.compiler.Compiler.
> > [javac] outDated = compiler.compile();
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/servlet/JspSe
> rvlet.java
> > :451: Exception java.io.FileNotFoundException is never thrown in the
> body
> > of
> > the corresponding try statement.
> > [javac] } catch (FileNotFoundException ex) {
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/share/org/apache/jasper/servlet\JspSe
> rvlet.ja
> > va
> > :453: Exception org.apache.jasper.JasperException is never thrown in the
> > body of the corresponding try statement.
> > [javac] } catch (JasperException ex) {
> > [javac] ^
> > [javac]
> >
> /usr/local/apache/jakarta-tomcat/src/facade22/org/apache/tomcat/modules/fa
> cade22/Jsp
> > Interceptor.java:213: Method compile() not found in class
> > org.apache.jasper.compiler.Compiler.
> > [javac] compiler.compile();
> > [javac]
> 
> Thanks a ton for your time and effort.
> Appreciate it.
> anand.

Reply via email to