RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Carl Trusiak
It's not finding the client. You are in the wrong directory. pwd /home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/classes/samples/stock You need to be at /home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/classes Retry the example from there. --- Supriyo Chatterjea <[EMA

RE: Tomcat + Axisintegration problem

2002-06-13 Thread Carl Trusiak
I had a similar problem. I think it's a classloader problem with Tomcat. If you extract the classes from jaxrpc.jar and place the classes under WEB-INF/classes, the Error goes away and Axis runs fine. Carl --- Minh Duong <[EMAIL PROTECTED]> wrote: > Aravind, > > What JDK version are you using?

How to configure Logging on Tomcat 4.0.3

2002-06-03 Thread Carl Trusiak
I tried placing a commons-logging.properties file in WEB-INF/lib note, this is the only part of the classpath I have access to. I don't get the Log file I configure in the RollingFileAppender. How is this done __ Do You Yahoo!? Yahoo! - Offici

Re: Need Help, Unable to run any Axis Samples

2002-06-03 Thread Carl Trusiak
I had something similar on Tomcat 4.0.3. In the logs it was reporting a security exception on a class in the tt-bytecode.jar. I extracted all the files and rebuilt the jar. Everything worked after that. Carl --- Sybase Employee <[EMAIL PROTECTED]> wrote: > I've installed Tomcat 4.0.4 beta 3 a

RE: Using Axis Beta2 in JBoss/Tomcat

2002-05-17 Thread Carl Trusiak
Check the log files for your server. You are probably going to see a class not found exception. You need to include an XML Parser as the installation docs tell you. I use Xerces personnally. --- [EMAIL PROTECTED] wrote: > > The following is the contents of my WAR file (it's > called am-axis.

Re: Underscores

2002-05-17 Thread Carl Trusiak
I've run into a similar problem with interoperability with XML-Bus, The generated by the Axis service is: - - http://trusiaks.servletshop.net"; xmlns="http://www.w3.org/2001/XMLSchema";> - - - - The soap message returned by Axis has the elements with lo