Thanks robert (and to the list).

I have done all the things Robert suggests. The "tools.jar" file is in
fact on my class path. The "homes" are set correctly.

Interestingly, tomcat is able to compile .jsp files (or happyaxis.jsp
would not work). But anything that actually involves a webservice (.jws)
file, including examples that come with axis will not compile and in fact
fail with the error from my original message.

REMEMBER: I'm *not* using a "real" Java SDK at all! I'm not using Sun's or
IBM's. I'm using the GCJ suite included with Fedora Core 5.

Tomcat is working (compiling jsp's); axis is not (compiling jws's).

--
Michael Schwarz

> I'm going to try and give some basic advice. Bounce some more questions to
> th list if you're still stuck
>
> Do you have JAVA_HOME etc defined in your .bashrc? Such as:
>
> JAVA_HOME=/usr/local/jdk1.5.0_03
> JRE_HOME=/usr/local/jdk1.5.0_03/jre
>
> export JAVA_HOME JRE_HOME
>
> Once that's done, do:
>
> . .bashrc
>
> Then for testing...
>
> echo $JAVA_HOME
>
> You may not need JRE_HOME - i'd try without first. Also, tools.jar must be
> AFAIK only part of the bootloader classloader. I'd try taking your
> tools.jarout of all the other places. Try:
>
> locate tools.jar
>
> To know for sure.
>
> Also, its important to look carefully at the the files under tomcat/logs -
> you may find a clue there.
>
> Lastly, you may try looking at CATALINA_OPTS to see how to tweak the
> tomcat
> config.
>
> HTH,
> Robert
> http://www.braziloutsource.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to