public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Don Smith <smithdc@UMDNJ.EDU>
To: Anthony Green <green@redhat.com>
Cc: rhug-rhats@sources.redhat.com
Subject: Re: tomcat 4 jsp compilation status?
Date: Mon, 29 Apr 2002 13:06:00 -0000	[thread overview]
Message-ID: <3CCDA757.8080808@umdnj.edu> (raw)
In-Reply-To: <1020089312.2048.24.camel@dhcppc2>

I've had some trouble building tomcat, in that it states..
/upstream/src/share/org/apache/jasper/compiler/JspUtil.java:79: Class or 
interf
ace `javax.xml.parsers.ParserConfigurationException' not found in import.
   import javax.xml.parsers.ParserConfigurationException;
          ^
./upstream/src/share/org/apache/jasper/compiler/JspUtil.java:155: Type 
`Document
BuilderFactory' not found in the declaration of the local variable 
`docFactory'.
            DocumentBuilderFactory docFactory = DocumentBuilderFactory.
               ^
./upstream/src/share/org/apache/jasper/compiler/JspUtil.java:159: Type 
`Document
Builder' not found in the declaration of the local variable `builder'.
            DocumentBuilder builder = docFactory.newDocumentBuilder();
               ^
./upstream/src/share/org/apache/jasper/compiler/JspUtil.java:171: Type 
`ParserCo
nfigurationException' not found in the declaration of the local variable 
`ex'.
        } catch( ParserConfigurationException ex ) {
                    ^
4 errors
make: *** 
[upstream/src/share/org/apache/jasper/compiler/BaseJspListener.lo] Err
or 1

now i thought jaxp was a part of gcj, but just to be safe i tried 
compiling xalan and got the following error

gcj3 -C --encoding=8859_1 
--classpath=upstream/src:./../xerces/upstream/src:./..
/BCEL/upstream:./../cup/upstream:./../gnu.regexp/upstream/src:./upstream/src 
-O2
 -d upstream/src 
upstream/src/org/apache/xml/dtm/ref/CoroutineSAXFilterTest.java
upstream/src/org/apache/xml/dtm/ref/CoroutineSAXFilterTest.java:67: Type 
`org.ap
ache.xml.serialize.XMLSerializer' not found in the declaration of the 
local vari
able `trace'.
       org.apache.xml.serialize.XMLSerializer trace;
       ^
1 error
make: *** 
[upstream/src/org/apache/xml/dtm/ref/CoroutineSAXFilterTest.class] Err
or 1

I just want to get things working before i mess with them, any ideas as 
to what the problem is?

Anthony Green wrote:

>On Mon, 2002-04-29 at 06:54, Don Smith wrote:
>  
>
>>1. From what i've read servlets seem to work, is this so, and if so how. 
>>I ask because it seems that if servlets work then jsps should be not to 
>>complicated as long as i can compile them to .class servlets
>>    
>>
>
>Just compile and install tomcat from rhug.  I don't think the install
>procedure is very sophisticated right now.  Find the directory where the
>webapps are supposed to be and compile then servlets to .class or .so
>files.  It should really be that easy.
>
>  
>
>>2. what version of gcj should i use to try and compile tomcat, is 3.0.4 
>>new enough or do i need the 3.1 branch
>>    
>>
>
>You will definitely need the tools on the 3.1 branch.  It won't build
>with anything older anymore (compiler options have changed names, for
>instance).
>
>  
>
>>3. has any of this been tried with tomcat4 or just 3.3
>>    
>>
>
>Just whatever is in rhug right now.  I'd like to get upgrade this to
>tomcat4 once we get jsp working.
>
>  
>
>>4. does the connection to apache work? and if so what connector should i 
>>use? does mod_jk work as well
>>    
>>
>
>Nobody has tried this yet.
>
>As you can see, this is mostly uncharted territory.  I think it has
>great potential if we can get it built/working and easy to install.
>
>Thanks!
>
>AG
>
>  
>



  reply	other threads:[~2002-04-29 20:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-26 13:36 Don Smith
2002-04-27 19:24 ` Anthony Green
2002-04-29  6:56   ` Don Smith
2002-04-29  7:08     ` Anthony Green
2002-04-29 13:06       ` Don Smith [this message]
2002-04-29 13:25         ` Anthony Green
2002-04-30  6:53   ` Don Smith
2002-04-30  7:25     ` Anthony Green
     [not found]       ` <3CCEB932.304@umdnj.edu>
     [not found]         ` <1020181846.1858.47.camel@dhcppc2>
     [not found]           ` <87d6whaza6.fsf@creche.redhat.com>
2002-04-30 11:17             ` --resource problems (Was: tomcat jsp compilation status?) Anthony Green

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CCDA757.8080808@umdnj.edu \
    --to=smithdc@umdnj.edu \
    --cc=green@redhat.com \
    --cc=rhug-rhats@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).