RE: Service deployment location

2002-04-04 Thread Newman, Scott
the wsdd file.    Newman   -Original Message- From: Walden Mathews [mailto:[EMAIL PROTECTED]] Sent: 04 April, 2002 2:31 PM To: '[EMAIL PROTECTED]' Subject: RE: Service deployment location   That seems to address a different problem, though.  How/where do you deploy you

RE: Service deployment location

2002-04-04 Thread Walden Mathews
lto:[EMAIL PROTECTED]]Sent: Thursday, April 04, 2002 2:21 PMTo: [EMAIL PROTECTED]Subject: Re: Service deployment location Actually put every jar file in the webapps/axis/web-inf/lib, except jax-rpc.jar because any file that contains javax.* namespaces on pacakage must be put in the %T

RE: Service deployment location

2002-04-04 Thread Robert Chu
]]Sent: Thursday, April 04, 2002 2:21 PMTo: [EMAIL PROTECTED]Subject: Re: Service deployment location Actually put every jar file in the webapps/axis/web-inf/lib, except jax-rpc.jar because any file that contains javax.* namespaces on pacakage must be put in the %TOMCAT_HOME%\common

Re: Service deployment location

2002-04-04 Thread Adam Greene
Mathews To: '[EMAIL PROTECTED]' Sent: Thursday, April 04, 2002 1:05 PM Subject: RE: Service deployment location "axis can't load classes the same as tomcat"   Do I smell a requirement here, guys?   Walden -Original Message-

RE: Service deployment location

2002-04-04 Thread Volkmann, Mark
sday, April 04, 2002 11:45 AMTo: '[EMAIL PROTECTED]'Subject: RE: Service deployment location That's exactly how I expected it to work, but it didn't.  See below the SOAP fault message from tcpmon.  Notice the stacktrace doesn't mention a NoClassDefFounError, so

RE: Service deployment location

2002-04-04 Thread Walden Mathews
Thread.java:484)          Walden    -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 04, 2002 12:27 PMTo: '[EMAIL PROTECTED]'Subject: RE: Service deployment location I don't believe the statement "As you are talking with axis,

RE: Service deployment location

2002-04-04 Thread Volkmann, Mark
TED]]Sent: Thursday, April 04, 2002 11:05 AMTo: '[EMAIL PROTECTED]'Subject: RE: Service deployment location "axis can't load classes the same as tomcat"   Do I smell a requirement here, guys?   Walden -Original Message-From: M. en C. Jesús

RE: Service deployment location

2002-04-04 Thread Walden Mathews
"axis can't load classes the same as tomcat"   Do I smell a requirement here, guys?   Walden -Original Message-From: M. en C. Jesús Sosa Iglesias [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 04, 2002 12:04 PMTo: [EMAIL PROTECTED]Subject: Re: Service depl

Re: Service deployment location

2002-04-04 Thread M. en C. Jesús Sosa Iglesias
  As you are talking with axis, not tomcat when invoking a service, axis can´t load classes the same as tomcat. Axis use the Classpath to find classes, So you have to set up the classpath before start tomcat : I put inside Tomcat Bat.     set CLASSPATH=h:\jakarta-tomcat-3.2.3\webaps\axis\web-inf

RE: Service deployment location

2002-04-04 Thread Walden Mathews
classes to $TOMCAT_HOME/.   Walden -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 04, 2002 11:37 AMTo: '[EMAIL PROTECTED]'Subject: RE: Service deployment location Are you putting MyService.class in $TOMCAT_HOME/webapps/axis/WEB

RE: Service deployment location

2002-04-04 Thread Volkmann, Mark
Are you putting MyService.class in $TOMCAT_HOME/webapps/axis/WEB-INF/classes/samples/userguide/example3? -Original Message-From: Walden Mathews [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 04, 2002 10:10 AMTo: '[EMAIL PROTECTED]'Subject: RE: Service deploymen

RE: Service deployment location

2002-04-04 Thread Walden Mathews
Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 04, 2002 11:02 AMTo: '[EMAIL PROTECTED]'Subject: RE: Service deployment location You should put .class files under $TOMCAT_HOME/webapps/axis/WEB-INF/classes, in the correct package hierarchy of folders of course. P

RE: Service deployment location

2002-04-04 Thread Volkmann, Mark
You should put .class files under $TOMCAT_HOME/webapps/axis/WEB-INF/classes, in the correct package hierarchy of folders of course. Put JAR files your service uses in $TOMCAT_HOME/webapps/axis/WEB-INF/lib. -Original Message-From: Walden Mathews [mailto:[EMAIL PROTECTED]]Sent: Th