export AXIS_HOME; export AXIS_LIB; export AXISCLASSPATH
//make SURE AXIS_HOME is updated
echo $AXIS_HOME
//make sure AXIS_LIB is updated
echo $AXIS_LIB
//make sure AXISCLASSPATH is updated
echo $AXISCLASSPATH
//all else fails the quickest solution is to put these jars
(/commons-logging-1.0.4.jar:/jaxrpc.jar:/saaj.jar,/log4j-1.2.8.jar:/xml-apis.jar:/xercesImpl.jar)
//right on your $CLASSPATH e.g.
set
CLASSPATH=$CLASSPATH:/commons-logging-1.0.4.jar:/jaxrpc.jar:/saaj.jar,/log4j-1.2.8.jar:/xml-apis.jar:/xercesImpl.jar
export $CLASSPATH
//make sure you set CLASSPATH properly
echo $CLASSPATH
HTH/
M-
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
----- Original Message -----
From: "Gordon Huntley" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, May 11, 2007 9:56 AM
Subject: Problems with AXISCLASSPATH
Hi everyone,
I'm trying to setup Axis 1.4 with Tomcat 4.1 on Ubuntu 7.0.4 i386
version. I've made it successfully to Step 2 of the install
instructions found here:
http://ws.apache.org/axis/java/install.html#Step2SettingUpTheLibraries
My problem is after I edited my .bashrc file to set the AXISCLASSPATH I
get the following error whenever I start a terminal:
bash: /commons-logging-1.0.4.jar:/jaxrpc.jar:/saaj.jar:: No such file or
directory
bash: /log4j-1.2.8.jar:/xml-apis.jar:/xercesImpl.jar: No such file or
directory
I double checked these files were where they claim to be and that they
have the proper permissions. I modified the "Classpath setup" found
here: http://ws.apache.org/axis/java/install.html#ClasspathSetup
to include the full version names of the jar file for commons-logging,
but it still claims these files cannot be found.
Are there any suggestions of things I could try?
Many thanks for reading.
Gordon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]