Greetings,

I'm trying to build Tomcat 3.2.2, and it's not going well.

I'm using IBM JDK 2.13. I have successfully installed jaxp-1.1,
jsse-1.0.2, ant-1.3, and servletapi-3.2.2. However, when I go to build
Tomcat 3.2.2 with either build.sh or build.sh dist, I get several errors.
First, jaxp doesn't include parser.jar anymore, so the tomcat script
should be updated. Also, jaxp is at 1.1, so I had to artificially rename
the directory back to jaxp-1.0.1 so that build.sh would at least copy the
first file, if not the second one:

prepare: [copy] Could not find file /share/opt/jakarta/jaxp-1.0.1/parser.jar to copy.

The real meat of the errors are a series of "cannot resolve symbol" errors
that all appear to be related to SSL. I have set $CLASSPATH and have
copied the three jsse jar files into $CLASSPATH and $CLASSPATH/ext hoping
they would be found in either location. I've searched the archives of the
list and saw one person with this problem, but no solutions.

I've also manually registered the security handler in java.security (which
only existed under the jre tree -- I copied it to the jdk tree). Here are
most of the errors. The rest are very similar. Anyone have any insight?

Thanks in advance..

tomcat:
    [javac] Compiling 38 source files to
/share/opt/jakarta/build/tomcat/classes
    [javac]
/share/opt/jakarta/jakarta-tomcat/src/share/org/apache/tomcat/net/SSLSocketFactory.java:67:
cannot resolve symbol
    [javac] symbol  : class ServerSocketFactory
    [javac] location: package net
    [javac] import javax.net.ServerSocketFactory;
    [javac]                  ^
    [javac]
/share/opt/jakarta/jakarta-tomcat/src/share/org/apache/tomcat/net/SSLSocketFactory.java:68:
cannot resolve symbol
    [javac] symbol  : class SSLServerSocket
    [javac] location: package ssl
    [javac] import javax.net.ssl.SSLServerSocket;
    [javac]                      ^
    [javac]
/share/opt/jakarta/jakarta-tomcat/src/share/org/apache/tomcat/net/SSLSocketFactory.java:69:
cannot resolve symbol
    [javac] symbol  : class SSLSocket
    [javac] location: package ssl
    [javac] import javax.net.ssl.SSLSocket;
    [javac]                      ^
    [javac]
/share/opt/jakarta/jakarta-tomcat/src/share/org/apache/tomcat/net/SSLSocketFactory.java:70:
cannot resolve symbol
    [javac] symbol  : class SSLServerSocketFactory
    [javac] location: package ssl


--
Steve Jackson
e-business Architect for $$
Linux hacker for :)
- finger for PGP public key -


Reply via email to