Hi, I'm installing Apache Axis for the first time and I'm stuck at Step 5 of the Installation instructions.
The instructions state that I should follow the link: Validate the local installation's configuration However, there's no such link when I point my browser to: http://localhost:8080/axis/index.html All I get is the following: =============================== Apache-AXIS Hello! Welcome to Apache-Axis. What do you want to do today? - Administer Axis - Visit the Axis Servlet =============================== When I click on "Administer Axis" I get the following: =============================== Server is running start server stop server =============================== When I click on "Visit the Axis Servlet" I get the following (Please note that none of the items listed below can be clicked): =============================== And now... Some Services - AdminService - class$ - main - registerTypeMapping - registerTransport - registerHandler - registerService - registerChain - listConfig - process - processWSDD - AdminService - registerTypes - registerTypeMappings - getOptions - getOptions - Version -main -getVersion ================================= I'm using the following configuration: 1. RH 7.2 2. Jakarta-tomcat-4.0.4 3. IBM Java 2-131 4. Apache AXIS beta2 I've got the following files in jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/lib directory: 1. axis.jar 2. jaxrpc.jar 3. wsdl4j.jar 4. commons-logging.jar 5. log4j-core.jar 6. tt-bytecode.jar 7. xerces.jar (I copied this file over from: jakarta-tomcat-4.0.4/common/lib) Does anyone have any idea what the problem is? Below is a copy of .bashrc which sets the JAVA_HOME and CLASSPATH environment variables when I log in as root. Thanks, Supriyo .bashrc file: ============= # .bashrc # User specific aliases and functions alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi export JAVA_HOME="/opt/IBMJava2-131/" export CLASSPATH="$CLASSPATH:/home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INT/lib/axis.jar:/home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INT/lib/jaxrpc.jar:/home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB_INF/lib/wsdl4j.jar:/home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/lib/commons-logging.jar:/home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/lib/log4j-core.jar:/home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/tt-bytecode.jar:/home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/lib/xerces.jar" __________________________________________________ Do You Yahoo!? Yahoo! Tech - Get in touch with the latest in technology. http://sg.tech.yahoo.com