Hi,
I want to install axis on tomact in a multiple-user Linux environment.
But after setting up things in the user's webapps directory, according to the installation directions, the testing page told me that I missed some needed components. But I copied all the needed files and kept them in the directory exactly as the guideline. And it seemed that axis didn't looked up some files in the user's directory, but in the root directory.
So I wonder if I should modify some configuration files, but I could not find any configuration files existing. Then what should I do?
Thanks a lot.
(Attached is the validating page I got.)

-ZX




_________________________________________________________________
Surf the Web without missing calls! Get MSN Broadband. http://resourcecenter.msn.com/access/plans/freeactivation.asp
Examining webapp configuration

Needed Components
Found SAAJ API (javax.xml.soap.SOAPMessage) at /packages/tomcat/jakarta-tomcat-4.1.12/common/lib/saaj.jar

Error: could not find class javax.xml.rpc.Service from file jaxrpc.jar
Axis will not work
See http://xml.apache.org/axis/

Error: could not find class org.apache.axis.transport.http.AxisServlet from file axis.jar
Axis will not work
See http://xml.apache.org/axis/

Found Jakarta-commons logging (org.apache.commons.logging.Log) at /packages/tomcat/jakarta-tomcat-4.1.12/common/lib/commons-logging-api.jar

Error: could not find class com.ibm.wsdl.factory.WSDLFactoryImpl from file wsdl4j.jar
Axis will not work

Found JAXP implementation (javax.xml.parsers.SAXParserFactory) at /packages/tomcat/jakarta-tomcat-4.1.12/common/endorsed/xmlParserAPIs.jar
Found Activation API (javax.activation.DataHandler) at /packages/tomcat/jakarta-tomcat-4.1.12/common/lib/activation.jar
Optional Components
Found Mail API (javax.mail.internet.MimeMessage) at /packages/tomcat/jakarta-tomcat-4.1.12/common/lib/mail.jar

Warning: could not find class org.apache.xml.security.Init from file xmlsec.jar
XML Security is not supported
See http://xml.apache.org/security/

3 core axis libraries are missing1 optional axis library is missing
Note: On Tomcat 4.x, you may need to put libraries that contain java.* or javax.* packages into CATALINA_HOME/commons/lib

Note: Even if everything this page probes for is present, there is no guarantee your web service will work, because there are many configuration options that we do not check for. These tests are necessary but not sufficient
Examining System Properties

java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
sun.boot.library.path=/opt/jdk/jdk1.3.1_02/jre/lib/i386
java.vm.version=1.3.1_02-b02
java.vm.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
path.separator=:
java.vm.name=Java HotSpot(TM) Client VM
file.encoding.pkg=sun.io
java.vm.specification.name=Java Virtual Machine Specification
user.dir=/
java.runtime.version=1.3.1_02-b02
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.endorsed.dirs=/packages/tomcat/jakarta-tomcat-4.1.12/bin:/packages/tomcat/jakarta-tomcat-4.1.12/common/endorsed
os.arch=i386
java.io.tmpdir=/packages/tomcat/jakarta-tomcat-4.1.12/temp
line.separator=

java.vm.specification.vendor=Sun Microsystems Inc.
java.awt.fonts=
java.naming.factory.url.pkgs=org.apache.naming
os.name=Linux
java.library.path=/opt/jdk/share/xlib:/opt/jdk/jdk1.3/rhlib:/opt/jdk/jdk1.3.1_02/jre/lib/i386:/opt/jdk/jdk1.3.1_02/jre/lib/i386/native_threads/:/opt/jdk/jdk1.3.1_02/jre/lib/i386/client:/opt/jdk/jdk1.3.1_02/jre/../lib/i386
java.specification.name=Java Platform API Specification
java.class.version=47.0
os.version=2.4.17
user.home=/
user.timezone=America/Chicago
catalina.useNaming=true
java.awt.printerjob=sun.awt.motif.PSPrinterJob
file.encoding=ANSI_X3.4-1968
java.specification.version=1.3
catalina.home=/packages/tomcat/jakarta-tomcat-4.1.12
user.name=wrad
java.class.path=/opt/jdk/default/lib/tools.jar:/packages/tomcat/jakarta-tomcat-4.1.12/bin/bootstrap.jar
java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory
java.vm.specification.version=1.0
java.home=/opt/jdk/jdk1.3.1_02/jre
java.specification.vendor=Sun Microsystems Inc.
user.language=en
java.vm.info=mixed mode
java.version=1.3.1_02
java.ext.dirs=/opt/jdk/jdk1.3.1_02/jre/lib/ext
sun.boot.class.path=/opt/jdk/jdk1.3.1_02/jre/lib/rt.jar:/opt/jdk/jdk1.3.1_02/jre/lib/i18n.jar:/opt/jdk/jdk1.3.1_02/jre/lib/sunrsasign.jar:/opt/jdk/jdk1.3.1_02/jre/classes
java.vendor=Sun Microsystems Inc.
catalina.base=/packages/tomcat/jakarta-tomcat-4.1.12
file.separator=/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
sun.cpu.endian=little
sun.io.unicode.encoding=UnicodeLittle
user.region=US
sun.cpu.isalist=

Platform: Apache Tomcat/4.1.12

Reply via email to